Thread (28 messages) 28 messages, 10 authors, 2017-10-11

Re: [PATCH 10/13] timer: Remove expires and data arguments from DEFINE_TIMER

From: David Miller <davem@davemloft.net>
Date: 2017-10-05 00:41:04
Also in: linux-pm, linux-s390, linux-scsi, linux-watchdog, linux-wireless, linuxppc-dev, lkml, netdev

From: Kees Cook <redacted>
Date: Wed,  4 Oct 2017 16:27:04 -0700
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 <redacted>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org> # for m68k parts
For networking:

Acked-by: David S. Miller <davem@davemloft.net>
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help