From 10530125a5ccdb8e8989ee54c74a6a5fc5bed1e8 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Mon, 23 Nov 2009 08:40:51 +0000 Subject: [PATCH] Whitespace-only change. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1354 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- srpt/src/ib_srpt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srpt/src/ib_srpt.c b/srpt/src/ib_srpt.c index 749f00662..f44672683 100644 --- a/srpt/src/ib_srpt.c +++ b/srpt/src/ib_srpt.c @@ -2959,7 +2959,7 @@ static struct class_attribute srpt_class_attrs[] = { }; static struct device_attribute srpt_dev_attrs[] = { - __ATTR(login_info, S_IRUGO, show_login_info, NULL), + __ATTR(login_info, S_IRUGO, show_login_info, NULL), __ATTR_NULL, };