On 09/04/2020 11:25, Christophe JAILLET wrote: > pr_xxx() functions usually have '\n' at the end of the logging message. > Here, this '\n' is added via the 'pr_fmt' macro. > > In order to be more consistent with other files, use a more standard > convention and put these '\n' back in the messages themselves and remove it > from the pr_fmt macro. > > While at it, remove a useless message in case of 'kzalloc' failure, > especially with a __GFP_NOFAIL flag. > > Signed-off-by: Christophe JAILLET <christophe.jaillet@xxxxxxxxxx> Applied, thanks > --- > Not sure that the __GFP_NOFAIL is relevant here. No, it is not relevant. -- <http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs Follow Linaro: <http://www.facebook.com/pages/Linaro> Facebook | <http://twitter.com/#!/linaroorg> Twitter | <http://www.linaro.org/linaro-blog/> Blog