aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ras
diff options
context:
space:
mode:
authorJason Wang <wangborong@cdjrlc.com>2021-12-11 17:19:14 +0800
committerBorislav Petkov <bp@suse.de>2021-12-11 11:55:27 +0100
commitb011a57e41ccbd402ecdcb53514ba76b898ec22e (patch)
tree1837721d88bd22396e30466c27191deb23aa01cc /drivers/ras
parentEDAC/sifive: Fix non-kernel-doc comment (diff)
downloadlinux-dev-b011a57e41ccbd402ecdcb53514ba76b898ec22e.tar.xz
linux-dev-b011a57e41ccbd402ecdcb53514ba76b898ec22e.zip
RAS/CEC: Remove a repeated 'an' in a comment
The double `an' in the comment in line 41 is repeated. Remove one of them. Signed-off-by: Jason Wang <wangborong@cdjrlc.com> Signed-off-by: Borislav Petkov <bp@suse.de> Link: https://lore.kernel.org/r/20211211091914.268823-1-wangborong@cdjrlc.com
Diffstat (limited to 'drivers/ras')
-rw-r--r--drivers/ras/cec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ras/cec.c b/drivers/ras/cec.c
index d7894f178bd4..42f2fc0bc8a9 100644
--- a/drivers/ras/cec.c
+++ b/drivers/ras/cec.c
@@ -38,7 +38,7 @@
* elements entered into the array, during which, we're decaying all elements.
* If, after decay, an element gets inserted again, its generation is set to 11b
* to make sure it has higher numerical count than other, older elements and
- * thus emulate an an LRU-like behavior when deleting elements to free up space
+ * thus emulate an LRU-like behavior when deleting elements to free up space
* in the page.
*
* When an element reaches it's max count of action_threshold, we try to poison