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
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/
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
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