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, };