staging: rtl8192e: rename charData to char_data in delba_param_set union
authorWilliam Durand <will+git@drnd.me>
Fri, 19 Feb 2021 16:13:56 +0000 (16:13 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 10 Mar 2021 08:25:27 +0000 (09:25 +0100)
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>
drivers/staging/rtl8192e/rtl819x_BA.h

index 36280c62fa563b772540f8d25b23abb01bbd989f..de41d2182ff5bf5c12313dcc03b350755c2c104a 100644 (file)
@@ -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;