All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] staging: rtlwifi: rtl8822be: Fix code styling issues and the hardcode of a func name
@ 2017-10-18  3:24 Frank A. Cancio Bello
  2017-10-18  3:30 ` [PATCH 1/4] staging: rtlwifi: rtl8822be: Balance braces in else statement Frank A. Cancio Bello
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Frank A. Cancio Bello @ 2017-10-18  3:24 UTC (permalink / raw)
  To: pablo, Julia.Lawall; +Cc: gregkh, outreachy-kernel

This patchset address code style issues with braces, parentheses and 
comments. Beside it include a fix to a hardcoded function's name. 

This is my first patchset ever, so I decided to keep it small to make it easy
to correct or apply if it is OK.

Frank A. Cancio Bello (4):
  staging: rtlwifi: rtl8822be: Balance else statement braces
  staging: rtlwifi: rtl8822be: Use __func__ instead of hardcoded name
  staging: rtlwifi: rtl8822be: Remove useless parentheses
  staging: rtlwifi: rtl8822be: Align the * in block comment

 drivers/staging/rtlwifi/rtl8822be/fw.c  |  7 ++++---
 drivers/staging/rtlwifi/rtl8822be/led.c |  2 +-
 drivers/staging/rtlwifi/rtl8822be/phy.c | 19 ++++++++++---------
 drivers/staging/rtlwifi/rtl8822be/trx.c | 24 ++++++++++++------------
 4 files changed, 27 insertions(+), 25 deletions(-)

-- 
2.7.4



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

end of thread, other threads:[~2017-10-18  3:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-18  3:24 [PATCH 0/4] staging: rtlwifi: rtl8822be: Fix code styling issues and the hardcode of a func name Frank A. Cancio Bello
2017-10-18  3:30 ` [PATCH 1/4] staging: rtlwifi: rtl8822be: Balance braces in else statement Frank A. Cancio Bello
2017-10-18  3:33 ` [PATCH 2/4] staging: rtlwifi: rtl8822be: Use __func__ instead of hardcoded name Frank A. Cancio Bello
2017-10-18  3:35 ` [PATCH 3/4] staging: rtlwifi: rtl8822be: Remove useless parentheses Frank A. Cancio Bello
2017-10-18  3:37 ` [PATCH 4/4] staging: rtlwifi: rtl8822be: Align the * in block comment Frank A. Cancio Bello

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.