From: Bryan O'Donoghue Date: Sun, 16 Aug 2015 23:55:12 +0000 (+0100) Subject: greybus: loopback: fix typo in comment X-Git-Tag: v5.15~12752^2~378^2~21^2~1255 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=98676ca83680a2ca6afb38e900b3d956f6917185;p=platform%2Fkernel%2Flinux-starfive.git greybus: loopback: fix typo in comment Alex previously post a patch to fix this typo. Somehow it fell through the cracks in the meantime. Do it again 'stastic' is a word 'statistic' is not. Signed-off-by: Bryan O'Donoghue Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/greybus/loopback.c b/drivers/staging/greybus/loopback.c index 01bed43..8dd648c 100644 --- a/drivers/staging/greybus/loopback.c +++ b/drivers/staging/greybus/loopback.c @@ -675,7 +675,7 @@ static void gb_loopback_calculate_stats(struct gb_loopback *gb) /* Express latency in terms of microseconds */ lat = gb_loopback_nsec_to_usec_latency(gb->elapsed_nsecs); - /* Log latency statistic */ + /* Log latency stastic */ gb_loopback_update_stats(&gb_dev.latency, lat); gb_loopback_update_stats(&gb->latency, lat);