On Mon, 16 Oct 2017, Karel Zak wrote: > So, the default "list" output will be *again* backwardly incompatible :-) Yep, that would not be good. I should have looked a little bit close what was done with these descriptiosn. Anyway, lets get the s/GPT/GPS/ fixed. --->8---- >From 4a74c9b1675f4c4f2ff6ce69bdb5808da9c258af Mon Sep 17 00:00:00 2001 From: Sami Kerola <kerolasa@xxxxxx> Date: Sat, 14 Oct 2017 22:18:21 +0100 Subject: [PATCH] rfkill: fix description name typo Commit 7d2a9960ad made gps to look like a GUID Partition Table. Reviewed-by: Karel Zak <kzak@xxxxxxxxxx> Signed-off-by: Sami Kerola <kerolasa@xxxxxx> --- sys-utils/rfkill.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-utils/rfkill.c b/sys-utils/rfkill.c index 013806020..c31da7997 100644 --- a/sys-utils/rfkill.c +++ b/sys-utils/rfkill.c @@ -64,7 +64,7 @@ static const struct rfkill_type_str rfkill_type_strings[] = { { .type = RFKILL_TYPE_UWB, .name = "ultrawideband" }, /* alias */ { .type = RFKILL_TYPE_WIMAX, .name = "wimax", .desc = "WiMAX" }, { .type = RFKILL_TYPE_WWAN, .name = "wwan", .desc = "Wireless WAN" }, - { .type = RFKILL_TYPE_GPS, .name = "gps", .desc = "GPT" }, + { .type = RFKILL_TYPE_GPS, .name = "gps", .desc = "GPS" }, { .type = RFKILL_TYPE_FM, .name = "fm", .desc = "FM" }, { .type = RFKILL_TYPE_NFC, .name = "nfc", .desc = "NFC" }, { .type = NUM_RFKILL_TYPES, .name = NULL } -- 2.14.2 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html