Skip to content
This repository has been archived by the owner on Dec 14, 2022. It is now read-only.

Commit

Permalink
staging: lustre: fix checkpatch error
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
DextersHub authored and gregkh committed Aug 21, 2016
1 parent 8701dbf commit 550982c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/lustre/lustre/include/cl_object.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;

};

Expand Down

0 comments on commit 550982c

Please sign in to comment.