public inbox for linux-staging@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH] staging: vt6655: Remove extra blank lines between code blocks
@ 2024-01-11  7:06 Pranav Athreya
  2024-01-11  7:22 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 7+ messages in thread
From: Pranav Athreya @ 2024-01-11  7:06 UTC (permalink / raw)
  To: Forest Bond, Greg Kroah-Hartman
  Cc: linux-staging, linux-kernel, Pranav Athreya

Adhere to Linux kernel coding style.

Reported by checkpatch:

drivers/staging/vt6655/rxtx.h:22: CHECK: Please don't use multiple blank lines

drivers/staging/vt6655/vt6655_stage.mod.c:38: CHECK: Please don't use multiple blank lines
^Ignore the blank lines in vt6655_stage.mod.c since *.mod.c files
are included in .gitignore.

Signed-off-by: Pranav Athreya <pranavsubbu@gmail.com>
---
 drivers/staging/vt6655/rxtx.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/staging/vt6655/rxtx.h b/drivers/staging/vt6655/rxtx.h
index a67757c9bb5c..be1e5180d57b 100644
--- a/drivers/staging/vt6655/rxtx.h
+++ b/drivers/staging/vt6655/rxtx.h
@@ -19,7 +19,6 @@
 #define DEFAULT_MSDU_LIFETIME_RES_64us	8000 /* 64us */
 #define DEFAULT_MGN_LIFETIME_RES_64us	125  /* 64us */
 
-
 /*---------------------  Export Definitions -------------------------*/
 
 /*---------------------  Export Variables  --------------------------*/
-- 
2.34.1


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

end of thread, other threads:[~2024-01-11 11:24 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-11  7:06 [PATCH] staging: vt6655: Remove extra blank lines between code blocks Pranav Athreya
2024-01-11  7:22 ` Greg Kroah-Hartman
     [not found]   ` <CAP1Lp88vEZJtd69Njf9uZ5VXypwZ-5vLdBHf2xoLSpqmeyEQiA@mail.gmail.com>
2024-01-11  9:09     ` Pranav Athreya
2024-01-11  9:27       ` Greg Kroah-Hartman
2024-01-11 10:08         ` Pranav Athreya
2024-01-11 11:08           ` Dan Carpenter
2024-01-11 11:24             ` Pranav Athreya

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