]> git.baikalelectronics.ru Git - kernel.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)
commit09dcf7c95b97a6b8bddb7d7bd5591440b24365c4
tree91135759c4a00c49814fd192cb359252a1c01ae3
parent9a679c932efe35d46424cbf7907742ad87cdf8ec
[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