commit | 7cc7c5e54b7128195a1403747a63971c3c3f8e25 | [log] [tgz] |
---|---|---|
author | Ben Hutchings <bhutchings@solarflare.com> | Mon Oct 14 21:49:21 2013 +0100 |
committer | David S. Miller <davem@davemloft.net> | Fri Oct 18 00:13:21 2013 -0400 |
tree | 59d2d33955806c0bdca4d7752c24fa8548c8d8f4 | |
parent | 400dfd3ae899849b27d398ca7894e1b44430887f [diff] |
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 <bhutchings@solarflare.com> Signed-off-by: David S. Miller <davem@davemloft.net>