Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756908Ab1CAW7s (ORCPT ); Tue, 1 Mar 2011 17:59:48 -0500 Received: from mailout-de.gmx.net ([213.165.64.23]:53627 "HELO mailout-de.gmx.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1756751Ab1CAW7o (ORCPT ); Tue, 1 Mar 2011 17:59:44 -0500 X-Authenticated: #41721828 X-Provags-ID: V01U2FsdGVkX18ub5NZVbQui2xTMAlLV60oC+aXdDKbe5MQLr2Sk1 5jFRGXqGO7iV/W From: =?UTF-8?q?Jonathan=20Neusch=C3=A4fer?= To: Greg Kroah-Hartman Cc: Steve Underwood , David Rowe , devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, =?UTF-8?q?Jonathan=20Neusch=C3=A4fer?= Subject: [PATCH] staging: echo: fix a typo ("overflow") Date: Tue, 1 Mar 2011 23:58:54 +0100 Message-Id: <1299020335-11017-1-git-send-email-j.neuschaefer@gmx.net> X-Mailer: git-send-email 1.7.4.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Y-GMX-Trusted: 0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1040 Lines: 26 Signed-off-by: Jonathan Neuschäfer --- drivers/staging/echo/echo.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/staging/echo/echo.c b/drivers/staging/echo/echo.c index 58c4e90..3c188d5 100644 --- a/drivers/staging/echo/echo.c +++ b/drivers/staging/echo/echo.c @@ -544,7 +544,7 @@ int16_t oslec_update(struct oslec_state *ec, int16_t tx, int16_t rx) * Just random numbers rolled off very vaguely * Hoth-like. DR: This noise doesn't sound * quite right to me - I suspect there are some - * overlfow issues in the filtering as it's too + * overflow issues in the filtering as it's too * "crackly". * TODO: debug this, maybe just play noise at * high level or look at spectrum. -- 1.7.4.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/