Re: [PATCH] rtlwifi: Add missing newlines to RT_TRACE calls

From: Larry Finger
Date: Sun Jun 26 2016 - 20:18:40 EST


On 06/26/2016 02:34 PM, Joe Perches wrote:
RT_TRACE does not add a newline to the end of a message and always
emits at KERN_DEBUG so these are susceptible to message interleaving
from other processes without the newline.

Signed-off-by: Joe Perches <joe@xxxxxxxxxxx>
---

This patch does not apply to the wireless-drivers-next repo. Which one did you use?

Larry