Skip to content

Commit b011a57

Browse files
Jason Wangsuryasaimadhu
authored andcommitted
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
1 parent ad2c302 commit b011a57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/ras/cec.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
* elements entered into the array, during which, we're decaying all elements.
3939
* If, after decay, an element gets inserted again, its generation is set to 11b
4040
* to make sure it has higher numerical count than other, older elements and
41-
* thus emulate an an LRU-like behavior when deleting elements to free up space
41+
* thus emulate an LRU-like behavior when deleting elements to free up space
4242
* in the page.
4343
*
4444
* When an element reaches it's max count of action_threshold, we try to poison

0 commit comments

Comments
 (0)