File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1039,7 +1039,7 @@ ds1685_rtc_sysfs_serial_show(struct device *dev,
1039
1039
}
1040
1040
static DEVICE_ATTR (serial , S_IRUGO , ds1685_rtc_sysfs_serial_show , NULL) ;
1041
1041
1042
- /**
1042
+ /*
1043
1043
* struct ds1685_rtc_sysfs_misc_attrs - list for misc RTC features.
1044
1044
*/
1045
1045
static struct attribute *
@@ -1050,7 +1050,7 @@ ds1685_rtc_sysfs_misc_attrs[] = {
1050
1050
NULL ,
1051
1051
};
1052
1052
1053
- /**
1053
+ /*
1054
1054
* struct ds1685_rtc_sysfs_misc_grp - attr group for misc RTC features.
1055
1055
*/
1056
1056
static const struct attribute_group
@@ -1355,7 +1355,7 @@ ds1685_rtc_remove(struct platform_device *pdev)
1355
1355
return 0 ;
1356
1356
}
1357
1357
1358
- /**
1358
+ /*
1359
1359
* ds1685_rtc_driver - rtc driver properties.
1360
1360
*/
1361
1361
static struct platform_driver ds1685_rtc_driver = {
You can’t perform that action at this time.
0 commit comments