[PATCH] ACPI: Use str_plural() Function for Argument List Handling

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This patch enhances acpi_ut_display_predefined_method by using the str_plural()
function to handle argument pluralization. It improves readability and 
maintains consistency in displaying argument counts.

this patch generated using coccinelle.


Signed-off-by: Prabhakar Pujeri <prabhakar.pujeri@xxxxxxxxx>
---
 drivers/acpi/acpica/utpredef.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/acpi/acpica/utpredef.c b/drivers/acpi/acpica/utpredef.c
index 29d2977d0746..5f148715f316 100644
--- a/drivers/acpi/acpica/utpredef.c
+++ b/drivers/acpi/acpica/utpredef.c
@@ -248,7 +248,7 @@ acpi_ut_display_predefined_method(char *buffer,
 	printf("%4.4s    Requires %s%u argument%s",
 	       this_name->info.name,
 	       (this_name->info.argument_list & ARG_COUNT_IS_MINIMUM) ?
-	       "(at least) " : "", arg_count, arg_count != 1 ? "s" : "");
+	       "(at least) " : "", arg_count, str_plural(arg_count));
 
 	/* Display the types for any arguments */
 
-- 
2.45.2





[Index of Archives]     [Linux IBM ACPI]     [Linux Power Management]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Share Photos]     [Security]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]     [Linux Resources]
  Powered by Linux