aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Shishkin <alexander.shishkin@linux.intel.com>2016-06-29 12:35:22 -0400
committerAlexander Shishkin <alexander.shishkin@linux.intel.com>2016-07-01 04:01:13 -0400
commitbd581f239f2f190141820caa24c83bc72c82a347 (patch)
treec8ed3f0f29fe95f8f2c76b179b6036a5df574d1f
parent53c189f1762ba392b5c24a2f06382d5eb1399c25 (diff)
intel_th: Document output device callbacks
'output' type device callbacks are missing from the kerneldoc description of the 'intel_th_driver' structure. Fix this. Signed-off-by: Alexander Shishkin <alexander.shishkin@linux.intel.com>
-rw-r--r--drivers/hwtracing/intel_th/intel_th.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/hwtracing/intel_th/intel_th.h b/drivers/hwtracing/intel_th/intel_th.h
index 0df22e30673d..20f57aa4d8f5 100644
--- a/drivers/hwtracing/intel_th/intel_th.h
+++ b/drivers/hwtracing/intel_th/intel_th.h
@@ -114,6 +114,9 @@ intel_th_output_assigned(struct intel_th_device *thdev)
114 * @unassign: deassociate an output type device from an output port 114 * @unassign: deassociate an output type device from an output port
115 * @enable: enable tracing for a given output device 115 * @enable: enable tracing for a given output device
116 * @disable: disable tracing for a given output device 116 * @disable: disable tracing for a given output device
117 * @irq: interrupt callback
118 * @activate: enable tracing on the output's side
119 * @deactivate: disable tracing on the output's side
117 * @fops: file operations for device nodes 120 * @fops: file operations for device nodes
118 * @attr_group: attributes provided by the driver 121 * @attr_group: attributes provided by the driver
119 * 122 *