All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] Fix multiple checkpatch issues
@ 2017-02-17  6:20 Gargi Sharma
  2017-02-17  6:20 ` [PATCH 1/6] staging: rtl8188eu: Replace x==NULL by !x Gargi Sharma
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Gargi Sharma @ 2017-02-17  6:20 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: gregkh, Gargi Sharma

Improve readability by fixing multiple checkpatch.pl
issues in rtl8188eu driver.

Gargi Sharma (6):
  staging: rtl8188eu: Replace x==NULL by !x
  staging: rtl8188eu: Fix block comments warning
  staging: rtl8188eu: Put constant on right side of comparison
  staging: rtl8188eu: Remove unnecessary blank lines
  staging: rtl8188eu: Remove multiple blank lines
  staging: rtl8188eu: Add a blank line

 drivers/staging/rtl8188eu/core/rtw_mlme.c | 123 ++++++++++++++----------------
 1 file changed, 56 insertions(+), 67 deletions(-)

-- 
2.7.4



^ permalink raw reply	[flat|nested] 11+ messages in thread
* [PATCH 0/6] Fix multiple checkpatch issues
@ 2015-10-09 20:41 Amitoj Kaur Chawla
  0 siblings, 0 replies; 11+ messages in thread
From: Amitoj Kaur Chawla @ 2015-10-09 20:41 UTC (permalink / raw)
  To: outreachy-kernel

This patchset fixes multiple issues found using checkpatch.pl

Amitoj Kaur Chawla (6):
  staging: sm750fb: Rename miniDiff
  staging: sm750fb: Remove multiple blank lines
  staging: sm750fb: Rename dispState
  staging: sm750fb: Remove multiple blank lines
  staging: sm750fb: Add space around '<<'
  staging: sm750fb: Add space around '&'

 drivers/staging/sm750fb/ddk750_chip.c    |  8 ++++----
 drivers/staging/sm750fb/ddk750_chip.h    |  3 ---
 drivers/staging/sm750fb/ddk750_display.c | 17 +++++++----------
 3 files changed, 11 insertions(+), 17 deletions(-)

-- 
1.9.1



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

end of thread, other threads:[~2017-02-17  6:42 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-17  6:20 [PATCH 0/6] Fix multiple checkpatch issues Gargi Sharma
2017-02-17  6:20 ` [PATCH 1/6] staging: rtl8188eu: Replace x==NULL by !x Gargi Sharma
2017-02-17  6:20 ` [PATCH 2/6] staging: rtl8188eu: Fix block comments warning Gargi Sharma
2017-02-17  6:33   ` [Outreachy kernel] " Vaishali Thakkar
2017-02-17  6:35     ` Julia Lawall
2017-02-17  6:42       ` Vaishali Thakkar
2017-02-17  6:20 ` [PATCH 3/6] staging: rtl8188eu: Put constant on right side of comparison Gargi Sharma
2017-02-17  6:20 ` [PATCH 4/6] staging: rtl8188eu: Remove unnecessary blank lines Gargi Sharma
2017-02-17  6:20 ` [PATCH 5/6] staging: rtl8188eu: Remove multiple " Gargi Sharma
2017-02-17  6:20 ` [PATCH 6/6] staging: rtl8188eu: Add a blank line Gargi Sharma
  -- strict thread matches above, loose matches on Subject: below --
2015-10-09 20:41 [PATCH 0/6] Fix multiple checkpatch issues Amitoj Kaur Chawla

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.