All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] staging: i4l: act2000: Fix multiple checkpatch warnings
@ 2016-09-19 18:20 sayli karnik
  2016-09-19 18:21 ` [PATCH 1/4] staging: i4l: act2000: Replace printk(KERN_WARNING..) with netdev_warn(dev, ..) sayli karnik
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: sayli karnik @ 2016-09-19 18:20 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: gregkh

This patchset fixes multiple checkpatch.pl warnings.

sayli karnik (4):
  Replace printk(KERN_WARNING..) with netdev_warn(dev, ..)
  Correct the spelling for resources
  Add a blank line after declarations
  Replace explicit NULL comparison with ! operator

 drivers/staging/i4l/act2000/act2000_isa.c | 27 +++++++++++++--------------
 1 file changed, 13 insertions(+), 14 deletions(-)

-- 
2.7.4



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

end of thread, other threads:[~2016-09-20 11:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-19 18:20 [PATCH 0/4] staging: i4l: act2000: Fix multiple checkpatch warnings sayli karnik
2016-09-19 18:21 ` [PATCH 1/4] staging: i4l: act2000: Replace printk(KERN_WARNING..) with netdev_warn(dev, ..) sayli karnik
2016-09-20 11:50   ` Greg KH
2016-09-19 18:22 ` [PATCH 2/4] staging: i4l: act2000: Correct the spelling for resources sayli karnik
2016-09-19 18:22 ` [PATCH 3/4] staging: i4l: act2000: Add a blank line after declarations sayli karnik
2016-09-19 18:23 ` [PATCH 4/4] staging: i4l: act2000: Replace explicit NULL comparison with ! operator sayli karnik

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.