aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Ian King <colin.i.king@gmail.com>2022-10-03 16:37:11 +0100
committerAlexandre Belloni <alexandre.belloni@bootlin.com>2022-10-13 00:21:28 +0200
commitd73d66c0e05741b35b7398e647b8c4f2aaea9b09 (patch)
treea2f80ed64163ae4b9cd389c9ba20eb7ec8fd69c9
parentrtc: isl12022: switch to using regmap API (diff)
downloadlinux-dev-d73d66c0e05741b35b7398e647b8c4f2aaea9b09.tar.xz
linux-dev-d73d66c0e05741b35b7398e647b8c4f2aaea9b09.zip
rtc: ds1685: Fix spelling of function name in comment block
The function name is missing the letter 'd' in the comment block. Fix it. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Acked-by: Joshua Kinard <kumba@gentoo.org> Link: https://lore.kernel.org/r/20221003153711.271630-1-colin.i.king@gmail.com Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
-rw-r--r--drivers/rtc/rtc-ds1685.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-ds1685.c b/drivers/rtc/rtc-ds1685.c
index a24331ba8a5f..5db9c737c022 100644
--- a/drivers/rtc/rtc-ds1685.c
+++ b/drivers/rtc/rtc-ds1685.c
@@ -132,7 +132,7 @@ ds1685_rtc_bin2bcd(struct ds1685_priv *rtc, u8 val, u8 bin_mask, u8 bcd_mask)
}
/**
- * s1685_rtc_check_mday - check validity of the day of month.
+ * ds1685_rtc_check_mday - check validity of the day of month.
* @rtc: pointer to the ds1685 rtc structure.
* @mday: day of month.
*