From: Julia Lawall Date: Mon, 23 Jun 2008 21:12:31 +0000 (+0200) Subject: drivers/net/r6040.c: Eliminate double sizeof X-Git-Tag: v2.6.26-rc9~84^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f6602ad56dc538a846367bd6a05ac7ac4d3e641;p=pandora-kernel.git drivers/net/r6040.c: Eliminate double sizeof Taking sizeof the result of sizeof is quite strange and does not seem to be what is wanted here. This was fixed using the following semantic patch. (http://www.emn.fr/x-info/coccinelle/) // @@ expression E; @@ - sizeof ( sizeof (E) - ) // Signed-off-by: Julia Lawall Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed