Re: [PATCH v3] staging: speakup: fix wrong code indent

From: Greg Kroah-Hartman
Date: Fri Apr 28 2017 - 11:52:42 EST


On Fri, Apr 28, 2017 at 11:43:26PM +0900, Michael Mera wrote:
> Fix checkpatch messages:
> ERROR: code indent should use tabs where possible
> WARNING: Block comments should align the * on each line
>
> Changes:
> - replace unnecessary multiline comment by a single line comment
> - change "bit mask" for "bitmask" to have a line shorter than 80
> characters
>
> Signed-off-by: Michael Mera <dev@xxxxxxxxxxxxxxx>
> ---
>
> v2 -> v3:
> - add missing changes descriptions
> - improve patch message to make it more clear what changed

This patch doesn't apply to my tree at all, what tree/branch did you
make it against?

thanks,

greg k-h