2021-02-17 21:38:16

by William Durand

[permalink] [raw]
Subject: [PATCH 0/3] staging: rtl8192e: sequence_control union cleanups

This patchset fixes the checkpatch issues related to the `sequence_control`
union defined in `rtl8192e/rtl819x_BA.h` (avoid camelcase).

William Durand (3):
staging: rtl8192e: rename ShortData to short_data in sequence_control
union
staging: rtl8192e: rename FragNum to frag_num in sequence_control
union
staging: rtl8192e: rename SeqNum to seq_num in sequence_control union

drivers/staging/rtl8192e/rtl819x_BA.h | 6 +++---
drivers/staging/rtl8192e/rtl819x_BAProc.c | 4 ++--
drivers/staging/rtl8192e/rtllib_tx.c | 2 +-
3 files changed, 6 insertions(+), 6 deletions(-)

--
2.17.1