All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] RAS/CEC: fix typo in a comment
@ 2021-12-11  9:19 Jason Wang
  2021-12-11 11:09 ` Borislav Petkov
  0 siblings, 1 reply; 2+ messages in thread
From: Jason Wang @ 2021-12-11  9:19 UTC (permalink / raw)
  To: bp; +Cc: tony.luck, linux-edac, linux-kernel, Jason Wang

The double `an' in the comment in line 41 is repeated. Remove one
of them from the comment.

Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
---
 drivers/ras/cec.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] RAS/CEC: fix typo in a comment
  2021-12-11  9:19 [PATCH] RAS/CEC: fix typo in a comment Jason Wang
@ 2021-12-11 11:09 ` Borislav Petkov
  0 siblings, 0 replies; 2+ messages in thread
From: Borislav Petkov @ 2021-12-11 11:09 UTC (permalink / raw)
  To: Jason Wang; +Cc: tony.luck, linux-edac, linux-kernel

On Sat, Dec 11, 2021 at 05:19:14PM +0800, Jason Wang wrote:
> The double `an' in the comment in line 41 is repeated. Remove one
> of them from the comment.
> 
> Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
> ---
>  drivers/ras/cec.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks.

-- 
Regards/Gruss,
    Boris.

https://people.kernel.org/tglx/notes-about-netiquette

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-12-11 11:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-11  9:19 [PATCH] RAS/CEC: fix typo in a comment Jason Wang
2021-12-11 11:09 ` Borislav Petkov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.