Skip to content

Commit d73d66c

Browse files
ColinIanKingalexandrebelloni
authored andcommitted
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]>
1 parent b1a1baa commit d73d66c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/rtc/rtc-ds1685.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ ds1685_rtc_bin2bcd(struct ds1685_priv *rtc, u8 val, u8 bin_mask, u8 bcd_mask)
132132
}
133133

134134
/**
135-
* s1685_rtc_check_mday - check validity of the day of month.
135+
* ds1685_rtc_check_mday - check validity of the day of month.
136136
* @rtc: pointer to the ds1685 rtc structure.
137137
* @mday: day of month.
138138
*

0 commit comments

Comments
 (0)