On Thu, Jun 30, 2016 at 8:56 PM, Alexander Shishkin <alexander.shish...@linux.intel.com> wrote: > 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 replect
^ s/replect/reflect/ ? > the purpose of the function. Fix this. > > Signed-off-by: Alexander Shishkin <alexander.shish...@linux.intel.com> > --- > drivers/hwtracing/intel_th/gth.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/hwtracing/intel_th/gth.c > b/drivers/hwtracing/intel_th/gth.c > index 4106eaf131..33e09369a4 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) > } > > /** > - * 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 > * > -- > 2.8.1 >