All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Removed unnecessary parentheses from assignment statements
@ 2015-03-09  6:32 Tina Johnson
  2015-03-09  6:32 ` [PATCH 1/4] drivers: staging: rtl8188eu: core: Removed unnecessary parentheses Tina Johnson
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Tina Johnson @ 2015-03-09  6:32 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: Tina Johnson

The patchset removes unnecessary parentheses around the right side of
assignment statements.

Tina Johnson (4):
  drivers: staging: rtl8188eu: core: Removed unnecessary parentheses
  drivers: staging: rtl8712: Removed unnecessary parentheses
  drivers: staging: rtl8723au: core: Removed unnecessary parentheses
  drivers: staging: rtl8723au: hal: Removed unnecessary parentheses

 drivers/staging/rtl8188eu/core/rtw_security.c       |    4 ++--
 drivers/staging/rtl8712/rtl871x_security.c          |    4 ++--
 drivers/staging/rtl8723au/core/rtw_security.c       |    4 ++--
 drivers/staging/rtl8723au/hal/HalDMOutSrc8723A_CE.c |    2 +-
 4 files changed, 7 insertions(+), 7 deletions(-)

-- 
1.7.10.4



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

end of thread, other threads:[~2015-03-09  6:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-09  6:32 [PATCH 0/4] Removed unnecessary parentheses from assignment statements Tina Johnson
2015-03-09  6:32 ` [PATCH 1/4] drivers: staging: rtl8188eu: core: Removed unnecessary parentheses Tina Johnson
2015-03-09  6:32 ` [PATCH 2/4] drivers: staging: rtl8712: " Tina Johnson
2015-03-09  6:32 ` [PATCH 3/4] drivers: staging: rtl8723au: core: " Tina Johnson
2015-03-09  6:32 ` [PATCH 4/4] drivers: staging: rtl8723au: hal: " Tina Johnson

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.