diff options
| author | Colin Ian King <[email protected]> | 2022-10-03 15:37:11 +0000 |
|---|---|---|
| committer | Alexandre Belloni <[email protected]> | 2022-10-12 22:21:28 +0000 |
| commit | d73d66c0e05741b35b7398e647b8c4f2aaea9b09 (patch) | |
| tree | a2f80ed64163ae4b9cd389c9ba20eb7ec8fd69c9 /drivers/rtc | |
| parent | rtc: isl12022: switch to using regmap API (diff) | |
| download | kernel-d73d66c0e05741b35b7398e647b8c4f2aaea9b09.tar.gz kernel-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 <[email protected]>
Acked-by: Joshua Kinard <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Alexandre Belloni <[email protected]>
Diffstat (limited to 'drivers/rtc')
| -rw-r--r-- | drivers/rtc/rtc-ds1685.c | 2 |
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. * |
