Re: [PATCH v7 5/8] mm/util: Fix possible race condition in kstrdup()

2024-09-26 Thread Andy Shevchenko
null termimator. /* * The wrong comment style. Besides that a typo * in the word 'terminator'. Please, run codespell on your changes. * Also use the same form: NUL-terminator when you are talking * about '\0' and not NULL. */ > +*/ -- With Best Regards, Andy Shevchenko

[PATCH v1 1/1] tracing: Drop unused helper function to fix the build

2024-09-09 Thread Andy Shevchenko
acer *type) | ^~~ Fix this by dropping unused functions. See also commit 6863f5643dd7 ("kbuild: allow Clang to find unused static inline functions for W=1 build"). Signed-off-by: Andy Shevchenko --- kernel/trace/trace.c | 4 1 file