projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b935448
)
rtc: at91rm9200: Fix syntax errors in comments
author
Xiang wangx
<wangxiang@cdjrlc.com>
Sun, 5 Jun 2022 08:35:15 +0000
(16:35 +0800)
committer
Alexandre Belloni
<alexandre.belloni@bootlin.com>
Thu, 15 Dec 2022 22:34:31 +0000
(23:34 +0100)
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>
drivers/rtc/rtc-at91rm9200.c
patch
|
blob
|
history
diff --git
a/drivers/rtc/rtc-at91rm9200.c
b/drivers/rtc/rtc-at91rm9200.c
index fe396d27ebb7108cbbac9eb2053e6a4281ddc056..e9d17232d0a8163e37e3ee5b5d51fd1a71fcc55a 100644
(file)
--- 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.
*/