From df35ddebf370b1d0199601caf1ccbc2737f6c42c Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Mon, 19 Dec 2011 15:58:21 +0000 Subject: [PATCH] scst_sysfs.c: Convert spaces to tabs (merge r3494 from trunk). git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.2.0.x@4007 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/src/scst_sysfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scst/src/scst_sysfs.c b/scst/src/scst_sysfs.c index 3942fac88..7fbd96aca 100644 --- a/scst/src/scst_sysfs.c +++ b/scst/src/scst_sysfs.c @@ -3525,7 +3525,7 @@ static struct kobj_attribute session_initiator_name_attr = #define SCST_SESS_SYSFS_STAT_ATTR(name, exported_name, dir, kb) \ static ssize_t scst_sess_sysfs_##exported_name##_show(struct kobject *kobj, \ - struct kobj_attribute *attr, char *buf) \ + struct kobj_attribute *attr, char *buf) \ { \ struct scst_session *sess; \ int res; \