All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging:vme_user: Add blank line after struct decl
       [not found] <Zj0Fm+vBdzPHlZKS.ref@c>
@ 2024-05-09 17:19 ` Ashok Kumar
  0 siblings, 0 replies; only message in thread
From: Ashok Kumar @ 2024-05-09 17:19 UTC (permalink / raw)
  To: Greg Kroah-Hartman, dri-devel, linux-fbdev, linux-staging,
	linux-kernel, outreachy

Added blank line after struct declarions for improving readability indicated by
checkpatch.pl

Signed-off-by: Ashok Kumar <ashokemailat@yahoo.com>
---
 drivers/staging/vme_user/vme_user.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/staging/vme_user/vme_user.c b/drivers/staging/vme_user/vme_user.c
index 36183f923768..5829a4141561 100644
--- a/drivers/staging/vme_user/vme_user.c
+++ b/drivers/staging/vme_user/vme_user.c
@@ -106,6 +106,7 @@ static struct vme_dev *vme_user_bridge;		/* Pointer to user device */
 static const struct class vme_user_sysfs_class = {
 	.name = DRIVER_NAME,
 };
+
 static const int type[VME_DEVS] = {	MASTER_MINOR,	MASTER_MINOR,
 					MASTER_MINOR,	MASTER_MINOR,
 					SLAVE_MINOR,	SLAVE_MINOR,
-- 
2.34.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-05-09 17:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <Zj0Fm+vBdzPHlZKS.ref@c>
2024-05-09 17:19 ` [PATCH] staging:vme_user: Add blank line after struct decl Ashok Kumar

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.