Re: [PATCH 2/4] drivers: misc: Add Support for TMR Manager

From: Zhou Furong
Date: Mon Jul 04 2022 - 22:39:55 EST



+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