mbox series

[0/2] iio: Whitespace cleanup

Message ID 20220727181855.589052-1-joetalbott@gmail.com (mailing list archive)
Headers show
Series iio: Whitespace cleanup | expand

Message

Joe Simmons-Talbott July 27, 2022, 6:18 p.m. UTC
Fix whitespace warnings reported by checkpatch.pl.

Joe Simmons-Talbott (2):
  iio: Add blank lines after declarations.
  iio: Fix indentation for multiline conditional.

 drivers/iio/industrialio-buffer.c  | 5 +++--
 drivers/iio/industrialio-core.c    | 7 +++++++
 drivers/iio/industrialio-trigger.c | 1 +
 3 files changed, 11 insertions(+), 2 deletions(-)

Comments

Jonathan Cameron July 31, 2022, 12:16 p.m. UTC | #1
On Wed, 27 Jul 2022 14:18:53 -0400
Joe Simmons-Talbott <joetalbott@gmail.com> wrote:

> Fix whitespace warnings reported by checkpatch.pl.
Hi Joe,

Series applied to the togreg branch of iio.git and pushed
out as testing.  Note I'll rebase that branch on rc1 once
available and not push out as togreg until after that.

Thanks,

Jonathan

> 
> Joe Simmons-Talbott (2):
>   iio: Add blank lines after declarations.
>   iio: Fix indentation for multiline conditional.
> 
>  drivers/iio/industrialio-buffer.c  | 5 +++--
>  drivers/iio/industrialio-core.c    | 7 +++++++
>  drivers/iio/industrialio-trigger.c | 1 +
>  3 files changed, 11 insertions(+), 2 deletions(-)
>