aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging
diff options
context:
space:
mode:
authorGravatar Rahul Gottipati <rahul.blr97@gmail.com> 2020-07-22 10:20:48 +0200
committerGravatar Mauro Carvalho Chehab <mchehab+huawei@kernel.org> 2020-09-01 14:13:26 +0200
commitda6264baf933c09a87034585dff3b80111bfd68b (patch)
treec7b185fbcb9ab102282bd3ef20885368a0848f2d /drivers/staging
parentmedia: MAINTAINERS: Fix email typo and correct name of Tianshu (diff)
downloadlinux-da6264baf933c09a87034585dff3b80111bfd68b.tar.gz
linux-da6264baf933c09a87034585dff3b80111bfd68b.tar.bz2
linux-da6264baf933c09a87034585dff3b80111bfd68b.zip
media: intel-ipu3: Fix code style issue
This fixes a multiline comment style warning as found by checkpatch.pl. Signed-off-by: Rahul Gottipati <rahul.blr97@gmail.com> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'drivers/staging')
-rw-r--r--drivers/staging/media/ipu3/include/intel-ipu3.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/drivers/staging/media/ipu3/include/intel-ipu3.h b/drivers/staging/media/ipu3/include/intel-ipu3.h
index a607b0158c81..3a45c1fe4957 100644
--- a/drivers/staging/media/ipu3/include/intel-ipu3.h
+++ b/drivers/staging/media/ipu3/include/intel-ipu3.h
@@ -120,13 +120,13 @@ struct ipu3_uapi_awb_config {
#define IPU3_UAPI_AE_WEIGHTS 96
/**
- + * struct ipu3_uapi_ae_raw_buffer - AE global weighted histogram
- + *
- + * @vals: Sum of IPU3_UAPI_AE_COLORS in cell
- + *
- + * Each histogram contains IPU3_UAPI_AE_BINS bins. Each bin has 24 bit unsigned
- + * for counting the number of the pixel.
- + */
+ * struct ipu3_uapi_ae_raw_buffer - AE global weighted histogram
+ *
+ * @vals: Sum of IPU3_UAPI_AE_COLORS in cell
+ *
+ * Each histogram contains IPU3_UAPI_AE_BINS bins. Each bin has 24 bit unsigned
+ * for counting the number of the pixel.
+ */
struct ipu3_uapi_ae_raw_buffer {
__u32 vals[IPU3_UAPI_AE_BINS * IPU3_UAPI_AE_COLORS];
} __packed;