Skip to content

Commit

Permalink
EDAC/xgene: Fix typo processsors -> processors
Browse files Browse the repository at this point in the history
Spelling mistake (triple letters) in comment. Detected with the help of
Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
Signed-off-by: Borislav Petkov <bp@suse.de>
Link: https://lore.kernel.org/r/20220521111145.81697-39-Julia.Lawall@inria.fr
  • Loading branch information
JuliaLawall authored and suryasaimadhu committed May 21, 2022
1 parent 2edb986 commit 2aeb1f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/edac/xgene_edac.c
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ static int xgene_edac_mc_remove(struct xgene_edac_mc_ctx *mcu)
#define MEMERR_L2C_L2ESRA_PAGE_OFFSET 0x0804

/*
* Processor Module Domain (PMD) context - Context for a pair of processsors.
* Processor Module Domain (PMD) context - Context for a pair of processors.
* Each PMD consists of 2 CPUs and a shared L2 cache. Each CPU consists of
* its own L1 cache.
*/
Expand Down

0 comments on commit 2aeb1f5

Please sign in to comment.