This is an automatic generated email to let you know that the following patch 
were queued:

Subject: media: rcar_jpu: fix two kernel-doc markups
Author:  Mauro Carvalho Chehab <[email protected]>
Date:    Wed Nov 29 10:15:53 2017 -0500

On kernel-doc, struct declarations should be declared as "struct foo".

Fix the following warnings:
        drivers/media/platform/rcar_jpu.c:265: warning: cannot understand 
function prototype: 'struct jpu_q_data '
        drivers/media/platform/rcar_jpu.c:281: warning: cannot understand 
function prototype: 'struct jpu_ctx '

Signed-off-by: Mauro Carvalho Chehab <[email protected]>

 drivers/media/platform/rcar_jpu.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

---

diff --git a/drivers/media/platform/rcar_jpu.c 
b/drivers/media/platform/rcar_jpu.c
index 070bac36d766..f6092ae45912 100644
--- a/drivers/media/platform/rcar_jpu.c
+++ b/drivers/media/platform/rcar_jpu.c
@@ -257,7 +257,7 @@ struct jpu_fmt {
 };
 
 /**
- * jpu_q_data - parameters of one queue
+ * struct jpu_q_data - parameters of one queue
  * @fmtinfo: driver-specific format of this queue
  * @format: multiplanar format of this queue
  * @sequence: sequence number
@@ -269,7 +269,7 @@ struct jpu_q_data {
 };
 
 /**
- * jpu_ctx - the device context data
+ * struct jpu_ctx - the device context data
  * @jpu: JPEG IP device for this context
  * @encoder: compression (encode) operation or decompression (decode)
  * @compr_quality: destination image quality in compression (encode) mode

_______________________________________________
linuxtv-commits mailing list
[email protected]
https://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to