[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1621672648-39955-10-git-send-email-tanghui20@huawei.com>
Date: Sat, 22 May 2021 16:37:13 +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>
Subject: [PATCH 09/24] scsi: zalon: 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/'
Signed-off-by: Hui Tang <tanghui20@...wei.com>
---
drivers/scsi/zalon.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/scsi/zalon.c b/drivers/scsi/zalon.c
index 7eac76c..3fef336 100644
--- a/drivers/scsi/zalon.c
+++ b/drivers/scsi/zalon.c
@@ -74,7 +74,7 @@ lasi_scsi_clock(void * hpa, int defaultclock)
}
printk(KERN_DEBUG "%s: SCSI clock %d\n", __func__, clock);
- return clock;
+ return clock;
}
#endif
--
2.8.1
Powered by blists - more mailing lists