diff options
author | Alexander Shishkin <alexander.shishkin@linux.intel.com> | 2016-06-28 04:34:03 -0400 |
---|---|---|
committer | Alexander Shishkin <alexander.shishkin@linux.intel.com> | 2016-07-01 04:01:02 -0400 |
commit | 53c189f1762ba392b5c24a2f06382d5eb1399c25 (patch) | |
tree | 4772f53435ac67007fe6a8610c36a6de9fb8388c | |
parent | 142dfeb20209607659ca85f15e7a3dd592a6dd20 (diff) |
intel_th: gth: Fix a source comment
There's a kerneldoc comment that'd been derived from another one by way
of copying-and-pasting but hadn't been subsequently amended to reflect
the purpose of the function. Fix this.
Signed-off-by: Alexander Shishkin <alexander.shishkin@linux.intel.com>
-rw-r--r-- | drivers/hwtracing/intel_th/gth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwtracing/intel_th/gth.c b/drivers/hwtracing/intel_th/gth.c index 4106eaf13123..33e09369a491 100644 --- a/drivers/hwtracing/intel_th/gth.c +++ b/drivers/hwtracing/intel_th/gth.c | |||
@@ -465,7 +465,7 @@ static int intel_th_output_attributes(struct gth_device *gth) | |||
465 | } | 465 | } |
466 | 466 | ||
467 | /** | 467 | /** |
468 | * intel_th_gth_disable() - enable tracing to an output device | 468 | * intel_th_gth_disable() - disable tracing to an output device |
469 | * @thdev: GTH device | 469 | * @thdev: GTH device |
470 | * @output: output device's descriptor | 470 | * @output: output device's descriptor |
471 | * | 471 | * |