Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

authored by

Jason Wang and committed by
Borislav Petkov
b011a57e ad2c302b

+1 -1
+1 -1
drivers/ras/cec.c
··· 38 38 * elements entered into the array, during which, we're decaying all elements. 39 39 * If, after decay, an element gets inserted again, its generation is set to 11b 40 40 * 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 42 42 * in the page. 43 43 * 44 44 * When an element reaches it's max count of action_threshold, we try to poison