]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
intel_th: gth: Fix a source comment
authorAlexander Shishkin <alexander.shishkin@linux.intel.com>
Tue, 28 Jun 2016 08:34:03 +0000 (11:34 +0300)
committerAlexander Shishkin <alexander.shishkin@linux.intel.com>
Fri, 1 Jul 2016 08:01:02 +0000 (11:01 +0300)
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>
drivers/hwtracing/intel_th/gth.c

index 4106eaf13123c3a476f64318b98d6867ce7ae193..33e09369a49165d8d7a5ca7541b15f9251eecdd7 100644 (file)
@@ -465,7 +465,7 @@ static int intel_th_output_attributes(struct gth_device *gth)
 }
 
 /**
- * intel_th_gth_disable() - enable tracing to an output device
+ * intel_th_gth_disable() - disable tracing to an output device
  * @thdev:     GTH device
  * @output:    output device's descriptor
  *