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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Alexandre Belloni <[email protected]>
1 parent b935448 commit 2dc5e3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)