]> git.ipfire.org Git - people/arne_f/kernel.git/commit
POWERPC: Fix invalid semicolon after if statement
authorIlpo Järvinen <ilpo.jarvinen@helsinki.fi>
Sat, 8 Dec 2007 14:47:02 +0000 (15:47 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 6 Feb 2008 19:43:46 +0000 (11:43 -0800)
commit77988978c1e23902e20690aba46125ea35678a1c
tree44ef6eb9e7cbada57c67c90e16d5c55cafd38aa7
parenta41bfaeb83a36a26e357c1e516a26e283d177cfa
POWERPC: Fix invalid semicolon after if statement

Patch 2b02d13996fe28478e45605de9bd8bdca25718de in mainline

[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>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
arch/powerpc/mm/hash_utils_64.c