[PATCH] drivers: edac: add missing spaces after ','
From: hanyu001
Date: Thu Jul 13 2023 - 23:53:47 EST
Fixes checkpatch.pl error:
drivers/edac/edac_device_sysfs.c:322: ERROR: space required after that
',' (ctx:VxV)
drivers/edac/edac_device_sysfs.c:322: ERROR: space required after that
',' (ctx:VxV)
Signed-off-by: maqimei <2433033762@xxxxxx>
---
drivers/edac/edac_device_sysfs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/edac/edac_device_sysfs.c
b/drivers/edac/edac_device_sysfs.c
index 95e4249..05d4353 100644
--- a/drivers/edac/edac_device_sysfs.c
+++ b/drivers/edac/edac_device_sysfs.c
@@ -319,7 +319,7 @@ static ssize_t instance_ce_count_show(struct
edac_device_instance *instance,
}
#define to_instance(k) container_of(k, struct edac_device_instance,
kobj)
-#define to_instance_attr(a) container_of(a,struct
instance_attribute,attr)
+#define to_instance_attr(a) container_of(a, struct instance_attribute,
attr)
/* DEVICE instance kobject release() function */
static void edac_device_ctrl_instance_release(struct kobject *kobj)