mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-28 20:20:17 -04: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:
committed by
Greg Kroah-Hartman
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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user