All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ciaran McCormick <ciaranmccormick@gmail.com>
To: dan.j.williams@intel.com, vinod.koul@intel.com
Cc: linux-kernel@vger.kernel.org,
	Ciaran McCormick <ciaranmccormick@gmail.com>
Subject: [PATCH] dma: fix spacing for method declaration, coding style issue in iop-adma.c
Date: Mon, 31 Oct 2011 19:29:26 +0000	[thread overview]
Message-ID: <1320089366-13300-1-git-send-email-ciaranmccormick@gmail.com> (raw)

From: Ciaran McCormick <ciaranmccormick@gmail.com>

---
 drivers/dma/iop-adma.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/dma/iop-adma.c b/drivers/dma/iop-adma.c
index e03f811..686dc76 100644
--- a/drivers/dma/iop-adma.c
+++ b/drivers/dma/iop-adma.c
@@ -1746,12 +1746,12 @@ static struct platform_driver iop_adma_driver = {
 	},
 };
 
-static int __init iop_adma_init (void)
+static int __init iop_adma_init(void)
 {
 	return platform_driver_register(&iop_adma_driver);
 }
 
-static void __exit iop_adma_exit (void)
+static void __exit iop_adma_exit(void)
 {
 	platform_driver_unregister(&iop_adma_driver);
 	return;
-- 
1.7.5.4


             reply	other threads:[~2011-10-31 19:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-31 19:29 Ciaran McCormick [this message]
2011-11-10  9:47 ` [PATCH] dma: fix spacing for method declaration, coding style issue in iop-adma.c Vinod Koul

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=1320089366-13300-1-git-send-email-ciaranmccormick@gmail.com \
    --to=ciaranmccormick@gmail.com \
    --cc=dan.j.williams@intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=vinod.koul@intel.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.