]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging: lustre: ldlm: Fix warning about missing spaces
authorAndreas Ruprecht <rupran@einserver.de>
Sun, 23 Nov 2014 13:37:50 +0000 (14:37 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 26 Nov 2014 20:50:27 +0000 (12:50 -0800)
commit43ee4160bb1dba58e62a2e45c05c046b952e44cc
tree2f8659da42f0519266dee1ce39bd7d0c56d92de9
parente7ddc48c10826cdb44d414c1211ca22b4d2fff1b
staging: lustre: ldlm: Fix warning about missing spaces

checkpatch.pl complains about a number of places where spaces were
missing. This patch fixes all of these errors.

For better readability, the warning of hitting the 80 character per
line limit in line 1349 introduced by this change is ignored
deliberately.

Signed-off-by: Andreas Ruprecht <rupran@einserver.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/ldlm/ldlm_lock.c
drivers/staging/lustre/lustre/ldlm/ldlm_request.c
drivers/staging/lustre/lustre/ldlm/ldlm_resource.c