Skip to content

Commit 2dc5e3f

Browse files
Xiang wangxalexandrebelloni
authored andcommitted
rtc: at91rm9200: Fix syntax errors in comments
Delete the redundant word 'is'. Signed-off-by: Xiang wangx <wangxiang@cdjrlc.com> Link: https://lore.kernel.org/r/20220605083515.9514-1-wangxiang@cdjrlc.com Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
1 parent b935448 commit 2dc5e3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/rtc/rtc-at91rm9200.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ static void at91_rtc_write_idr(u32 mask)
130130
*
131131
* Note that there is still a possibility that the mask is updated
132132
* before interrupts have actually been disabled in hardware. The only
133-
* way to be certain would be to poll the IMR-register, which is is
133+
* way to be certain would be to poll the IMR-register, which is
134134
* the very register we are trying to emulate. The register read back
135135
* is a reasonable heuristic.
136136
*/

0 commit comments

Comments
 (0)