From b19227e8098fc1eddcc4c7f5e3e8322296dd0a8b Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Fri, 20 Jul 2012 02:51:23 +0000 Subject: [PATCH] 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 --- scst/src/scst_lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scst/src/scst_lib.c b/scst/src/scst_lib.c index 133bd4079..6a613b6e5 100644 --- a/scst/src/scst_lib.c +++ b/scst/src/scst_lib.c @@ -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 */