All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging: kpc2000: Removing multiple blank lines
@ 2020-03-21 14:04 Simran Singhal
  2020-03-23  0:47 ` [Outreachy kernel] " Stefano Brivio
  0 siblings, 1 reply; 3+ messages in thread
From: Simran Singhal @ 2020-03-21 14:04 UTC (permalink / raw)
  To: gregkh, jeremy, devel, linux-kernel, outreachy-kernel

This patch fixes the checkpatch warning by removing multiple blank
lines.
CHECK: Please don't use multiple blank lines

Signed-off-by: Simran Singhal <singhalsimran0@gmail.com>
---
 drivers/staging/kpc2000/kpc2000/pcie.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/staging/kpc2000/kpc2000/pcie.h b/drivers/staging/kpc2000/kpc2000/pcie.h
index cb815c30faa4..f1fc91b4c704 100644
--- a/drivers/staging/kpc2000/kpc2000/pcie.h
+++ b/drivers/staging/kpc2000/kpc2000/pcie.h
@@ -6,7 +6,6 @@
 #include "../kpc.h"
 #include "dma_common_defs.h"
 
-
 /*      System Register Map (BAR 1, Start Addr 0)
  *
  *  BAR Size:
-- 
2.17.1



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

end of thread, other threads:[~2020-03-25  7:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-21 14:04 [PATCH] staging: kpc2000: Removing multiple blank lines Simran Singhal
2020-03-23  0:47 ` [Outreachy kernel] " Stefano Brivio
2020-03-25  7:31   ` Simran Singhal

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.