1
0
Fork 0
alistair23-linux/drivers/staging
Tina Johnson dce34aee00 drivers: staging: rtl8188eu: core: Removed unnecessary parentheses
Parentheses around the right side of an assignment statement are
unnecessary and hence removed. Coccinelle was used to produce the
patch:

@rule1@
identifier x,y;
constant c;
@@

(

 x =
-(
 y << c
-)
 ;
|
 x =
-(
 y >> c
-)
 ;
|
 x =
-(
 y + c
-)
 ;
|
 x =
-(
 y - c
-)
 ;

)

Signed-off-by: Tina Johnson <tinajohnson.1234@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2015-03-09 13:37:22 +01:00
..
android staging: android: ion: fix some format strings 2015-03-01 18:46:15 -08:00
board Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild 2015-02-19 10:36:45 -08:00
clocking-wizard staging: clocking-wizard: Handle invalid clk in notifier 2015-01-17 16:06:20 -08:00
comedi Merge 4.0-rc3 into staging-next 2015-03-09 08:13:01 +01:00
dgap Staging: dgap: Remove unused variable 2015-03-09 13:30:40 +01:00
dgnc drivers: staging: dgnc: Replace min with min_t 2015-03-09 13:30:40 +01:00
emxx_udc Staging: emxx_udc: Remove custom printk macro ERR 2015-03-06 09:54:26 -08:00
fbtft Staging: fbtft: add header for internal functions 2015-03-06 16:44:13 -08:00
fsl-mc staging: fsl-mc: fsl-mc object allocator driver 2015-03-06 17:29:10 -08:00
ft1000 Staging: drivers: Bool initializations should use true/false 2015-03-06 15:30:07 -08:00
fwserial staging: fwserial: remove multiple blank lines 2014-11-26 13:53:25 -08:00
gdm72xx Staging: gdm72xx: clean dev_err logging 2015-03-06 15:55:36 -08:00
gdm724x staging: gdm724x: fix line limit coding style issue in gdm_lte.c 2015-01-17 14:57:43 -08:00
goldfish
gs_fpgaboot staging: Remove <linux/moduleparam.h> header. 2015-03-01 17:09:52 -08:00
i2o staging: i2o: Remove use of seq_printf return value 2015-03-06 16:35:54 -08:00
iio Staging: iio: Change data type to u16 to avoid unnecessary typecast 2015-03-09 13:18:04 +01:00
lustre staging:lustre:libcfs: Merge linux-proc.c into module.c 2015-03-06 16:07:00 -08:00
media Staging: media: clean dev_err logging 2015-03-06 15:55:36 -08:00
mt29f_spinand staging: mt29f_spinand: Fix typo in Kconfig 2015-01-17 16:22:15 -08:00
netlogic Staging: NetLogic: Coding style correction 2015-01-17 15:17:10 -08:00
nvec Staging: nvec: Add paragraph to describe kconfig symbol 2015-02-26 17:14:07 -08:00
octeon Staging: octeon: Fixed a typo 2015-01-17 15:00:23 -08:00
octeon-usb Staging: octeon-usb: Fixed a typo 2015-01-17 15:00:23 -08:00
olpc_dcon staging: olpc_dcon: fix sparse symbol not declared warning 2015-01-17 15:17:10 -08:00
ozwpan staging: ozwpan: Move code from success handling to error handling 2015-03-06 16:14:08 -08:00
panel staging: panel: initialize lcd if lcd enabled 2015-03-06 16:31:58 -08:00
rtl8188eu drivers: staging: rtl8188eu: core: Removed unnecessary parentheses 2015-03-09 13:37:22 +01:00
rtl8192e staging: rtl8192e: Replace min with min_t 2015-03-09 13:30:40 +01:00
rtl8192u Staging: rtl8192u: Replace #include <asm/string.h> 2015-03-09 13:36:22 +01:00
rtl8712 staging: rtl8712: replace memset(x,0,ETH_ALEN) 2015-03-06 15:30:07 -08:00
rtl8723au staging: rtl8723au: Eliminate ODM_SetBBReg() 2015-03-06 17:22:44 -08:00
rts5208 staging: rts5208: Convert variable from int to bool and propagate the change to function parameters 2015-03-06 17:25:01 -08:00
skein staging: skein: Fixing single statement macro checkpatch warning 2015-01-17 15:05:52 -08:00
slicoss Staging: slicoss: clean dev_err logging 2015-03-06 15:55:36 -08:00
sm7xxfb staging: sm7xxfb: make vgamode static 2015-03-06 16:35:54 -08:00
sm750fb staging: sm750fb: add sm750 to staging 2015-03-06 16:37:31 -08:00
speakup Staging: speakup: Remove unused variable 2015-03-09 13:30:40 +01:00
ste_rmi4 Staging: ste_rmi4: clean dev_err logging 2015-03-06 15:55:36 -08:00
unisys staging: unisys: remove LOGWRN() macros and uniklog.h 2015-03-06 16:50:10 -08:00
vme staging: vme: mmap() support for vme_user 2015-03-06 17:03:22 -08:00
vt6655 Staging: vt6655: fix C99 comments 2015-03-06 16:28:19 -08:00
vt6656 staging: vt6656: Fix possible leak in vnt_download_firmware() 2015-03-06 16:26:58 -08:00
wlan-ng staging: Remove <linux/moduleparam.h> header. 2015-03-01 17:09:52 -08:00
xgifb staging: xgifb: remove extra parentheses around right bit shift operations 2015-03-06 15:22:43 -08:00
Kconfig staging: fsl-mc: Freescale Management Complex (fsl-mc) bus driver 2015-03-06 17:28:09 -08:00
Makefile staging: fsl-mc: Freescale Management Complex (fsl-mc) bus driver 2015-03-06 17:28:09 -08:00
staging.c