mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] Staging: rtl8712: Remove multiple blank lines
@ 2017-09-11 13:09 Srishti Sharma
  2017-09-11 13:14 ` [Outreachy kernel] " Julia Lawall
  0 siblings, 1 reply; 3+ messages in thread
From: Srishti Sharma @ 2017-09-11 13:09 UTC (permalink / raw)
  To: gregkh
  Cc: florian.c.schilhabel, Larry.Finger, devel, linux-kernel,
	outreachy-kernel, Srishti Sharma

Remove extra blank line.

Signed-off-by: Srishti Sharma <srishtishar@gmail.com>
---
 drivers/staging/rtl8712/rtl8712_event.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/staging/rtl8712/rtl8712_event.h b/drivers/staging/rtl8712/rtl8712_event.h
index b383740..cad7085 100644
--- a/drivers/staging/rtl8712/rtl8712_event.h
+++ b/drivers/staging/rtl8712/rtl8712_event.h
@@ -60,7 +60,6 @@ enum rtl8712_c2h_event {
 	MAX_C2HEVT
 };

-
 #ifdef _RTL8712_CMD_C_

 static struct fwevent wlanevents[] = {
--
2.7.4

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Outreachy kernel] [PATCH] Staging: rtl8712: Remove multiple blank lines
  2017-09-11 13:09 [PATCH] Staging: rtl8712: Remove multiple blank lines Srishti Sharma
@ 2017-09-11 13:14 ` Julia Lawall
  0 siblings, 0 replies; 3+ messages in thread
From: Julia Lawall @ 2017-09-11 13:14 UTC (permalink / raw)
  To: Srishti Sharma
  Cc: gregkh, florian.c.schilhabel, Larry.Finger, devel, linux-kernel,
	outreachy-kernel



On Mon, 11 Sep 2017, Srishti Sharma wrote:

> Remove extra blank line.
>
> Signed-off-by: Srishti Sharma <srishtishar@gmail.com>

Acked-by: Julia Lawall <julia.lawall@lip6.fr>

> ---
>  drivers/staging/rtl8712/rtl8712_event.h | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/drivers/staging/rtl8712/rtl8712_event.h b/drivers/staging/rtl8712/rtl8712_event.h
> index b383740..cad7085 100644
> --- a/drivers/staging/rtl8712/rtl8712_event.h
> +++ b/drivers/staging/rtl8712/rtl8712_event.h
> @@ -60,7 +60,6 @@ enum rtl8712_c2h_event {
>  	MAX_C2HEVT
>  };
>
> -
>  #ifdef _RTL8712_CMD_C_
>
>  static struct fwevent wlanevents[] = {
> --
> 2.7.4
>
> --
> You received this message because you are subscribed to the Google Groups "outreachy-kernel" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to outreachy-kernel+unsubscribe@googlegroups.com.
> To post to this group, send email to outreachy-kernel@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/outreachy-kernel/1505135358-4408-1-git-send-email-srishtishar%40gmail.com.
> For more options, visit https://groups.google.com/d/optout.
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] staging: rtl8712: Remove multiple blank lines
@ 2021-02-09 15:37 Aakash Hemadri
  0 siblings, 0 replies; 3+ messages in thread
From: Aakash Hemadri @ 2021-02-09 15:37 UTC (permalink / raw)
  To: Larry Finger
  Cc: Florian Schilhabel, Greg Kroah-Hartman, Shuah Khan, devel,
	linux-kernel-mentees, linux-kernel

Fix checkpatch.pl CHECK:
CHECK: Please don't use multiple blank lines

Signed-off-by: Aakash Hemadri <aakashhemadri123@gmail.com>
---
This is my first patch.
Done as a part of the linux-kernel-mentees program and as the 10th task
on eudyptula to fix style checks.

 drivers/staging/rtl8712/rtl871x_debug.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/staging/rtl8712/rtl871x_debug.h b/drivers/staging/rtl8712/rtl871x_debug.h
index a427547c02ba..57f2a38cb71c 100644
--- a/drivers/staging/rtl8712/rtl871x_debug.h
+++ b/drivers/staging/rtl8712/rtl871x_debug.h
@@ -17,7 +17,6 @@
 #include "osdep_service.h"
 #include "drv_types.h"

-
 #define _drv_emerg_			1
 #define _drv_alert_			2
 #define _drv_crit_			3
@@ -28,7 +27,6 @@
 #define _drv_dump_			8
 #define	_drv_debug_			9

-
 #define _module_rtl871x_xmit_c_		BIT(0)
 #define _module_xmit_osdep_c_		BIT(1)
 #define _module_rtl871x_recv_c_		BIT(2)
--
2.30.0


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-02-09 15:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-11 13:09 [PATCH] Staging: rtl8712: Remove multiple blank lines Srishti Sharma
2017-09-11 13:14 ` [Outreachy kernel] " Julia Lawall
2021-02-09 15:37 [PATCH] staging: " Aakash Hemadri

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome