summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8192e/rtl819x_BA.h
diff options
context:
space:
mode:
authorWilliam Durand <will+git@drnd.me>2021-02-19 13:12:04 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-03-10 11:25:26 +0300
commita6d242d4ad08511144ff294aed7e142b59c3c07b (patch)
treec1dd4cfc1c4dd4c6d10325c1ea01b93392ddd543 /drivers/staging/rtl8192e/rtl819x_BA.h
parent4320b7bdd93cd61b806bc7a80e4388c7dd96025f (diff)
downloadlinux-a6d242d4ad08511144ff294aed7e142b59c3c07b.tar.xz
staging: rtl8192e: rename BufferSize to buffer_size in ba_param_set union
Fixes a checkpatch CHECK message. Signed-off-by: William Durand <will+git@drnd.me> Link: https://lore.kernel.org/r/20210219101206.18036-5-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 a36e4488b849..af25b4850975 100644
--- a/drivers/staging/rtl8192e/rtl819x_BA.h
+++ b/drivers/staging/rtl8192e/rtl819x_BA.h
@@ -34,7 +34,7 @@ union ba_param_set {
u16 AMSDU_Support:1;
u16 ba_policy:1;
u16 TID:4;
- u16 BufferSize:10;
+ u16 buffer_size:10;
} field;
};