b19e5f04cd
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> |
||
---|---|---|
.. | ||
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 |