All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] Fix multiple checkpatch issues
@ 2015-10-09 20:41 Amitoj Kaur Chawla
  2015-10-09 20:44 ` [PATCH 1/6] staging: sm750fb: Rename miniDiff Amitoj Kaur Chawla
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ 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] 8+ messages in thread
* [PATCH 0/6] Fix multiple checkpatch issues
@ 2017-02-17  6:20 Gargi Sharma
  0 siblings, 0 replies; 8+ 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] 8+ messages in thread

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

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-09 20:41 [PATCH 0/6] Fix multiple checkpatch issues Amitoj Kaur Chawla
2015-10-09 20:44 ` [PATCH 1/6] staging: sm750fb: Rename miniDiff Amitoj Kaur Chawla
2015-10-09 20:46 ` [PATCH 2/6] staging: sm750fb: Remove multiple blank lines Amitoj Kaur Chawla
2015-10-09 20:47 ` [PATCH 3/6] staging: sm750fb: Rename dispState Amitoj Kaur Chawla
2015-10-09 20:49 ` [PATCH 4/6] staging: sm750fb: Remove multiple blank lines Amitoj Kaur Chawla
2015-10-09 20:50 ` [PATCH 5/6] staging: sm750fb: Add space around '<<' Amitoj Kaur Chawla
2015-10-09 20:51 ` [PATCH 6/6] staging: sm750fb: Add space around '&' Amitoj Kaur Chawla
  -- strict thread matches above, loose matches on Subject: below --
2017-02-17  6:20 [PATCH 0/6] Fix multiple checkpatch issues Gargi Sharma

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.