[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1621672648-39955-18-git-send-email-tanghui20@huawei.com>
Date: Sat, 22 May 2021 16:37:21 +0800
From: Hui Tang <tanghui20@...wei.com>
To: <jejb@...ux.ibm.com>, <martin.petersen@...cle.com>
CC: <linux-scsi@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<tanghui20@...wei.com>, Lee Jones <lee.jones@...aro.org>
Subject: [PATCH 17/24] scsi: pcmcia: remove leading spaces before tabs
There are a few leading spaces before tabs and remove it by running
the following commard:
$ find . -name '*.[ch]' | xargs sed -r -i 's/^[ ]+\t/\t/'
Cc: Lee Jones <lee.jones@...aro.org>
Signed-off-by: Hui Tang <tanghui20@...wei.com>
---
drivers/scsi/pcmcia/nsp_cs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/scsi/pcmcia/nsp_cs.c b/drivers/scsi/pcmcia/nsp_cs.c
index ac89002..68ff39c1 100644
--- a/drivers/scsi/pcmcia/nsp_cs.c
+++ b/drivers/scsi/pcmcia/nsp_cs.c
@@ -937,7 +937,7 @@ static int nsp_nexus(struct scsi_cmnd *SCpnt)
nsp_setup_fifo(data, TRUE);
/* clear ack counter */
- data->FifoCount = 0;
+ data->FifoCount = 0;
nsp_index_write(base, POINTERCLR, POINTER_CLEAR |
ACK_COUNTER_CLEAR |
REQ_COUNTER_CLEAR |
--
2.8.1
Powered by blists - more mailing lists