Re: [PATCH] ACPICA: Common: Fix a typo
From: "Rafael J. Wysocki" <rafael@kernel.org>
Date: 2021-01-25 16:39:33
Also in:
kernel-janitors, lkml
From: "Rafael J. Wysocki" <rafael@kernel.org>
Date: 2021-01-25 16:39:33
Also in:
kernel-janitors, lkml
On Sun, Jan 24, 2021 at 12:35 PM Christophe JAILLET [off-list ref] wrote:
This module is 'cmfsize', not 'cfsize'. Fix it. Signed-off-by: Christophe JAILLET <redacted>
I'm leaving this one to Bob and Erik, thanks!
--- tools/power/acpi/common/cmfsize.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)diff --git a/tools/power/acpi/common/cmfsize.c b/tools/power/acpi/common/cmfsize.c index 9ea2c0aeb86c..185b8c588e1d 100644 --- a/tools/power/acpi/common/cmfsize.c +++ b/tools/power/acpi/common/cmfsize.c@@ -1,7 +1,7 @@ // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 /****************************************************************************** * - * Module Name: cfsize - Common get file size function + * Module Name: cmfsize - Common get file size function * * Copyright (C) 2000 - 2021, Intel Corp. * --2.27.0