From: Julia Lawall Date: Sun, 30 Nov 2014 18:14:15 +0000 (+0100) Subject: usbip: remove unneeded structure X-Git-Tag: omap-for-v3.19/fixes-rc1~87^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b19e5f04cd628c012c26a025cf93da5233df134d;p=pandora-kernel.git 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/) // @@ identifier x,i; @@ { ... when any -struct i x; <+... when != x - memset(&x,...); ...+> } // Signed-off-by: Julia Lawall Acked-by: Valentina Manea Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed