rtc: ds1685: Fix spelling of function name in comment block

Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2183349

commit d73d66c0e05741b35b7398e647b8c4f2aaea9b09
Author: Colin Ian King <colin.i.king@gmail.com>
Date:   Mon Oct 3 16:37:11 2022 +0100

    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>
    (cherry picked from commit d73d66c0e05741b35b7398e647b8c4f2aaea9b09)

Signed-off-by: Gavin Shan <gshan@redhat.com>
This commit is contained in:
Gavin Shan 2023-05-30 13:35:07 +10:00
parent a03b99c68f
commit 3ccfa1cab1
1 changed files with 1 additions and 1 deletions

View File

@ -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.
*