linux_old1/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: move usbip userspace code out of staging 2014-08-25 10:38:56 -07:00
usbip.c usbip: move usbip userspace code out of staging 2014-08-25 10:38:56 -07:00
usbip.h usbip: move usbip userspace code out of staging 2014-08-25 10:38:56 -07:00
usbip_attach.c usbip: move usbip userspace code out of staging 2014-08-25 10:38:56 -07:00
usbip_bind.c usbip: move usbip userspace code out of staging 2014-08-25 10:38:56 -07:00
usbip_detach.c usbip: move usbip userspace code out of staging 2014-08-25 10:38:56 -07:00
usbip_list.c usbip: move usbip userspace code out of staging 2014-08-25 10:38:56 -07:00
usbip_network.c usbip: move usbip userspace code out of staging 2014-08-25 10:38:56 -07:00
usbip_network.h usbip: move usbip userspace code out of staging 2014-08-25 10:38:56 -07:00
usbip_port.c usbip: move usbip userspace code out of staging 2014-08-25 10:38:56 -07:00
usbip_unbind.c usbip: move usbip userspace code out of staging 2014-08-25 10:38:56 -07:00
usbipd.c usbip: remove unneeded structure 2014-12-02 16:15:02 -08:00
utils.c usbip: move usbip userspace code out of staging 2014-08-25 10:38:56 -07:00
utils.h usbip: move usbip userspace code out of staging 2014-08-25 10:38:56 -07:00