+static struct attribute *xtmr_manager_attrs[] = { + &dev_attr_dis_block_break.attr, + &dev_attr_status.attr, + &dev_attr_errcnt.attr, + NULL,
remove comma after NULL as it's last one
+static struct attribute *xtmr_manager_attrs[] = { + &dev_attr_dis_block_break.attr, + &dev_attr_status.attr, + &dev_attr_errcnt.attr, + NULL,
remove comma after NULL as it's last one