staging: rtl8192e: rename FragNum to frag_num in sequence_control union
authorWilliam Durand <will+git@drnd.me>
Sun, 14 Feb 2021 14:03:31 +0000 (14:03 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 10 Mar 2021 08:25:25 +0000 (09:25 +0100)
Fixes a checkpatch CHECK message.

Signed-off-by: William Durand <will+git@drnd.me>
Link: https://lore.kernel.org/r/20210214140332.16175-3-will+git@drnd.me
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192e/rtl819x_BA.h

index 34d66b8..3e5bd3f 100644 (file)
@@ -22,7 +22,7 @@
 union sequence_control {
        u16 short_data;
        struct {
-               u16     FragNum:4;
+               u16     frag_num:4;
                u16     SeqNum:12;
        } field;
 };