mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-18 19:21:26 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user