[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20150122084941.GA14651@sloth>
Date: Thu, 22 Jan 2015 09:49:41 +0100
From: Quentin Lambert <lambert.quentin@...il.com>
To: Zhang Rui <rui.zhang@...el.com>,
Robert Moore <robert.moore@...el.com>,
Lv Zheng <lv.zheng@...el.com>,
"Rafael J. Wysocki" <rafael.j.wysocki@...el.com>,
Len Brown <lenb@...nel.org>, Shaohua Li <shaohua.li@...el.com>
Cc: linux-acpi@...r.kernel.org, devel@...ica.org,
linux-kernel@...r.kernel.org
Subject: [PATCH 0/4] int to bool conversion
These patches convert local variables from int to bool when relevant.
The first patch proposes straight forward cases where the conversion
do not suggest changes beyond the function.
The second patch deals with cases where the conversion is propagated
to function parameters.
The third patch is a single case where the variable is given as a
parameter to a kernel macro.
Finally, the fourth patch is a case in which the conversion is
propagated to the field of a structure.
Quentin Lambert (4):
ACPI: Convert non-returned local variable to boolean when relevant
ACPI: Convert int variable to bool and propagate to function
parameters
ACPI: Convert int to bool for variable later used int kernel macro
ACPI: Convert int to bool and propagete to struct field
drivers/acpi/acpi_pad.c | 6 +++---
drivers/acpi/acpi_processor.c | 5 +++--
drivers/acpi/acpica/acutils.h | 3 ++-
drivers/acpi/acpica/utaddress.c | 3 ++-
drivers/acpi/acpica/utstring.c | 10 +++++-----
drivers/acpi/acpica/utxface.c | 2 +-
drivers/acpi/dock.c | 4 ++--
drivers/acpi/osl.c | 4 ++--
drivers/acpi/pci_link.c | 4 ++--
drivers/acpi/processor_core.c | 12 ++++++------
drivers/acpi/processor_pdc.c | 5 +++--
drivers/acpi/scan.c | 4 ++--
drivers/acpi/thermal.c | 10 +++++-----
13 files changed, 38 insertions(+), 34 deletions(-)
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists