Re: [PATCH v2] Fixed a checkpatch error

From: Greg KH
Date: Thu Jun 14 2018 - 02:43:00 EST


On Thu, Jun 14, 2018 at 12:02:46PM +0530, Parth Y Shah wrote:
> ERROR: code indent should use tabs where possible
>
> Here, spaces are replaced by a tab in 2 lines.
>
> Signed-off-by: Parth Y Shah <sparth1292@xxxxxxxxx>

Your subject line needs work, please see how other subject lines are
composed for this subsystem.

Also note, please do not use anything but the drivers/staging/ area of
the kernel for beginning "I'm going to do checkpatch cleanups" type of
"learning to get changes into the kernel" work. That is a great place
to start with this, not in other subsystems where you might have
reviewers who do not care so much about whitespace cleanups like this.

So please learn the process there, and when you have it all working
well, then you could move on to other subsystems and areas of the
kernel, like this one, if you want to.

thanks,

greg k-h