mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] dma: fix spacing for method declaration, coding style issue in iop-adma.c
@ 2011-10-31 19:29 Ciaran McCormick
  2011-11-10  9:47 ` Vinod Koul
  0 siblings, 1 reply; 2+ messages in thread
From: Ciaran McCormick @ 2011-10-31 19:29 UTC (permalink / raw)
  To: dan.j.williams, vinod.koul; +Cc: linux-kernel, Ciaran McCormick

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


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

* Re: [PATCH] dma: fix spacing for method declaration, coding style issue in iop-adma.c
  2011-10-31 19:29 [PATCH] dma: fix spacing for method declaration, coding style issue in iop-adma.c Ciaran McCormick
@ 2011-11-10  9:47 ` Vinod Koul
  0 siblings, 0 replies; 2+ messages in thread
From: Vinod Koul @ 2011-11-10  9:47 UTC (permalink / raw)
  To: Ciaran McCormick; +Cc: dan.j.williams, linux-kernel

On Mon, 2011-10-31 at 19:29 +0000, Ciaran McCormick wrote:
> 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;
Applied thanks

-- 
~Vinod


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

end of thread, other threads:[~2011-11-10  9:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-31 19:29 [PATCH] dma: fix spacing for method declaration, coding style issue in iop-adma.c Ciaran McCormick
2011-11-10  9:47 ` Vinod Koul

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

all inboxes | Powered by JetHome®