lkml.org 
[lkml]   [2011]   [Nov]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
SubjectRe: [PATCH] dma: fix spacing for method declaration, coding style issue in iop-adma.c
From
Date
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



\
 
 \ /
  Last update: 2011-11-10 10:53    [W:0.044 / U:0.248 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site