commit | 2b02d13996fe28478e45605de9bd8bdca25718de | [log] [tgz] |
---|---|---|
author | Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> | Thu Aug 16 08:03:35 2007 +1000 |
committer | Paul Mackerras <paulus@samba.org> | Fri Aug 17 10:48:52 2007 +1000 |
tree | 0cc50902ba6d7328279f88e960fdc9a439a6c340 | |
parent | 2de69124e86682c3427adb4136e097854841e467 [diff] |
[POWERPC] Fix invalid semicolon after if statement 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> Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Paul Mackerras <paulus@samba.org>