mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-19 03:31:26 +00:00
scst_lib: Remove space before closing parenthesis
Detected by checkpatch. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6603 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -5973,7 +5973,7 @@ static void scst_ws_write_cmd_finished(struct scst_cmd *cmd)
|
||||
wsp->ws_cur_lba = wsp->ws_descriptors[wsp->ws_cur_descr].sdd_lba;
|
||||
wsp->ws_left_to_send = wsp->ws_descriptors[wsp->ws_cur_descr].sdd_blocks;
|
||||
TRACE_DBG("wsp %p, cur descr %d, cur lba %lld, left %d",
|
||||
wsp, wsp->ws_cur_descr, (long long )wsp->ws_cur_lba,
|
||||
wsp, wsp->ws_cur_descr, (long long)wsp->ws_cur_lba,
|
||||
wsp->ws_left_to_send);
|
||||
}
|
||||
if (wsp->ws_left_to_send == 0)
|
||||
@@ -6041,7 +6041,7 @@ again:
|
||||
wsp->ws_cur_lba = wsp->ws_descriptors[wsp->ws_cur_descr].sdd_lba;
|
||||
wsp->ws_left_to_send = wsp->ws_descriptors[wsp->ws_cur_descr].sdd_blocks;
|
||||
TRACE_DBG("wsp %p, cur descr %d, cur lba %lld, left %d",
|
||||
wsp, wsp->ws_cur_descr, (long long )wsp->ws_cur_lba,
|
||||
wsp, wsp->ws_cur_descr, (long long)wsp->ws_cur_lba,
|
||||
wsp->ws_left_to_send);
|
||||
goto again;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user