From: William Durand Date: Sun, 14 Feb 2021 14:03:31 +0000 (+0000) Subject: staging: rtl8192e: rename FragNum to frag_num in sequence_control union X-Git-Tag: v5.13-rc1~173^2~702 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a6a3dd375230411ee4ef1716fc5e3ee414e1dbeb;p=thirdparty%2Fkernel%2Flinux.git staging: rtl8192e: rename FragNum to frag_num in sequence_control union Fixes a checkpatch CHECK message. Signed-off-by: William Durand Link: https://lore.kernel.org/r/20210214140332.16175-3-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 34d66b8f5155e..3e5bd3fc78cec 100644 --- a/drivers/staging/rtl8192e/rtl819x_BA.h +++ b/drivers/staging/rtl8192e/rtl819x_BA.h @@ -22,7 +22,7 @@ union sequence_control { u16 short_data; struct { - u16 FragNum:4; + u16 frag_num:4; u16 SeqNum:12; } field; };