* [PATCH 0/3] staging: fix non-ANSI function prototypes.
@ 2013-08-10 0:32 Cyril Roelandt
0 siblings, 0 replies; only message in thread
From: Cyril Roelandt @ 2013-08-10 0:32 UTC (permalink / raw)
To: kernel-janitors
Add "void" to parameterless function prototypes.
Found using the following semantic patch:
<smpl>
@@
identifier f;
@@
-f()
+f(void)
{
...
}
</smpl>
Regards,
Cyril Roelandt.
---
Cyril Roelandt (3):
staging: usbip: fix non-ANSI function prototypes.
staging: ced1401: fix non-ANSI function prototype.
staging: lustre: fix non-ANSI function prototypes.
drivers/staging/ced1401/userspace/use1401.c | 2 +-
drivers/staging/lustre/lnet/klnds/socklnd/socklnd_lib-linux.c | 2 +-
drivers/staging/lustre/lustre/libcfs/lwt.c | 4 ++--
drivers/staging/usbip/userspace/libsrc/usbip_common.c | 2 +-
drivers/staging/usbip/userspace/libsrc/vhci_driver.c | 2 +-
5 files changed, 6 insertions(+), 6 deletions(-)
--
1.8.3.1
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-08-10 0:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-10 0:32 [PATCH 0/3] staging: fix non-ANSI function prototypes Cyril Roelandt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox