From e1b30aba0edc91fb1b71367f1df341d6ba751d14 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sat, 7 Nov 2015 00:03:53 +0000 Subject: [PATCH] scst_lib: Fix three more checkpatch complaints about whitespace git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6619 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/src/scst_lib.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scst/src/scst_lib.c b/scst/src/scst_lib.c index aa5aa0d1b..a284f2e97 100644 --- a/scst/src/scst_lib.c +++ b/scst/src/scst_lib.c @@ -496,7 +496,7 @@ static int get_cdb_info_var_len(struct scst_cmd *cmd, * | Command name | Operation | Type | * | | code | | * |-------------------------------------+------------+------+ - * + * * +=========================================================+ * |Key: M = command implementation is mandatory. | * | O = command implementation is optional. | @@ -15207,8 +15207,8 @@ void scst_set_pre_exec_time(struct scst_cmd *cmd) void scst_set_exec_start(struct scst_cmd *cmd) { - cmd->exec_time_counting = true; - scst_set_cur_start(cmd); + cmd->exec_time_counting = true; + scst_set_cur_start(cmd); } void scst_set_exec_time(struct scst_cmd *cmd)