net: Delete trailing semi-colon from definition of netdev_WARN()
authorBen Hutchings <bhutchings@solarflare.com>
Mon, 14 Oct 2013 20:49:21 +0000 (21:49 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 18 Oct 2013 04:13:21 +0000 (00:13 -0400)
Macro definitions should not normally end with a semi-colon, as this
makes it dangerous to use them an if...else statement.  Happily this
has not happened yet.

Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found