From: Gokce Kuler <gokcekuler@gmail.com>
To: outreachy-kernel@googlegroups.com
Cc: linux@armlinux.org.uk, gregkh@linuxfoundation.org
Subject: [PATCH] ARM: amba: Add blank line
Date: Sun, 29 Mar 2020 02:38:25 +0300 [thread overview]
Message-ID: <20200328233825.GA28891@siyah2> (raw)
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
next reply other threads:[~2020-03-28 23:38 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-28 23:38 Gokce Kuler [this message]
2020-03-29 7:11 ` [PATCH] ARM: amba: Add blank line Greg KH
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200328233825.GA28891@siyah2 \
--to=gokcekuler@gmail.com \
--cc=gregkh@linuxfoundation.org \
--cc=linux@armlinux.org.uk \
--cc=outreachy-kernel@googlegroups.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.