Re: [PATCH] linux/kernel.h: break long lines

From: Alexey Dobriyan
Date: Sat Feb 24 2018 - 16:17:35 EST


> -static inline int __must_check kstrtol(const char *s, unsigned int base, long *res)
> +static inline int __must_check kstrtol(const char *s, unsigned int base,
> + long *res)

Please find and fix a bug instead of making feel-good changes.