Re: [PATCH] char: lp: remove redundant space

From: Greg KH
Date: Thu Mar 04 2021 - 02:35:57 EST


On Thu, Mar 04, 2021 at 03:21:47PM +0800, maqiang wrote:
> These two lines of code don't meet the kernel coding style,
> so remove the redundant space.
>
> Signed-off-by: Qiang Ma <maqianga@xxxxxxxxxxxxx>
> Signed-off-by: maqiang <maqianga@xxxxxxxxxxxxx>

Why do you have 2 signed-off-by lines with the same email address, but
different names?

If you want to start out in kernel development for coding style fixes, I
recommend doing so in drivers/staging/ as patches there for things like
this are more welcome than other parts of the kernel.

thanks,

greg k-h