WSL2-Linux-Kernel/drivers/staging/ced1401
Chi Pham fb3cdd16f2 staging: ced1401: 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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-07-08 16:01:47 -07:00
..
userspace staging: ced1401: Add void declarations in zero-arg functions. 2014-07-08 16:01:47 -07:00
Kconfig Staging: ced1401: add driver to the build 2012-09-17 20:30:02 -07:00
Makefile Staging: ced1401: add driver to the build 2012-09-17 20:30:02 -07:00
TODO Staging: ced1401: add TODO file 2012-09-17 19:46:05 -07:00
ced_ioc.c staging: ced1401: rename FreeCircBlock() 2014-07-08 15:59:35 -07:00
ced_ioctl.h Staging: ced1401: Fix no new typedef warning in ced_ioctl.h 2014-03-18 13:30:44 -07:00
machine.h Staging: ced1401: Patch removes unused typedefs. 2013-05-16 16:34:22 -07:00
usb1401.c staging: ced1401: rename FreeCircBlock() 2014-07-08 15:59:35 -07:00
usb1401.h staging: ced1401: remove typedef for CIRCBLK 2014-07-08 15:59:35 -07:00
use14_ioc.h Staging: ced1401: Fix typedef warnings in ced_ioctl.h 2014-03-18 13:30:26 -07:00
use1401.h Staging: ced1401: Patch removes typedef unsigned int DWORD. 2013-05-16 16:34:22 -07:00