Re: [PATCH v2] kernel: fix typos and some coding style in comments

2019-05-20 Thread Kees Cook
On Mon, May 20, 2019 at 10:37:00AM +0800, Weitao Hou wrote: > fix lenght to length What about the other instances of this misspelling? (See "git grep lenght"). -Kees > > Signed-off-by: Weitao Hou > --- > Changes in v2: > - fix space before tab warnings > --- > kernel/sysctl.c | 18 +

[PATCH v2] kernel: fix typos and some coding style in comments

2019-05-19 Thread Weitao Hou
fix lenght to length Signed-off-by: Weitao Hou --- Changes in v2: - fix space before tab warnings --- kernel/sysctl.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/kernel/sysctl.c b/kernel/sysctl.c index 943c89178e3d..f78f725f225e 100644 --- a/kernel/sy