summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8192e/rtl819x_BA.h
diff options
context:
space:
mode:
authorWilliam Durand <will+git@drnd.me>2021-02-14 17:03:31 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-03-10 11:25:25 +0300
commita6a3dd375230411ee4ef1716fc5e3ee414e1dbeb (patch)
tree67683a096bc41d33b639a2010edc43963f2d0fe1 /drivers/staging/rtl8192e/rtl819x_BA.h
parentc3f1bca83edd56528aee67b0e01eb843452730f7 (diff)
downloadlinux-a6a3dd375230411ee4ef1716fc5e3ee414e1dbeb.tar.xz
staging: rtl8192e: rename FragNum to frag_num in sequence_control union
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>
Diffstat (limited to 'drivers/staging/rtl8192e/rtl819x_BA.h')
-rw-r--r--drivers/staging/rtl8192e/rtl819x_BA.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8192e/rtl819x_BA.h b/drivers/staging/rtl8192e/rtl819x_BA.h
index 34d66b8f5155..3e5bd3fc78ce 100644
--- a/drivers/staging/rtl8192e/rtl819x_BA.h
+++ b/drivers/staging/rtl8192e/rtl819x_BA.h
@@ -22,7 +22,7 @@
union sequence_control {
u16 short_data;
struct {
- u16 FragNum:4;
+ u16 frag_num:4;
u16 SeqNum:12;
} field;
};