This series fixes kerneldoc and unused variables issues detected when using W=1. Alexandre Belloni (8): rtc: sysfs: fix hctosys_show kerneldoc rtc: ds1374: remove unused variable rtc: ds1685: remove set but unused variables rtc: ds1685: fix build error with make W=1 rtc: m41t80: remove excess kerneldoc rtc: pm8xxx: update kerneldoc for struct pm8xxx_rtc rtc: tegra: remove set but unused variable rtc: v3020: remove set but unused variable drivers/rtc/rtc-ds1374.c | 3 +-- drivers/rtc/rtc-ds1685.c | 12 +++++------- drivers/rtc/rtc-m41t80.c | 1 - drivers/rtc/rtc-pm8xxx.c | 2 +- drivers/rtc/rtc-tegra.c | 4 ++-- drivers/rtc/rtc-v3020.c | 3 +-- drivers/rtc/sysfs.c | 5 ++++- 7 files changed, 14 insertions(+), 16 deletions(-) -- 2.23.0