[PATCH v2 3/3] staging: rtl8188eu: Remove blank line at core/rtw_ap.c:1143

2021-07-23 Thread Benjamin Philip
This commit fixes the following checkpatch.pl CHECK: CHECK: Blank lines aren't necessary after an open brace '{' 1143: FILE: drivers/staging/rtl8188eu/core/rtw_ap.c:1143: +{ + Signed-off-by: Benjamin Philip --- drivers/staging/rtl8188eu/core/rtw_ap.c | 1 - 1 file changed, 1 deletion(-) diff

[PATCH v2 2/3] staging: rtl8188eu: Remove blank line at core/rtw_ap.c:457

2021-07-23 Thread Benjamin Philip
This commit fixes the following checkpatch.pl CHECK: CHECK: Blank lines aren't necessary before a close brace '}' 457: FILE: drivers/staging/rtl8188eu/core/rtw_ap.c:457: + + } Signed-off-by: Benjamin Philip --- drivers/staging/rtl8188eu/core/rtw_ap.c | 1 - 1 file changed, 1 deletion

[PATCH v2 1/3] staging: rtl8188eu: Remove blank line at core/rtw_ap.c:385

2021-07-23 Thread Benjamin Philip
This commit fixes the following checkpatch.pl CHECK: CHECK: Blank lines aren't necessary before a close brace '}' 385: FILE: drivers/staging/rtl8188eu/core/rtw_ap.c:385: + + } Signed-off-by: Benjamin Philip --- drivers/staging/rtl8188eu/core/rtw_ap.c | 1 - 1 file changed, 1 deletion

[PATCH v2 0/3] Remove blank lines at drivers/rtl8188eu/core/rtw_ap.c

2021-07-23 Thread Benjamin Philip
) This is my first patch to the linux kernel. I apologize for all the inconveniences caused by my unfamiliarity with the kernel workflow. I also have split each line I removed into a patch so that it is convenient for the maintainer. I hope it is so. Thanks, Benjamin Philip Benjamin Philip (3

[PATCH v2] staging: rtl8188eu: remove unnecessary blank lines in core/rtw_ap.c

2021-07-22 Thread Benjamin Philip
This commit fixes some checkpatch checks for blank lines before and after braces in drivers/staging/rtl8188eu/core/rtw_ap.c Signed-off-by: Benjamin Philip --- This patch fixes some checkpatch.pl CHECKs for blank lines. I have tested my changes by compiling them. I also used checkpatch.pl

[PATCH] staging: rtl8188eu: remove unnecessary blank lines in core/rtw_ap.c

2021-07-21 Thread Benjamin Philip
This commit fixes some checkpatch checks for blank lines before and after braces in drivers/staging/rtl8188eu/core/rtw_ap.c Signed-off-by: Benjamin Philip --- This patch fixes some checkpatch.pl CHECKs for blank lines. I have tested my changes by compiling them. I also used checkpatch.pl

Re: [PATCH] staging: rtl8188eu: remove unnecessary blank lines in core/rtw_ap.c

2021-07-21 Thread Benjamin Philip
I have built the file without any errors. I did not need to make any changes. I apologise for not building my changes. I shall not repeat it again. Should I create a v2 patch and resend, or will we continue from this patch ? Thanks, Benjamin Philip

[PATCH] staging: rtl8188eu: remove unnecessary blank lines in core/rtw_ap.c

2021-07-21 Thread Benjamin Philip
This commit fixes some checkpatch checks for blank lines before and after braces in drivers/staging/rtl8188eu/core/rtw_ap.c Signed-off-by: Benjamin Philip --- This patch fixes some checkpatch.pl CHECKs for blank lines. Note: Since all I have done is remove some empty blank lines, I didn't