staging: greybus: loopback_test: Add blank line after declaration.
authorJack Schofield <schofija@oregonstate.edu>
Thu, 1 Dec 2022 05:38:50 +0000 (21:38 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 5 Dec 2022 12:28:41 +0000 (13:28 +0100)
Declarations are to be followed by a blank line. Add to follow Linux
Kernel coding style. Issue reported by checkpatch.

Reviewed-by: Johan Hovold <johan@kernel.org>
Signed-off-by: Jack Schofield <schofija@oregonstate.edu>
Link: https://lore.kernel.org/r/048967b5c3b157e19ccf4608f71da8418fc31877.1669872193.git.schofija@oregonstate.edu
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/greybus/tools/loopback_test.c

index 4c42e393cd3dbd3c29dac8fe8fb075265eceafef..242138c4f6cf73ccb4001bb790c2a52b79450337 100644 (file)
@@ -675,6 +675,7 @@ err:
 static int close_poll_files(struct loopback_test *t)
 {
        int i;
+
        for (i = 0; i < t->poll_count; i++)
                close(t->fds[i].fd);