All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] staging: vt6655: Remove extra blank lines between code blocks
@ 2024-01-12  4:52 Pranav Athreya
  0 siblings, 0 replies; only message in thread
From: Pranav Athreya @ 2024-01-12  4:52 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

Signed-off-by: Pranav Athreya <pranavsubbu@gmail.com>
---
v2: Fixed commit message to only mention files that are being changed.

 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] only message in thread

only message in thread, other threads:[~2024-01-12  4:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-12  4:52 [PATCH v2] staging: vt6655: Remove extra blank lines between code blocks Pranav Athreya

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.