]> git.karo-electronics.de Git - karo-tx-linux.git/commit
IPv6: Invalid semicolon after if statement
authorIlpo Jarvinen <ilpo.jarvinen@helsinki.fi>
Wed, 22 Aug 2007 04:02:27 +0000 (21:02 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 31 Aug 2007 06:01:33 +0000 (23:01 -0700)
commitf7d75b68abd28e63dd982bb6748bc5d32a289c42
tree3285e6437010c8fd09063f4464cef969c1b1a9ca
parent6f333f6314bf003ee460abc633ea5037d1e53f06
IPv6: Invalid semicolon after if statement

Author: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi>

A similar fix to netfilter from Eric Dumazet inspired me to
look around a bit by using some grep/sed stuff as looking for
this kind of bugs seemed easy to automate. This is one of them
I found where it looks like this semicolon is not valid.

Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
net/ipv6/ipv6_sockglue.c