aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-at91rm9200.c
diff options
context:
space:
mode:
authorXiang wangx <wangxiang@cdjrlc.com>2022-06-05 16:35:15 +0800
committerAlexandre Belloni <alexandre.belloni@bootlin.com>2022-12-15 23:34:31 +0100
commit2dc5e3fb6e974bc299cdd43cb9e253c8958d0d11 (patch)
tree9f65ad09ca15a311354d9017ea6b28a4f2731efd /drivers/rtc/rtc-at91rm9200.c
parentb9354487fb795c144a387e51a9d4d33b710c74f7 (diff)
downloadlinux-2dc5e3fb6e974bc299cdd43cb9e253c8958d0d11.tar.gz
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>
Diffstat (limited to 'drivers/rtc/rtc-at91rm9200.c')
-rw-r--r--drivers/rtc/rtc-at91rm9200.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-at91rm9200.c b/drivers/rtc/rtc-at91rm9200.c
index fe396d27ebb71..e9d17232d0a81 100644
--- a/drivers/rtc/rtc-at91rm9200.c
+++ b/drivers/rtc/rtc-at91rm9200.c
@@ -130,7 +130,7 @@ static void at91_rtc_write_idr(u32 mask)
*
* Note that there is still a possibility that the mask is updated
* before interrupts have actually been disabled in hardware. The only
- * way to be certain would be to poll the IMR-register, which is is
+ * way to be certain would be to poll the IMR-register, which is
* the very register we are trying to emulate. The register read back
* is a reasonable heuristic.
*/