[PATCH v2] staging: rtl8188eu: Move a blank line

2018-03-01 Thread Dafna Hirschfeld
Move a blank line from in the middle of a declaration list to after the declaration list, to improve readability. Issue found by checkpatch. Signed-off-by: Dafna Hirschfeld --- drivers/staging/rtl8188eu/hal/usb_halinit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a

[PATCH 1/3] staging: rtl8192e: Fix issues regarding blank lines

2018-03-01 Thread Dafna Hirschfeld
Fix multiple blank lines and blank lines after braces. Issues found with checkpatch.pl Signed-off-by: Dafna Hirschfeld --- drivers/staging/rtl8192e/rtl8192e/rtl_wx.c | 27 --- 1 file changed, 27 deletions(-) diff --git a/drivers/staging/rtl8192e/rtl8192e/rtl_wx.c b

[PATCH 0/3] *** SUBJECT HERE ***

2018-03-01 Thread Dafna Hirschfeld
*** BLURB HERE *** Dafna Hirschfeld (3): staging: rtl8192e: Fix issues regarding blank lines staging: rtl8192e: Remove unnecessary parentheses staging: rtl8192e: Add spaces around operators. drivers/staging/rtl8192e/rtl8192e/rtl_wx.c | 51 +++--- 1 file changed, 12