summaryrefslogtreecommitdiff
path: root/drivers/staging/lustre
diff options
context:
space:
mode:
authorAnson Jacob <ansonjacob.aj@gmail.com>2016-08-16 19:20:00 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-08-21 14:38:01 (GMT)
commit550982ccdb8710e2b28e4ad7211fcca8694a1282 (patch)
treeb520854ce826fd6f29847f41ecb13378594f0c1a /drivers/staging/lustre
parent8701dbf9acb9475caf94dc738796ae5465af9561 (diff)
downloadlinux-550982ccdb8710e2b28e4ad7211fcca8694a1282.tar.xz
staging: lustre: fix checkpatch error
convert spaces to tab fix the following error messages from checkpatch.pl ERROR: code indent should use tabs where possible WARNING: please, no spaces at the start of a line Signed-off-by: Anson Jacob <ansonjacob.aj@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/lustre')
-rw-r--r--drivers/staging/lustre/lustre/include/cl_object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/lustre/lustre/include/cl_object.h b/drivers/staging/lustre/lustre/include/cl_object.h
index ec6cf7c..db9466a 100644
--- a/drivers/staging/lustre/lustre/include/cl_object.h
+++ b/drivers/staging/lustre/lustre/include/cl_object.h
@@ -2351,7 +2351,7 @@ struct cl_client_cache {
* Waitq for awaiting unstable pages to reach zero.
* Used at umounting time and signaled on BRW commit
*/
- wait_queue_head_t ccc_unstable_waitq;
+ wait_queue_head_t ccc_unstable_waitq;
};