From: Nikolay Kyx Date: Sun, 21 Feb 2021 08:12:36 +0000 (+0100) Subject: media: staging: media: ipu3: code style fix - missing a blank line after declarations X-Git-Tag: v5.13-rc1~124^2~193 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ee06162d98c399eb4ffc03d7b1141469177bee5a;p=thirdparty%2Fkernel%2Flinux.git media: staging: media: ipu3: code style fix - missing a blank line after declarations 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 Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/staging/media/ipu3/ipu3-css-fw.h b/drivers/staging/media/ipu3/ipu3-css-fw.h index 79ffa70451390..3c078f15a2959 100644 --- a/drivers/staging/media/ipu3/ipu3-css-fw.h +++ b/drivers/staging/media/ipu3/ipu3-css-fw.h @@ -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 */