commit | 43ee4160bb1dba58e62a2e45c05c046b952e44cc | [log] [tgz] |
---|---|---|
author | Andreas Ruprecht <rupran@einserver.de> | Sun Nov 23 14:37:50 2014 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Nov 26 12:50:27 2014 -0800 |
tree | 2f8659da42f0519266dee1ce39bd7d0c56d92de9 | |
parent | e7ddc48c10826cdb44d414c1211ca22b4d2fff1b [diff] |
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>