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

Subject: media: ccs: Fix driver quirk struct documentation
Author:  Sakari Ailus <sakari.ai...@linux.intel.com>
Date:    Thu Aug 24 15:18:18 2023 +0300

Fix documentation for struct ccs_quirk, a device specific struct for
managing deviations from the standard. The flags field was drifted away
from where it should have been.

Signed-off-by: Sakari Ailus <sakari.ai...@linux.intel.com>
Reviewed-by: Laurent Pinchart <laurent.pinch...@ideasonboard.com>
Signed-off-by: Hans Verkuil <hverkuil-ci...@xs4all.nl>

 drivers/media/i2c/ccs/ccs-quirk.h | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

---

diff --git a/drivers/media/i2c/ccs/ccs-quirk.h 
b/drivers/media/i2c/ccs/ccs-quirk.h
index 5838fcda92fd..0b1a64958d71 100644
--- a/drivers/media/i2c/ccs/ccs-quirk.h
+++ b/drivers/media/i2c/ccs/ccs-quirk.h
@@ -32,12 +32,10 @@ struct ccs_sensor;
  *             @reg: Pointer to the register to access
  *             @value: Register value, set by the caller on write, or
  *                     by the quirk on read
- *
- * @flags: Quirk flags
- *
  *             @return: 0 on success, -ENOIOCTLCMD if no register
  *                      access may be done by the caller (default read
  *                      value is zero), else negative error code on error
+ * @flags: Quirk flags
  */
 struct ccs_quirk {
        int (*limits)(struct ccs_sensor *sensor);

_______________________________________________
linuxtv-commits mailing list
linuxtv-commits@linuxtv.org
https://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to