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:
Bart Van Assche
2012-07-20 02:51:23 +00:00
parent 6d13026f05
commit b19227e809
+1 -1
View File
@@ -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 */