From: Chad Williamson Date: Tue, 25 Jun 2013 23:59:24 +0000 (-0500) Subject: Staging: silicom: remove typedef for dev_desc_t X-Git-Tag: v3.12-rc1~183^2~706 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11c920b0e00f9e009687bdf15c71618e91666731;p=pandora-kernel.git Staging: silicom: remove typedef for dev_desc_t Remove the dev_desc_t typedef for the dev_desc struct in bpctl_mod.c, resolving a checkpatch.pl warning. In fact, we can use an anonymous struct, since it's only used in the single dev_desc array of device descriptions, whose definition follows immediately. Signed-off-by: Chad Williamson Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed