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

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.eduSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 57a8f00f
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment