Skip to content
Commit fb3cdd16 authored by Chi Pham's avatar Chi Pham Committed by Greg Kroah-Hartman
Browse files

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: default avatarChi Pham <fempsci@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 1795f895
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment