]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
rfkill: fix description name typo
authorSami Kerola <kerolasa@iki.fi>
Mon, 16 Oct 2017 18:15:44 +0000 (19:15 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 17 Oct 2017 08:15:21 +0000 (10:15 +0200)
Commit 7d2a9960ad made gps to look like a GUID Partition Table.

Reviewed-by: Karel Zak <kzak@redhat.com>
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
sys-utils/rfkill.c

index 6fa03c4031e8a0ffd9475b10b0ba8ffb175d5bd9..c9559ef48ee2a1caa9884a994b9d4cabb60be70d 100644 (file)
@@ -63,7 +63,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            }