2022-09-05 03:22:40

by Yi Jiangshan

[permalink] [raw]
Subject: [PATCH] init.h: fix spelling typo in comment

From: Jiangshan Yi <[email protected]>

Fix spelling typo in comment.

Reported-by: k2ci <[email protected]>
Signed-off-by: Jiangshan Yi <[email protected]>
---
include/linux/init.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/init.h b/include/linux/init.h
index baf0b29a7010..3254766ebbf2 100644
--- a/include/linux/init.h
+++ b/include/linux/init.h
@@ -134,7 +134,7 @@ static inline initcall_t initcall_from_entry(initcall_entry_t *entry)

extern initcall_entry_t __con_initcall_start[], __con_initcall_end[];

-/* Used for contructor calls. */
+/* Used for constructor calls. */
typedef void (*ctor_fn_t)(void);

struct file_system_type;
--
2.27.0


No virus found
Checked by Hillstone Network AntiVirus


2022-09-07 12:52:19

by Greg Kroah-Hartman

[permalink] [raw]
Subject: Re: [PATCH] init.h: fix spelling typo in comment

On Mon, Sep 05, 2022 at 10:10:34AM +0800, Jiangshan Yi wrote:
> From: Jiangshan Yi <[email protected]>
>
> Fix spelling typo in comment.
>
> Reported-by: k2ci <[email protected]>
> Signed-off-by: Jiangshan Yi <[email protected]>

What is "k2ci"?

Please follow the Documentation/process/researcher-guidelines.rst rules
when you use tools like this.

thanks,

greg k-h

2022-09-08 02:57:15

by Yi Jiangshan

[permalink] [raw]
Subject: Re:Re: [PATCH] init.h: fix spelling typo in comment


At 2022-09-07 20:35:06, "Greg KH" <[email protected]> wrote:
>On Mon, Sep 05, 2022 at 10:10:34AM +0800, Jiangshan Yi wrote:
>> From: Jiangshan Yi <[email protected]>
>>
>> Fix spelling typo in comment.
>>
>> Reported-by: k2ci <[email protected]>
>> Signed-off-by: Jiangshan Yi <[email protected]>
>
>What is "k2ci"?

The k2ci is an automated compilation, detection and testing platform built by the company??Just like the kernel test robot built by Intel??
So I write like this??
Reported-by: k2ci <[email protected]>
Refer to the following:
Reported-by: kernel test robot <[email protected]>
Documentation/process/researcher-guidelines.rst

thanks,

Jiangshan Yi