[PATCH v2] Staging: rtlwifi: base: Modified the line ending with a parenthesis

2018-08-05 Thread Sohil Ladhani
This patch fixes the "Lines should not end with a '('" warning reported by checkpatch.pl script. The line containing 'rtl_mrate_idx_to_arfr_id' function previously ended with '(', which did not conform to the linux kernel coding style. Signed-o

[PATCH] Staging: rtlwifi: base: Fixed line ending with parentheses

2018-08-04 Thread Sohil Ladhani
This patch fixes the "Lines should not end with a '('" problem reported by checkpatch Signed-off-by: Sohil Ladhani --- drivers/staging/rtlwifi/base.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/staging/rtlwifi/base.c b/drivers/staging/

[PATCH] Staging: rtlwifi: base: fixed a brace coding style issue

2018-08-04 Thread Sohil Ladhani
Fixed a coding style issue Signed-off-by: Sohil Ladhani --- drivers/staging/rtlwifi/base.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/staging/rtlwifi/base.c b/drivers/staging/rtlwifi/base.c index 094827c1879a..654aa4e068ba 100644 --- a/drivers/staging

[PATCH] Staging: rtlwifi: base: fixed a brace coding style issue

2018-08-04 Thread Sohil Ladhani
linux-ker...@vger.kernel.org, Sohil Ladhani Bcc: Subject: [PATCH] Staging: rtlwifi: base: fixed a brace coding style issue Reply-To: Fixed a coding style issue Signed-off-by: Sohil Ladhani --- drivers/staging/rtlwifi/base.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff