[PATCH 10/13] timer: Remove expires and data arguments from DEFINE_TIMER
Kalle Valo
kvalo at codeaurora.org
Thu Oct 5 17:54:33 AEDT 2017
Kees Cook <keescook at chromium.org> writes:
> Drop the arguments from the macro and adjust all callers with the
> following script:
>
> perl -pi -e 's/DEFINE_TIMER\((.*), 0, 0\);/DEFINE_TIMER($1);/g;' \
> $(git grep DEFINE_TIMER | cut -d: -f1 | sort -u | grep -v timer.h)
>
> Signed-off-by: Kees Cook <keescook at chromium.org>
> Acked-by: Geert Uytterhoeven <geert at linux-m68k.org> # for m68k parts
[...]
> drivers/net/wireless/atmel/at76c50x-usb.c | 2 +-
For wireless:
Acked-by: Kalle Valo <kvalo at codeaurora.org>
--
Kalle Valo
More information about the Linuxppc-dev
mailing list