[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <a1b3139f2635446abf6f3c39306aa164@208suo.com>
Date: Tue, 18 Jul 2023 17:48:22 +0800
From: hanyu001@...suo.com
To: dlemoal@...nel.org
Cc: linux-ide@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH] ata: space required after that ','
Fixes the following checkpatch errors:
./drivers/ata/libata-transport.c:92: ERROR: space required after that
',' (ctx:VxV)
./drivers/ata/libata-transport.c:92: ERROR: space required after that
',' (ctx:VxV)
./drivers/ata/libata-transport.c:92: ERROR: space required after that
',' (ctx:VxV)
./drivers/ata/libata-transport.c:92: ERROR: space required after that
',' (ctx:VxV)
./drivers/ata/libata-transport.c:94: ERROR: space required after that
',' (ctx:VxV)
./drivers/ata/libata-transport.c:94: ERROR: space required after that
',' (ctx:VxV)
./drivers/ata/libata-transport.c:94: ERROR: space required after that
',' (ctx:VxV)
Signed-off-by: Yu Han < hanyu001@...suo.com>
---
drivers/ata/libata-transport.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/ata/libata-transport.c
b/drivers/ata/libata-transport.c
index e4fb9d1..4e87f77 100644
--- a/drivers/ata/libata-transport.c
+++ b/drivers/ata/libata-transport.c
@@ -89,9 +89,9 @@ struct ata_internal {
/*
* Hack to allow attributes of the same name in different objects.
*/
-#define ATA_DEVICE_ATTR(_prefix,_name,_mode,_show,_store) \
+#define ATA_DEVICE_ATTR(_prefix, _name, _mode, _show, _store) \
struct device_attribute device_attr_##_prefix##_##_name = \
- __ATTR(_name,_mode,_show,_store)
+ __ATTR(_name, _mode, _show, _store)
#define ata_bitfield_name_match(title, table) \
static ssize_t \
Powered by blists - more mailing lists