Commit 424e6a16 authored by William Durand's avatar William Durand Committed by Greg Kroah-Hartman

staging: rtl8192e: rename charData to char_data in ba_param_set union

Fixes a checkpatch CHECK message.
Signed-off-by: default avatarWilliam Durand <will+git@drnd.me>
Link: https://lore.kernel.org/r/20210219101206.18036-2-will+git@drnd.meSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 62964172
......@@ -28,7 +28,7 @@ union sequence_control {
};
union ba_param_set {
u8 charData[2];
u8 char_data[2];
u16 shortData;
struct {
u16 AMSDU_Support:1;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment