Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1738744
| From | Martin Schwidefsky <schwidefsky@de.ibm.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] s390/sclp: Use setup_timer and mod_timer |
| Date | 2017-09-25 07:30 +0200 |
| Message-ID | <utu7T-1Vf-1@gated-at.bofh.it> (permalink) |
| References | <utdTr-5b-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Sun, 24 Sep 2017 17:30:14 +0530 Himanshu Jha <himanshujha199640@gmail.com> wrote: > Use setup_timer and mod_timer API instead of structure assignments. > > This is done using Coccinelle and semantic patch used > for this as follows: > > @@ > expression x,y,z,a,b; > @@ > > -init_timer (&x); > +setup_timer (&x, y, z); > +mod_timer (&a, b); > -x.function = y; > -x.data = z; > -x.expires = b; > -add_timer(&a); > > Signed-off-by: Himanshu Jha <himanshujha199640@gmail.com> > --- > drivers/s390/char/sclp_con.c | 7 ++----- > drivers/s390/char/sclp_tty.c | 7 ++----- > 2 files changed, 4 insertions(+), 10 deletions(-) Added to s390/linux for the 4.15 merge window, thanks. -- blue skies, Martin. "Reality continues to ruin my life." - Calvin.
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH] s390/sclp: Use setup_timer and mod_timer Himanshu Jha <himanshujha199640@gmail.com> - 2017-09-24 14:10 +0200 Re: [PATCH] s390/sclp: Use setup_timer and mod_timer Martin Schwidefsky <schwidefsky@de.ibm.com> - 2017-09-25 07:30 +0200
csiph-web