All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: amba: Add blank line
@ 2020-03-28 23:38 Gokce Kuler
  2020-03-29  7:11 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Gokce Kuler @ 2020-03-28 23:38 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: linux, gregkh

Add missing blank line after declarations.Problem found using checkpatch.

Signed-off-by: Gokce Kuler <gokcekuler@gmail.com>
---
 drivers/amba/bus.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/amba/bus.c b/drivers/amba/bus.c
index fe15236..5b17456 100644
--- a/drivers/amba/bus.c
+++ b/drivers/amba/bus.c
@@ -319,6 +319,7 @@ static int amba_remove(struct device *dev)
 static void amba_shutdown(struct device *dev)
 {
 	struct amba_driver *drv = to_amba_driver(dev->driver);
+
 	drv->shutdown(to_amba_device(dev));
 }
 
-- 
2.7.4



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

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

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-28 23:38 [PATCH] ARM: amba: Add blank line Gokce Kuler
2020-03-29  7:11 ` Greg KH

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.