All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] patchset for clean-ups in comedi
@ 2020-03-11 18:43 Kaaira Gupta
  2020-03-11 18:43 ` [PATCH 1/5] staging: comedi: ni_mio_common.c: reformat code Kaaira Gupta
                   ` (4 more replies)
  0 siblings, 5 replies; 23+ messages in thread
From: Kaaira Gupta @ 2020-03-11 18:43 UTC (permalink / raw)
  To: Ian Abbott, H Hartley Sweeten, Greg Kroah-Hartman, outreachy-kernel
  Cc: Kaaira Gupta

THis patchset contains changes that reformat the code in a function to
make it more readbale, put conditions in one `if` statement, add lines
after a struct, add braces in a macro to prevent precedence issues, and
converts signed to unsigned int in driver comedi.

Kaaira Gupta (5):
  staging: comedi: ni_mio_common.c: reformat code
  staging: comedi: check condition in one statement
  staging: comedi: drivers: add line after struct
  staging: comedi: add braces to prevent precedence
  staging: comedi: drivers: use unsigned int

 drivers/staging/comedi/drivers/das08.c         | 1 +
 drivers/staging/comedi/drivers/das1800.c       | 2 +-
 drivers/staging/comedi/drivers/ni_mio_common.c | 8 ++++----
 drivers/staging/comedi/drivers/usbdux.c        | 4 +---
 4 files changed, 7 insertions(+), 8 deletions(-)

-- 
2.17.1



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

end of thread, other threads:[~2020-03-15 20:24 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-11 18:43 [PATCH 0/5] patchset for clean-ups in comedi Kaaira Gupta
2020-03-11 18:43 ` [PATCH 1/5] staging: comedi: ni_mio_common.c: reformat code Kaaira Gupta
2020-03-11 23:20   ` [Outreachy kernel] " Stefano Brivio
2020-03-12  8:16   ` Greg Kroah-Hartman
2020-03-12 14:56     ` Kaaira Gupta
2020-03-12 15:25       ` Greg Kroah-Hartman
2020-03-11 18:43 ` [PATCH 2/5] staging: comedi: check condition in one statement Kaaira Gupta
2020-03-11 23:17   ` [Outreachy kernel] " Stefano Brivio
2020-03-12  8:17   ` Greg Kroah-Hartman
2020-03-12 14:54     ` Kaaira Gupta
2020-03-11 18:43 ` [PATCH 3/5] staging: comedi: drivers: add line after struct Kaaira Gupta
2020-03-12  8:18   ` Greg Kroah-Hartman
2020-03-12 14:53     ` Kaaira Gupta
2020-03-11 18:43 ` [PATCH 4/5] staging: comedi: add braces to prevent precedence Kaaira Gupta
2020-03-12  8:18   ` Greg Kroah-Hartman
2020-03-12 14:53     ` Kaaira Gupta
2020-03-11 18:43 ` [PATCH 5/5] staging: comedi: drivers: use unsigned int Kaaira Gupta
2020-03-11 20:51   ` [Outreachy kernel] " Julia Lawall
2020-03-11 22:11     ` Kaaira Gupta
2020-03-15 20:23       ` Stefano Brivio
2020-03-12  8:17   ` Greg Kroah-Hartman
2020-03-12 14:52     ` Kaaira Gupta
2020-03-12 15:21       ` 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.