From: Ben Hutchings Date: Mon, 14 Oct 2013 20:49:21 +0000 (+0100) Subject: net: Delete trailing semi-colon from definition of netdev_WARN() X-Git-Tag: v3.13-rc1~105^2~178 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7cc7c5e54b7128195a1403747a63971c3c3f8e25;p=pandora-kernel.git net: Delete trailing semi-colon from definition of netdev_WARN() 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed