From: William Durand Date: Fri, 19 Feb 2021 16:13:58 +0000 (+0000) Subject: staging: rtl8192e: rename Reserved to reserved in delba_param_set union X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=248a73b161042a1990ae06c03141038d9335a21f;p=linux.git staging: rtl8192e: rename Reserved to reserved in delba_param_set union This change uses lowercase for a field name to be more consistent with the rest of the union. Signed-off-by: William Durand Link: https://lore.kernel.org/r/20210219161400.29316-4-will+git@drnd.me Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8192e/rtl819x_BA.h b/drivers/staging/rtl8192e/rtl819x_BA.h index ae4f117c839be..a482cb3b081d1 100644 --- a/drivers/staging/rtl8192e/rtl819x_BA.h +++ b/drivers/staging/rtl8192e/rtl819x_BA.h @@ -42,7 +42,7 @@ union delba_param_set { u8 char_data[2]; u16 short_data; struct { - u16 Reserved:11; + u16 reserved:11; u16 Initiator:1; u16 TID:4; } field;