]> git.karo-electronics.de Git - linux-beck.git/commitdiff
staging: lustre: fix checkpatch error
authorAnson Jacob <ansonjacob.aj@gmail.com>
Tue, 16 Aug 2016 19:20:00 +0000 (15:20 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 21 Aug 2016 14:38:01 +0000 (16:38 +0200)
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>
drivers/staging/lustre/lustre/include/cl_object.h

index ec6cf7ca2dd0d14d20442b30ab0a4b45db7ddf4a..db9466aeb66c1578f1eb56832510ee719d3f4416 100644 (file)
@@ -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;
 
 };