All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] coccinelle and checkpatch.pl issues
@ 2015-03-04 13:23 Somya Anand
  2015-03-04 13:23 ` [PATCH v2 1/5] Staging: rtl8188eu: Remove useless local variable Somya Anand
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Somya Anand @ 2015-03-04 13:23 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: Somya Anand

This patch-set contains bug-fixes suggested by coccinelle and
checkpatch.pl
The coccinelle script used here is:
@@
expression ret;
identifier f;
@@

-ret =
+return
     f(...);
-return ret;
Changes since v1:
 1. Reword commit message.
 2. Added the commit into this patch-set
 3. Merged three patches together of same driver.
 4. Reword the commit message.
 5. Merged two patches together of same driver.

Somya Anand (5):
  Staging: rtl8188eu: Remove useless local variable
  Staging: rtl8188eu: Add blank line after declaration
  Staging: rtl8188eu: Remove unneeded return statement
  staging: rtl8188eu: Remove unneeded parentheses
  Staging: rtl8188eu: Remove redundant local variable

 drivers/staging/rtl8188eu/core/rtw_wlan_util.c | 114 +++++++++----------------
 1 file changed, 39 insertions(+), 75 deletions(-)

-- 
1.9.1



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

end of thread, other threads:[~2015-03-07 14:47 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-04 13:23 [PATCH v2 0/5] coccinelle and checkpatch.pl issues Somya Anand
2015-03-04 13:23 ` [PATCH v2 1/5] Staging: rtl8188eu: Remove useless local variable Somya Anand
2015-03-06 23:49   ` [Outreachy kernel] " Greg KH
2015-03-07 14:47     ` Somya Anand
2015-03-04 13:23 ` [PATCH v2 2/5] Staging: rtl8188eu: Add blank line after declaration Somya Anand
2015-03-04 13:23 ` [PATCH v2 3/5] Staging: rtl8188eu: Remove unneeded return statement Somya Anand
2015-03-04 13:23 ` [PATCH v2 4/5] staging: rtl8188eu: Remove unneeded parentheses Somya Anand
2015-03-04 13:23 ` [PATCH v2 5/5] Staging: rtl8188eu: Remove redundant local variable Somya Anand

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.