mirror of
https://github.com/SCST-project/scst.git
synced 2026-07-20 15:02:18 +00:00
scst: Remove a trailing whitespace because checkpatch complains about it
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4411 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
+1
-1
@@ -1812,7 +1812,7 @@ bool scst_analyze_sense(const uint8_t *sense, int len, unsigned int valid_mask,
|
||||
bool res = false;
|
||||
|
||||
/* Response Code */
|
||||
if ((scst_sense_response_code(sense) == 0x70) ||
|
||||
if ((scst_sense_response_code(sense) == 0x70) ||
|
||||
(scst_sense_response_code(sense) == 0x71)) {
|
||||
/* Fixed format */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user