* [Linux-kernel-mentees] [PATCH] Staging: rtl8192e: rtl8192e: Removed extra space before break statement
@ 2019-04-30 19:15 ` Puranjay Mohan
0 siblings, 0 replies; 4+ messages in thread
From: puranjay12 @ 2019-04-30 19:15 UTC (permalink / raw)
Fixed a style issue reported by checkpatch.pl
break statements had extra spaces before them.
WARNING: Statements should start on a tabstop
Signed-off-by: Puranjay Mohan <puranjay12 at gmail.com>
---
drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c b/drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c
index 0353f7ee5341..ef92ce957466 100644
--- a/drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c
+++ b/drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c
@@ -1913,7 +1913,7 @@ static void _rtl92e_update_received_rate_histogram_stats(
break;
case MGN_2M:
rateIndex = 1;
- break;
+ break;
case MGN_5_5M:
rateIndex = 2;
break;
@@ -1931,7 +1931,7 @@ static void _rtl92e_update_received_rate_histogram_stats(
break;
case MGN_18M:
rateIndex = 7;
- break;
+ break;
case MGN_24M:
rateIndex = 8;
break;
--
2.21.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [Linux-kernel-mentees] [PATCH] Staging: rtl8192e: rtl8192e: Removed extra space before break statement
@ 2019-04-30 19:15 ` Puranjay Mohan
0 siblings, 0 replies; 4+ messages in thread
From: Puranjay Mohan @ 2019-04-30 19:15 UTC (permalink / raw)
Fixed a style issue reported by checkpatch.pl
break statements had extra spaces before them.
WARNING: Statements should start on a tabstop
Signed-off-by: Puranjay Mohan <puranjay12 at gmail.com>
---
drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c b/drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c
index 0353f7ee5341..ef92ce957466 100644
--- a/drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c
+++ b/drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c
@@ -1913,7 +1913,7 @@ static void _rtl92e_update_received_rate_histogram_stats(
break;
case MGN_2M:
rateIndex = 1;
- break;
+ break;
case MGN_5_5M:
rateIndex = 2;
break;
@@ -1931,7 +1931,7 @@ static void _rtl92e_update_received_rate_histogram_stats(
break;
case MGN_18M:
rateIndex = 7;
- break;
+ break;
case MGN_24M:
rateIndex = 8;
break;
--
2.21.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [Linux-kernel-mentees] [PATCH] Staging: rtl8192e: rtl8192e: Removed extra space before break statement
@ 2019-04-30 19:35 ` Shuah Khan
0 siblings, 0 replies; 4+ messages in thread
From: skhan @ 2019-04-30 19:35 UTC (permalink / raw)
Hi Puranjay,
On 4/30/19 1:15 PM, Puranjay Mohan wrote:
> Fixed a style issue reported by checkpatch.pl
> break statements had extra spaces before them.
> WARNING: Statements should start on a tabstop
>
Please include the entire checkpatch warning line. Also commit log can
have 75 char length lines and you don't have to limit them to a shorter
length.
thanks,
-- Shuah
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Linux-kernel-mentees] [PATCH] Staging: rtl8192e: rtl8192e: Removed extra space before break statement
@ 2019-04-30 19:35 ` Shuah Khan
0 siblings, 0 replies; 4+ messages in thread
From: Shuah Khan @ 2019-04-30 19:35 UTC (permalink / raw)
Hi Puranjay,
On 4/30/19 1:15 PM, Puranjay Mohan wrote:
> Fixed a style issue reported by checkpatch.pl
> break statements had extra spaces before them.
> WARNING: Statements should start on a tabstop
>
Please include the entire checkpatch warning line. Also commit log can
have 75 char length lines and you don't have to limit them to a shorter
length.
thanks,
-- Shuah
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2019-04-30 19:35 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-30 19:15 [Linux-kernel-mentees] [PATCH] Staging: rtl8192e: rtl8192e: Removed extra space before break statement puranjay12
2019-04-30 19:15 ` Puranjay Mohan
2019-04-30 19:35 ` skhan
2019-04-30 19:35 ` Shuah Khan
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.