diff options
author | Ciaran McCormick <ciaranmccormick@gmail.com> | 2011-10-31 15:29:26 -0400 |
---|---|---|
committer | Vinod Koul <vinod.koul@linux.intel.com> | 2011-11-17 03:55:25 -0500 |
commit | dbb004294a934d030a9d716692a1dd6f677fc90e (patch) | |
tree | b39922402bcbae62bd21b5d6b5aa04ee5d3a4319 /drivers/dma/iop-adma.c | |
parent | dab6538e29e68af6206ec1889c847b428f290989 (diff) |
dma: fix spacing for method declaration, coding style issue in iop-adma.c
Signed-off-by: Ciaran McCormick <ciaranmccormick@gmail.com>
Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>
Diffstat (limited to 'drivers/dma/iop-adma.c')
-rw-r--r-- | 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 e03f811a83dd..686dc7673b19 100644 --- a/drivers/dma/iop-adma.c +++ b/drivers/dma/iop-adma.c | |||
@@ -1746,12 +1746,12 @@ static struct platform_driver iop_adma_driver = { | |||
1746 | }, | 1746 | }, |
1747 | }; | 1747 | }; |
1748 | 1748 | ||
1749 | static int __init iop_adma_init (void) | 1749 | static int __init iop_adma_init(void) |
1750 | { | 1750 | { |
1751 | return platform_driver_register(&iop_adma_driver); | 1751 | return platform_driver_register(&iop_adma_driver); |
1752 | } | 1752 | } |
1753 | 1753 | ||
1754 | static void __exit iop_adma_exit (void) | 1754 | static void __exit iop_adma_exit(void) |
1755 | { | 1755 | { |
1756 | platform_driver_unregister(&iop_adma_driver); | 1756 | platform_driver_unregister(&iop_adma_driver); |
1757 | return; | 1757 | return; |