]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
media: staging: media: ipu3: code style fix - missing a blank line after declarations
authorNikolay Kyx <knv418@gmail.com>
Sun, 21 Feb 2021 08:12:36 +0000 (09:12 +0100)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Tue, 23 Mar 2021 15:52:10 +0000 (16:52 +0100)
This patch fixes the following checkpatch.pl warning:

WARNING: Missing a blank line after declarations

in file ipu3-css-fw.h

Link: https://lore.kernel.org/linux-media/20210221081236.9758-2-knv418@gmail.com
Signed-off-by: Nikolay Kyx <knv418@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/staging/media/ipu3/ipu3-css-fw.h

index 79ffa704513904969ca8af7051dbb7576b695d5c..3c078f15a29591f60c399b5d9a955549c87dde9e 100644 (file)
@@ -148,6 +148,7 @@ union imgu_fw_union {
 struct imgu_fw_info {
        size_t header_size;     /* size of fw header */
        u32 type __aligned(8);  /* enum imgu_fw_type */
+
        union imgu_fw_union info;       /* Binary info */
        struct imgu_abi_blob_info blob; /* Blob info */
        /* Dynamic part */