git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34df6ab
)
iommu/fsl: Add void declarations in zero-arg functions.
author
Chi Pham
<fempsci@gmail.com>
Thu, 3 Jul 2014 13:03:01 +0000
(15:03 +0200)
committer
Joerg Roedel
<jroedel@suse.de>
Fri, 4 Jul 2014 11:21:49 +0000
(13:21 +0200)
Added explicit void declarations to zero-argument function headers.
The following coccinelle script was used:
@addvoid@
identifier f;
@@
f(
+ void
) { ... }
Signed-off-by: Chi Pham <fempsci@gmail.com>
Signed-off-by: Joerg Roedel <jroedel@suse.de>
No differences found