Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 286096
b: refs/heads/master
c: dbb0042
h: refs/heads/master
v: v3
  • Loading branch information
Ciaran McCormick authored and Vinod Koul committed Nov 17, 2011
1 parent 8f215b3 commit b8dd819
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: dab6538e29e68af6206ec1889c847b428f290989
refs/heads/master: dbb004294a934d030a9d716692a1dd6f677fc90e
4 changes: 2 additions & 2 deletions trunk/drivers/dma/iop-adma.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b8dd819

Please sign in to comment.