From: Bob Moore Date: Tue, 29 Dec 2015 05:58:27 +0000 (+0800) Subject: ACPICA: getopt: Comment update, no functional change X-Git-Tag: v4.5-rc1~125^2~11^2~20 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=5920380c673367a1f348a75aadd45a65c40933f6;p=karo-tx-linux.git ACPICA: getopt: Comment update, no functional change ACPICA commit 0d784a90bc3aac75227c4459c3553de18b9ebe7a Document one of the option string operators. Link: https://github.com/acpica/acpica/commit/0d784a90 Signed-off-by: Bob Moore Signed-off-by: Lv Zheng Signed-off-by: Rafael J. Wysocki --- diff --git a/tools/power/acpi/common/getopt.c b/tools/power/acpi/common/getopt.c index 24966290ad1c..efefe309367a 100644 --- a/tools/power/acpi/common/getopt.c +++ b/tools/power/acpi/common/getopt.c @@ -47,6 +47,7 @@ * Option strings: * "f" - Option has no arguments * "f:" - Option requires an argument + * "f+" - Option has an optional argument * "f^" - Option has optional single-char sub-options * "f|" - Option has required single-char sub-options */