All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/13] remove extra parentheses around right bit shift operations
@ 2015-03-04  5:28 Aya Mahfouz
  2015-03-04  5:28 ` [PATCH 01/13] staging: comedi: drivers: remove extra parentheses around right bit shift operation Aya Mahfouz
                   ` (12 more replies)
  0 siblings, 13 replies; 17+ messages in thread
From: Aya Mahfouz @ 2015-03-04  5:28 UTC (permalink / raw)
  To: outreachy-kernel

Removes extra parentheses around bitwise right shift operations using
coccinelle. The cases handled here are when resultant values are assigned to
variables or when a shift operation is employed on a function argument.


Aya Mahfouz (13):
  staging: comedi: drivers: remove extra parentheses around right bit shift
    operation
  staging: lustre: lclient: remove extra parentheses around right bit shift
    operation
  staging: lustre: llite: remove extra parentheses around right bit shift
    operation
  staging: media: bcm2048: remove extra parentheses around right bit shift
    operation
  staging: media: lirc: remove extra parentheses around right bit shift
    operation
  staging: rtl8188eu: remove extra parentheses around right bit shift
    operations
  staging: rtl8192e: remove extra parentheses around right bit shift operation
  staging: rtl8192u: remove extra parentheses around right bit shift operation
  staging: rtl8712: remove extra parentheses around right bit shift operation
  staging: rtl8723au: remove extra parentheses around right bit shift
    operations
  staging: slicoss: remove extra parentheses around right bit shift operations
  staging: speakup: remove extra parentheses around right bit shift operation
  staging: xgifb: remove extra parentheses around right bit shift
    operations

 drivers/staging/comedi/drivers/dt2801.c            |  2 +-
 drivers/staging/lustre/lustre/lclient/lcommon_cl.c |  5 ++--
 drivers/staging/lustre/lustre/llite/vvp_dev.c      |  2 +-
 drivers/staging/media/bcm2048/radio-bcm2048.c      |  3 +--
 drivers/staging/media/lirc/lirc_serial.c           |  2 +-
 drivers/staging/rtl8188eu/core/rtw_efuse.c         |  2 +-
 drivers/staging/rtl8188eu/hal/odm.c                |  8 +++----
 drivers/staging/rtl8188eu/hal/odm_HWConfig.c       |  2 +-
 drivers/staging/rtl8188eu/hal/rtl8188e_hal_init.c  |  3 ++-
 drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c     | 28 +++++++++++-----------
 drivers/staging/rtl8192u/r8192U_core.c             | 16 +++++++------
 drivers/staging/rtl8712/rtl8712_recv.c             |  4 ++--
 drivers/staging/rtl8712/rtl871x_mp.c               |  4 ++--
 drivers/staging/rtl8723au/hal/odm.c                |  6 ++---
 drivers/staging/rtl8723au/hal/rtl8723a_hal_init.c  |  6 ++---
 drivers/staging/slicoss/slicoss.c                  |  6 ++---
 drivers/staging/speakup/main.c                     |  2 +-
 drivers/staging/xgifb/XGI_main_26.c                |  6 ++---
 18 files changed, 55 insertions(+), 52 deletions(-)

-- 
1.9.3


-- 
Kind Regards,
Aya Saif El-yazal Mahfouz


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

end of thread, other threads:[~2015-03-04 18:15 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-04  5:28 [PATCH 00/13] remove extra parentheses around right bit shift operations Aya Mahfouz
2015-03-04  5:28 ` [PATCH 01/13] staging: comedi: drivers: remove extra parentheses around right bit shift operation Aya Mahfouz
2015-03-04  5:29 ` [PATCH 02/13] staging: lustre: lclient: " Aya Mahfouz
2015-03-04  5:30 ` [PATCH 03/13] staging: lustre: llite: " Aya Mahfouz
2015-03-04  5:30 ` [PATCH 04/13] staging: media: bcm2048: " Aya Mahfouz
2015-03-04  5:31 ` [PATCH 05/13] staging: media: lirc: " Aya Mahfouz
2015-03-04  5:31 ` [PATCH 06/13] staging: rtl8188eu: remove extra parentheses around right bit shift operations Aya Mahfouz
2015-03-04  5:32 ` [PATCH 07/13] staging: rtl8192e: remove extra parentheses around right bit shift operation Aya Mahfouz
2015-03-04  5:33 ` [PATCH 08/13] staging: rtl8192u: " Aya Mahfouz
2015-03-04 17:09   ` [Outreachy kernel] " Julia Lawall
2015-03-04 17:57     ` Aya Mahfouz
2015-03-04 18:15       ` Julia Lawall
2015-03-04  5:33 ` [PATCH 09/13] staging: rtl8712: " Aya Mahfouz
2015-03-04  5:34 ` [PATCH 10/13] staging: rtl8723au: remove extra parentheses around right bit shift operations Aya Mahfouz
2015-03-04  5:34 ` [PATCH 11/13] staging: slicoss: " Aya Mahfouz
2015-03-04  5:35 ` [PATCH 12/13] staging: speakup: remove extra parentheses around right bit shift operation Aya Mahfouz
2015-03-04  5:35 ` [PATCH 13/13] staging: xgifb: remove extra parentheses around right bit shift operations Aya Mahfouz

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.