Rename fields in fw_priv struct from CamelCase to snake_case.
Reported by checkpatch.
Signed-off-by: Robert Eshleman
---
drivers/staging/rtl8712/hal_init.c| 10 +-
drivers/staging/rtl8712/rtl8712_hal.h | 8
2 files changed, 9 insertions(+), 9 deletions(-)
diff --git a
This patch fixes a few spacing warnings from checkpatch.pl,
as well as an incorrect spacing between a function type and
the function name.
Signed-off-by: Robert Eshleman
---
drivers/staging/rtl8188eu/core/rtw_ap.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers