commit | 9ee15880018008194c6187d0fda99dc059c41d51 | [log] [tgz] |
---|---|---|
author | NeilBrown <neilb@suse.com> | Wed Feb 21 07:42:20 2018 +1100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Feb 22 15:06:36 2018 +0100 |
tree | 7e8c8e71d91e9a0cb4fd967840c477a74ddbd14c | |
parent | d0efa68ae779c4dcc62cd03937b09c4d9d460314 [diff] |
staging: lustre: fix assorted checkpatch errors Possibly the most interesting is the for-loop with no body. Rearranging and initializing end_dirent on each iteration of the outer while, makes the intent clearer. Reviewed-by: "Eremin, Dmitry" <dmitry.eremin@intel.com> Signed-off-by: NeilBrown <neilb@suse.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>