mirror of
https://github.com/torvalds/linux.git
synced 2026-06-06 21:45:45 +02: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