* [PATCH] EDAC: Fix typo in comments
@ 2022-11-02 8:12 chen zhang
2022-11-25 18:31 ` Borislav Petkov
0 siblings, 1 reply; 2+ messages in thread
From: chen zhang @ 2022-11-02 8:12 UTC (permalink / raw)
To: mchehab, james.morse, rric
Cc: chenzhang_0901, linux-kernel, linux-edac, chen zhang, k2ci
Fix spelling typo in comments.
Reported-by: k2ci <kernel-bot@kylinos.cn>
Signed-off-by: chen zhang <chenzhang@kylinos.cn>
---
drivers/edac/i5400_edac.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/edac/i5400_edac.c b/drivers/edac/i5400_edac.c
index f76624ee82ef..b04c6dc0cf1f 100644
--- a/drivers/edac/i5400_edac.c
+++ b/drivers/edac/i5400_edac.c
@@ -279,7 +279,7 @@ static inline int from_nf_ferr(unsigned int mask)
#define FERR_NF_RECOVERABLE to_nf_mask(ERROR_NF_RECOVERABLE)
#define FERR_NF_UNCORRECTABLE to_nf_mask(ERROR_NF_UNCORRECTABLE)
-/* Defines to extract the vaious fields from the
+/* Defines to extract the various fields from the
* MTRx - Memory Technology Registers
*/
#define MTR_DIMMS_PRESENT(mtr) ((mtr) & (1 << 10))
--
2.25.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] EDAC: Fix typo in comments
2022-11-02 8:12 [PATCH] EDAC: Fix typo in comments chen zhang
@ 2022-11-25 18:31 ` Borislav Petkov
0 siblings, 0 replies; 2+ messages in thread
From: Borislav Petkov @ 2022-11-25 18:31 UTC (permalink / raw)
To: chen zhang
Cc: mchehab, james.morse, rric, chenzhang_0901, linux-kernel,
linux-edac, k2ci
On Wed, Nov 02, 2022 at 04:12:48PM +0800, chen zhang wrote:
> Fix spelling typo in comments.
>
> Reported-by: k2ci <kernel-bot@kylinos.cn>
> Signed-off-by: chen zhang <chenzhang@kylinos.cn>
> ---
> drivers/edac/i5400_edac.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/edac/i5400_edac.c b/drivers/edac/i5400_edac.c
> index f76624ee82ef..b04c6dc0cf1f 100644
> --- a/drivers/edac/i5400_edac.c
> +++ b/drivers/edac/i5400_edac.c
> @@ -279,7 +279,7 @@ static inline int from_nf_ferr(unsigned int mask)
> #define FERR_NF_RECOVERABLE to_nf_mask(ERROR_NF_RECOVERABLE)
> #define FERR_NF_UNCORRECTABLE to_nf_mask(ERROR_NF_UNCORRECTABLE)
>
> -/* Defines to extract the vaious fields from the
> +/* Defines to extract the various fields from the
> * MTRx - Memory Technology Registers
> */
> #define MTR_DIMMS_PRESENT(mtr) ((mtr) & (1 << 10))
> --
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:[~2022-11-25 18:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-02 8:12 [PATCH] EDAC: Fix typo in comments chen zhang
2022-11-25 18:31 ` Borislav Petkov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®