kboot: Use (void) instead of () for functiosn with no args
int foo(); means 'a function that takes any number of arguments.`
not a function that takes no arguemnts, that's spelled int foo(void);
Adopt the latter.
Sponsored by: Netflix
kboot: Use (void) instead of () for functiosn with no args Tags None Referenced Files None Subscribers None
Description
Details
|