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

staging: rtl8192e: rename charData to char_data in delba_param_set union

Fixes a checkpatch CHECK message.
Signed-off-by: default avatarWilliam Durand <will+git@drnd.me>
Link: https://lore.kernel.org/r/20210219161400.29316-2-will+git@drnd.meSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent c1abfd8c
......@@ -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;
......
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