[PATCH 2/2] staging: rtl8192e: fix line over 80 characters

2018-06-09 Thread thtlwlsmsgkfla
*fix checkpatch.pl warnings: WARNING: line over 80 characters Signed-off-by: Hyunil Kim --- drivers/staging/rtl8192e/rtllib_softmac.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/staging/rtl8192e/rtllib_softmac.c b/drivers/staging/rtl8192e/rtllib_softmac.c

[PATCH 1/2] staging: rtl8192e: remove brace for single statement

2018-06-09 Thread thtlwlsmsgkfla
* fix checkpatch.pl warning: WARNING: braces { are not necessary for single statement blocks Signed-off-by: Hyunil Kim --- drivers/staging/rtl8192e/rtllib_softmac.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/staging/rtl8192e/rtllib_softmac.c