]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] ppc64: Formatting cleanups in arch/ppc64/kernel/ItLpQueue.c
authorMichael Ellerman <michael@ellerman.id.au>
Thu, 30 Jun 2005 05:16:48 +0000 (15:16 +1000)
committerPaul Mackerras <paulus@samba.org>
Thu, 30 Jun 2005 05:16:48 +0000 (15:16 +1000)
commitffe1b7e14e6b606bd84cab564aa2f481dbd4e418
tree91135759c4a00c49814fd192cb359252a1c01ae3
parent38fcdcfe38fc3f8972c906db64cd7d540b7760e8
[PATCH] ppc64: Formatting cleanups in arch/ppc64/kernel/ItLpQueue.c

Just formatting cleanups:
 * rename some "nextLpEvent" variables to just "event"
 * make code fit in 80 columns
 * use brackets around if/else
 * use a temporary to make hvlpevent_clear_valid clearer

Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Acked-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/ppc64/kernel/ItLpQueue.c