All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] staging: comedi: Correct multiline dereference as per TODO
@ 2018-08-30 17:32 Ray Clinton
  2018-09-10  8:33 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 2+ messages in thread
From: Ray Clinton @ 2018-08-30 17:32 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: abbotti, hsweeten, linux-kernel

Hi,

I've been working on the correcting the checkpatch.pl failures found in
staging/drivers/staging/comedi of 4.18.0 and have a few patches to submit
for review.

The files that I changed are:

drivers/dt3000.c
drivers/ni_labpc_common.c
drivers/ni_mio_common.c
drivers/dt3000.c

While there were a few warnings/checks checkpatch.pl brings up the only
one that the Internet told me was ok to work on were dereferences that
happened over multiple lines. For each of the files above that was the issue
and it was always due to the author trying to stay within the 80 character
line width limitation. I did my best to remove the warning while keeping the
code readable.

**PLEASE**: any feedback on what I could do better in the patches, in the
emails, anything, would be much appreciated.

Thanks so much!

Ray

---

 drivers/staging/comedi/drivers/dt3000.c          | 6 +++---
 drivers/staging/comedi/drivers/ni_labpc_common.c | 8 ++++----
 drivers/staging/comedi/drivers/ni_mio_common.c   | 6 +++---
 drivers/staging/comedi/drivers/rtd520.c          | 6 +++---
 4 files changed, 13 insertions(+), 13 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH 0/4] staging: comedi: Correct multiline dereference as per TODO
  2018-08-30 17:32 [PATCH 0/4] staging: comedi: Correct multiline dereference as per TODO Ray Clinton
@ 2018-09-10  8:33 ` Greg Kroah-Hartman
  0 siblings, 0 replies; 2+ messages in thread
From: Greg Kroah-Hartman @ 2018-09-10  8:33 UTC (permalink / raw)
  To: Ray Clinton; +Cc: abbotti, hsweeten, linux-kernel

On Thu, Aug 30, 2018 at 01:32:09PM -0400, Ray Clinton wrote:
> Hi,
> 
> I've been working on the correcting the checkpatch.pl failures found in
> staging/drivers/staging/comedi of 4.18.0 and have a few patches to submit
> for review.
> 
> The files that I changed are:
> 
> drivers/dt3000.c
> drivers/ni_labpc_common.c
> drivers/ni_mio_common.c
> drivers/dt3000.c
> 
> While there were a few warnings/checks checkpatch.pl brings up the only
> one that the Internet told me was ok to work on were dereferences that
> happened over multiple lines. For each of the files above that was the issue
> and it was always due to the author trying to stay within the 80 character
> line width limitation. I did my best to remove the warning while keeping the
> code readable.
> 
> **PLEASE**: any feedback on what I could do better in the patches, in the
> emails, anything, would be much appreciated.

You sent 4 patches with the identical Subject: line, which isn't
something that I can apply.  Please make the subjects unique, as they
all do unique things, right?

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-09-10  8:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-30 17:32 [PATCH 0/4] staging: comedi: Correct multiline dereference as per TODO Ray Clinton
2018-09-10  8:33 ` Greg Kroah-Hartman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.