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 <[email protected]> > Signed-off-by: maqiang <[email protected]>
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

