Re: [PATCH v5 0/5] Remove unnecessary cast on void pointer

2017-03-04 Thread SIMRAN SINGHAL
On Sat, Mar 4, 2017 at 9:22 PM, Joe Perches wrote: > On Sat, 2017-03-04 at 21:00 +0530, simran singhal wrote: >> This patch-series removes unnecessary cast on void pointer in various >> drivers. > > Much better, thanks. > > Trivia: (and it's probably not necessary to resend) > > The cover letter s

Re: [PATCH v5 0/5] Remove unnecessary cast on void pointer

2017-03-04 Thread Joe Perches
On Sat, 2017-03-04 at 21:00 +0530, simran singhal wrote: > This patch-series removes unnecessary cast on void pointer in various > drivers. Much better, thanks. Trivia: (and it's probably not necessary to resend) The cover letter should describe the subsystem being changed or ideally something l

Re: [Outreachy kernel] [PATCH v5 0/5] Remove unnecessary cast on void pointer

2017-03-04 Thread Julia Lawall
On Sat, 4 Mar 2017, simran singhal wrote: > This patch-series removes unnecessary cast on void pointer in various > drivers. > > v5: > -Fixed compliation warning in lustre/lustre/llite/range_lock.c >which remain unfixed in v3. Acked-by: Julia Lawall for the whole series. > v4: > -cha

[PATCH v5 0/5] Remove unnecessary cast on void pointer

2017-03-04 Thread simran singhal
This patch-series removes unnecessary cast on void pointer in various drivers. v5: -Fixed compliation warning in lustre/lustre/llite/range_lock.c which remain unfixed in v3. v4: -change the cover-letter subject v3: -Fixed compilation warning in lustre/lustre/llite/range_lock.c si