media: staging: media: intel-ipu3: line should not end with '['
Fixed the issue of line should not end with '[' by moving argument from next line to line ending with '[' and made it under 80 characters. Reported by checkpatch. Signed-off-by: Mitali Borkar <mitaliborkar810@gmail.com> Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
This commit is contained in:
parent
17daf473e2
commit
72e0387241
|
@ -245,8 +245,8 @@ struct ipu3_uapi_ae_ccm {
|
|||
*/
|
||||
struct ipu3_uapi_ae_config {
|
||||
struct ipu3_uapi_ae_grid_config grid_cfg __attribute__((aligned(32)));
|
||||
struct ipu3_uapi_ae_weight_elem weights[
|
||||
IPU3_UAPI_AE_WEIGHTS] __attribute__((aligned(32)));
|
||||
struct ipu3_uapi_ae_weight_elem weights[IPU3_UAPI_AE_WEIGHTS]
|
||||
__attribute__((aligned(32)));
|
||||
struct ipu3_uapi_ae_ccm ae_ccm __attribute__((aligned(32)));
|
||||
} __packed;
|
||||
|
||||
|
|
Loading…
Reference in New Issue