diff options
author | Chi Pham <fempsci@gmail.com> | 2014-07-03 17:03:01 +0400 |
---|---|---|
committer | Joerg Roedel <jroedel@suse.de> | 2014-07-04 15:21:49 +0400 |
commit | f683367ebd2d90a052d07e9b6787ddfb63a04239 (patch) | |
tree | 9181f43281601d701343d703ad4045c099c19e10 /include/linux/kfifo.h | |
parent | 34df6ab7956a18a2ff7f1bb15d5e9b966602a93b (diff) | |
download | linux-f683367ebd2d90a052d07e9b6787ddfb63a04239.tar.xz |
iommu/fsl: Add void declarations in zero-arg functions.
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>
Diffstat (limited to 'include/linux/kfifo.h')
0 files changed, 0 insertions, 0 deletions