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
This commit is contained in:
Bart Van Assche
2015-11-07 00:03:53 +00:00
parent 566827010d
commit e1b30aba0e

View File

@@ -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)