Skip to content

Commit 8a9b175

Browse files
rtc: pl031: document struct pl031_vendor_data members
Document the range related members of struct pl031_vendor_data. Reported-by: kernel test robot <lkp@intel.com> Closes: https://lore.kernel.org/oe-kbuild-all/202503011015.SYvdddTc-lkp@intel.com/ Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Link: https://lore.kernel.org/r/20250305221659.1153495-1-alexandre.belloni@bootlin.com Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
1 parent dcec126 commit 8a9b175

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

drivers/rtc/rtc-pl031.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@
7474
* @st_weekday: if this is an ST Microelectronics silicon version that need
7575
* the weekday fix
7676
* @irqflags: special IRQ flags per variant
77+
* @range_min: minimum date/time supported by the RTC
78+
* @range_max: maximum date/time supported by the RTC
7779
*/
7880
struct pl031_vendor_data {
7981
struct rtc_class_ops ops;

0 commit comments

Comments
 (0)