2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-21 19:53:59 +08:00
linux-next/drivers/staging
Gargi Sharma 69385ad9ab staging: lustre: Replace typedef with struct
As per the Linux kernel coding style guidelines, using typedef for a
structure type is not recommended. Hence, occurences of typedefs have
been removed. To find the occurences of the structures grep was used
and no uses were found.

Coccinelle script:

@r1@
type T;
@@

typedef struct { ... } T;

@script:python c1@
T2;
T << r1.T;
@@
coccinelle.T2=T;

@@
type r1.T;
identifier c1.T2;
@@
-typedef
struct
+ T2
{ ... }
-T
;

Signed-off-by: Gargi Sharma <gs051095@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2017-03-06 09:17:08 +01:00
..
android sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/task.h> 2017-03-02 08:42:38 +01:00
board
clocking-wizard staging: clocking-wizard: Fix incorrect type of speed grade 2016-10-25 09:54:32 +02:00
comedi Staging: comedi: drivers: comedi_test: Avoid multiple line dereference 2017-03-06 09:16:58 +01:00
dgnc sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> 2017-03-02 08:42:32 +01:00
emxx_udc staging: emxx_udc: Fix CamelCase variable name 2017-01-03 16:42:22 +01:00
fbtft staging: fbtft: add adriver for SH1106 2017-03-06 09:17:08 +01:00
fsl-mc staging: fsl-mc: fix coding style warning 2017-03-06 09:16:59 +01:00
fwserial
gdm724x staging: gdm724x: Drop useless initialisation 2017-03-06 09:16:58 +01:00
goldfish
greybus staging: greybus: loopback_test: Fix open error path 2017-03-06 09:17:01 +01:00
gs_fpgaboot scripts/spelling.txt: add "followings" pattern and fix typo instances 2017-02-27 18:43:47 -08:00
iio Staging: iio: adc: ad7816: fix symbolic permissions coding style issue 2017-01-28 12:22:07 +00:00
ks7010 staging: ks7010: Unnecessary parentheses removed and improved coding style. 2017-03-06 09:17:07 +01:00
lustre staging: lustre: Replace typedef with struct 2017-03-06 09:17:08 +01:00
media staging: bcm2835-camera: Move driver under vc04_services 2017-03-06 09:17:07 +01:00
most staging: most: Using macro DIV_ROUND_UP 2017-03-06 09:17:02 +01:00
mt29f_spinand
netlogic net: Remove usage of net_device last_rx member 2017-01-18 17:22:49 -05:00
nvec staging:nvec:nvec_ps2.c: Prefering kzalloc(sizeof(*ser_dev)...) over kzalloc(sizeof(struct serio)...) 2017-02-14 09:26:26 -08:00
octeon staging/iio driver patches for 4.11-rc1 2017-02-22 12:14:01 -08:00
octeon-usb
olpc_dcon staging: olpc_dcon: add whitespace around binary operators 2017-03-06 09:17:00 +01:00
rtl8188eu staging:rtl8188eu Add spaces around binary operator 2017-03-06 09:17:07 +01:00
rtl8192e staging: rtl8192e: replace explicit NULL comparison 2017-03-06 09:17:01 +01:00
rtl8192u staging: rtl8192u: Remove ternary operator 2017-03-06 09:17:07 +01:00
rtl8712 Staging: rtl8712: wlan_bssdef.h - style fix 2017-03-06 09:17:03 +01:00
rts5208 staging: rts5208: remove unncessary result set and check, just return SUCCESS 2017-02-03 13:01:36 +01:00
skein staging: skein: fix checkpatch block comments warning 2017-01-20 14:39:12 +01:00
sm750fb staging: sm750fb: Remove blank lines after { and before } braces. 2017-03-06 09:17:06 +01:00
speakup staging: speakup: Replace BUG_ON() with WARN_ON(). 2017-03-06 09:17:05 +01:00
unisys staging: unisys: visorbus: remove visorchipset_platform_device 2017-03-06 09:16:58 +01:00
vc04_services staging: vchiq_arm: Don't define PAGE_SIZE 2017-03-06 09:17:07 +01:00
vme staging: vme: vme_user.c: fix warning 'line over 80 characters' 2017-01-16 18:08:56 +01:00
vt6655 staging: vt6655: Compress return logic 2017-03-06 09:17:02 +01:00
vt6656 Staging: vt6656: Fix spaces and char limit 2017-03-06 09:17:07 +01:00
wilc1000 staging: wilc1000: add check for kmalloc allocation failure. 2017-03-06 09:17:08 +01:00
wlan-ng Staging: wlan-ng: prism2mgmt: Removed an empty line 2017-03-06 09:16:59 +01:00
xgifb Staging: xgifb: vb_setmode.c: Fix checkpath warnings 2017-03-06 09:17:08 +01:00
Kconfig staging: bcm2835-audio: Move driver under vc04_services 2017-03-06 09:17:06 +01:00
Makefile staging: bcm2835-audio: Move driver under vc04_services 2017-03-06 09:17:06 +01:00