]> asedeno.scripts.mit.edu Git - linux.git/commit
staging: lustre: ptlrpc: fix indentation
authorKristina Martsenko <kristina.martsenko@gmail.com>
Mon, 11 Nov 2013 19:35:03 +0000 (21:35 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 12 Nov 2013 09:37:21 +0000 (18:37 +0900)
commit532118c080368bd15dcafd1e6054f4b5a343941d
treea584d4f45444efbc1bd0a62cac5ce88b449a4d6d
parent998d2766fe2027be201d1571524e235672157bc2
staging: lustre: ptlrpc: fix indentation

Fix the following type of checkpatch warning to comply with coding
style:
WARNING: suspect code indent for conditional statements

Also join a debug string split across lines, as it was on the same lines
as the other changes anyway. And reformat some comments in the kernel
coding style for the same reason.

Signed-off-by: Kristina Martsenko <kristina.martsenko@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/ptlrpc/import.c
drivers/staging/lustre/lustre/ptlrpc/pack_generic.c
drivers/staging/lustre/lustre/ptlrpc/service.c