public inbox for linux-staging@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH] staging: greybus: add blank line after struct
@ 2023-03-19 11:08 Menna Mahmoud
  2023-03-19 11:19 ` Julia Lawall
  0 siblings, 1 reply; 9+ messages in thread
From: Menna Mahmoud @ 2023-03-19 11:08 UTC (permalink / raw)
  To: gregkh
  Cc: outreachy, johan, elder, greybus-dev, linux-kernel, linux-staging,
	eng.mennamahmoud.mm

add blank line after struct for readability as
reported by checkpatch script

" CHECK: Please use a blank line after function/struct/union/enum
declarations"

Signed-off-by: Menna Mahmoud <eng.mennamahmoud.mm@gmail.com>
---
 drivers/staging/greybus/gbphy.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/staging/greybus/gbphy.h b/drivers/staging/greybus/gbphy.h
index d4a225b76338..1de510499480 100644
--- a/drivers/staging/greybus/gbphy.h
+++ b/drivers/staging/greybus/gbphy.h
@@ -15,6 +15,7 @@ struct gbphy_device {
 	struct list_head list;
 	struct device dev;
 };
+
 #define to_gbphy_dev(d) container_of(d, struct gbphy_device, dev)
 
 static inline void *gb_gbphy_get_data(struct gbphy_device *gdev)
@@ -43,6 +44,7 @@ struct gbphy_driver {
 
 	struct device_driver driver;
 };
+
 #define to_gbphy_driver(d) container_of(d, struct gbphy_driver, driver)
 
 int gb_gbphy_register_driver(struct gbphy_driver *driver,
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 9+ messages in thread
* [PATCH] staging: greybus: add blank line after struct
@ 2023-03-19 11:41 Menna Mahmoud
  2023-03-19 13:20 ` Menna Mahmoud
  0 siblings, 1 reply; 9+ messages in thread
From: Menna Mahmoud @ 2023-03-19 11:41 UTC (permalink / raw)
  To: gregkh
  Cc: outreachy, vireshk, johan, elder, greybus-dev, linux-kernel,
	linux-staging, eng.mennamahmoud.mm

add blank line after struct for readability as
reported by checkpatch script

" CHECK: Please use a blank line after function/struct/union/enum
declarations"

Signed-off-by: Menna Mahmoud <eng.mennamahmoud.mm@gmail.com>
---
 drivers/staging/greybus/gbphy.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/staging/greybus/gbphy.h b/drivers/staging/greybus/gbphy.h
index d4a225b76338..1de510499480 100644
--- a/drivers/staging/greybus/gbphy.h
+++ b/drivers/staging/greybus/gbphy.h
@@ -15,6 +15,7 @@ struct gbphy_device {
 	struct list_head list;
 	struct device dev;
 };
+
 #define to_gbphy_dev(d) container_of(d, struct gbphy_device, dev)
 
 static inline void *gb_gbphy_get_data(struct gbphy_device *gdev)
@@ -43,6 +44,7 @@ struct gbphy_driver {
 
 	struct device_driver driver;
 };
+
 #define to_gbphy_driver(d) container_of(d, struct gbphy_driver, driver)
 
 int gb_gbphy_register_driver(struct gbphy_driver *driver,
-- 
2.34.1


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

end of thread, other threads:[~2023-03-19 13:20 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-19 11:08 [PATCH] staging: greybus: add blank line after struct Menna Mahmoud
2023-03-19 11:19 ` Julia Lawall
2023-03-19 11:28   ` Menna Mahmoud
2023-03-19 11:36     ` Julia Lawall
2023-03-19 11:41       ` Menna Mahmoud
2023-03-19 11:46         ` Julia Lawall
2023-03-19 11:52           ` Menna Mahmoud
  -- strict thread matches above, loose matches on Subject: below --
2023-03-19 11:41 Menna Mahmoud
2023-03-19 13:20 ` Menna Mahmoud

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