Re: [PATCH] staging: greybus: Parenthesis alignment

From: Greg Kroah-Hartman
Date: Wed Nov 21 2018 - 01:09:32 EST


On Tue, Nov 20, 2018 at 11:42:05PM +0100, Cristian Sicilia wrote:
> Thanks for note
>
> Can make sense do the patch for function that stay in the line but is not
> aligned, or is better doesn't change anything?
> Like this:
>
> static ssize_t gb_camera_debugfs_capabilities(struct gb_camera *gcam,
> - char *buf, size_t len)
> + char *buf, size_t len)

If you really want to, sure :)

greg k-h