diff options
| author | Nikolay Kyx <knv418@gmail.com> | 2021-02-21 11:12:36 +0300 |
|---|---|---|
| committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2021-03-23 18:52:10 +0300 |
| commit | ee06162d98c399eb4ffc03d7b1141469177bee5a (patch) | |
| tree | a14f8c6673c9021d4f4a4419af8c461b5e440a92 | |
| parent | 671779f665d9cfd2a1e45cad02e936bfa647d40b (diff) | |
| download | linux-ee06162d98c399eb4ffc03d7b1141469177bee5a.tar.xz | |
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 <knv418@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
| -rw-r--r-- | drivers/staging/media/ipu3/ipu3-css-fw.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/media/ipu3/ipu3-css-fw.h b/drivers/staging/media/ipu3/ipu3-css-fw.h index 79ffa7045139..3c078f15a295 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 */ |
