mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-27 04:54:41 +08:00
staging: rtl8192e: rename FragNum to frag_num in sequence_control union
Fixes a checkpatch CHECK message. Signed-off-by: William Durand <will+git@drnd.me> Link: https://lore.kernel.org/r/20210214140332.16175-3-will+git@drnd.me Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
c3f1bca83e
commit
a6a3dd3752
@ -22,7 +22,7 @@
|
||||
union sequence_control {
|
||||
u16 short_data;
|
||||
struct {
|
||||
u16 FragNum:4;
|
||||
u16 frag_num:4;
|
||||
u16 SeqNum:12;
|
||||
} field;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user