]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
staging: greybus: fix alignment to match open parenthesis
authorKosugi Souta <k.souta0926@gmail.com>
Sat, 4 Apr 2026 00:59:38 +0000 (09:59 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 27 Apr 2026 11:01:51 +0000 (05:01 -0600)
Fix the checkpatch.pl check "Alignment should match open parenthesis"
by adjusting the indentation in authenticate.c.

Signed-off-by: Kosugi Souta <k.souta0926@gmail.com>
Link: https://patch.msgid.link/20260404005939.116701-3-k.souta0926@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/greybus/Documentation/firmware/authenticate.c

index 0ef88b7d24de02d4a0bbe1fdf30139b1d105b5bc..ba4b16b04557171d8755cc2b62439271359b7dd4 100644 (file)
@@ -85,7 +85,7 @@ int main(int argc, char *argv[])
        }
 
        printf("Authenticated, result (%02x), sig-size (%02x)\n",
-               authenticate.result_code, authenticate.signature_size);
+              authenticate.result_code, authenticate.signature_size);
 
 close_fd:
        close(fd);