Re: [PATCH] kernel: Remove unneeded return from void functions

2015-09-23 Thread Thomas Gleixner
On Wed, 23 Sep 2015, Guillaume Gomez wrote: > Signed-off-by: Guillaume Gomez > --- > include/linux/clockchips.h | 2 +- > include/linux/crypto.h | 2 +- > include/linux/device.h | 2 +- > include/linux/netdevice.h | 2 +- > include/linux/percpu-refcount.h | 2 +- > i

[PATCH] kernel: Remove unneeded return from void functions

2015-09-22 Thread Guillaume Gomez
Signed-off-by: Guillaume Gomez --- include/linux/clockchips.h | 2 +- include/linux/crypto.h | 2 +- include/linux/device.h | 2 +- include/linux/netdevice.h | 2 +- include/linux/percpu-refcount.h | 2 +- include/linux/timekeeping.h | 2 +- kernel/time/clocksourc