mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-23 23:47:35 -04:00
staging: rtl8192e: rename charData to char_data 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-2-will+git@drnd.me Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
62964172d9
commit
424e6a16c4
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user