linux-pinenote/tools/usb/usbip/src
Julia Lawall b19e5f04cd usbip: remove unneeded structure
Delete a local structure that is only used to be initialized by memset.

A semantic patch that makes this change is as follows:
(http://coccinelle.lip6.fr/)

// <smpl>
@@
identifier x,i;
@@

{
... when any
-struct i x;
<+... when != x
- memset(&x,...);
...+>
}
// </smpl>

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Acked-by: Valentina Manea <valentina.manea.m@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-12-02 16:15:02 -08:00
..
Makefile.am
usbip.c
usbip.h
usbip_attach.c
usbip_bind.c
usbip_detach.c
usbip_list.c
usbip_network.c
usbip_network.h
usbip_port.c
usbip_unbind.c
usbipd.c
utils.c
utils.h