From: Anson Jacob Date: Tue, 16 Aug 2016 19:20:00 +0000 (-0400) Subject: staging: lustre: fix checkpatch error X-Git-Tag: v4.9-rc1~119^2~1039 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=550982ccdb8710e2b28e4ad7211fcca8694a1282;p=karo-tx-linux.git 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/lustre/lustre/include/cl_object.h b/drivers/staging/lustre/lustre/include/cl_object.h index ec6cf7ca2dd0..db9466aeb66c 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; };