From: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Date: Sun, 16 Aug 2015 23:55:12 +0000 (+0100)
Subject: greybus: loopback: fix typo in comment
X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=98676ca83680a2ca6afb38e900b3d956f6917185;p=linux.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 <bryan.odonoghue@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
---

diff --git a/drivers/staging/greybus/loopback.c b/drivers/staging/greybus/loopback.c
index 01bed4398826b..8dd648cc0796f 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);