Commit 441b5c63 authored by Sakari Ailus's avatar Sakari Ailus Committed by Hans Verkuil
Browse files

media: ccs: Fix driver quirk struct documentation



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: default avatarSakari Ailus <sakari.ailus@linux.intel.com>
Reviewed-by: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: default avatarHans Verkuil <hverkuil-cisco@xs4all.nl>
parent 580139fa
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -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);