mirror of
https://github.com/torvalds/linux.git
synced 2026-06-06 05:27:07 +02:00
staging: rtl8192e: rename charData to char_data in delba_param_set union
Fixes a checkpatch CHECK message. Signed-off-by: William Durand <will+git@drnd.me> Link: https://lore.kernel.org/r/20210219161400.29316-2-will+git@drnd.me Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
c1abfd8cd8
commit
ca3301b85d
|
|
@ -39,7 +39,7 @@ union ba_param_set {
|
|||
};
|
||||
|
||||
union delba_param_set {
|
||||
u8 charData[2];
|
||||
u8 char_data[2];
|
||||
u16 shortData;
|
||||
struct {
|
||||
u16 Reserved:11;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user