Commit d6647611 authored by Jack Schofield's avatar Jack Schofield Committed by Greg Kroah-Hartman
Browse files

staging: greybus: loopback_test: Add blank line after declaration.



Declarations are to be followed by a blank line. Add to follow Linux
Kernel coding style. Issue reported by checkpatch.

Reviewed-by: default avatarJohan Hovold <johan@kernel.org>
Signed-off-by: default avatarJack Schofield <schofija@oregonstate.edu>
Link: https://lore.kernel.org/r/048967b5c3b157e19ccf4608f71da8418fc31877.1669872193.git.schofija@oregonstate.edu


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 57a8f00f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -675,6 +675,7 @@ static int open_poll_files(struct loopback_test *t)
static int close_poll_files(struct loopback_test *t)
{
	int i;

	for (i = 0; i < t->poll_count; i++)
		close(t->fds[i].fd);