aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/echo/echo.h
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir@cohens.org.il>2008-10-12 07:17:26 +0200
committerGreg Kroah-Hartman <gregkh@suse.de>2008-10-22 09:56:33 -0700
commit9d8f2d5dfbcc9d2229f5e93653988d98360e248c (patch)
treecb8a35dbef650ce1de55aa179fc1b4ab28cb2b5b /drivers/staging/echo/echo.h
parent5b97de8c63efb179064cc422e9748d422e02677d (diff)
Staging: echo: Changed preffix from echo_can_ to oslec_
Signed-off-by: Tzafrir Cohen <tzafrir@cohens.org.il> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/echo/echo.h')
-rw-r--r--drivers/staging/echo/echo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/echo/echo.h b/drivers/staging/echo/echo.h
index 5c8b5153b19..2a1d1d8a929 100644
--- a/drivers/staging/echo/echo.h
+++ b/drivers/staging/echo/echo.h
@@ -124,7 +124,7 @@ a minor burden.
G.168 echo canceller descriptor. This defines the working state for a line
echo canceller.
*/
-struct echo_can_state
+struct oslec_state
{
int16_t tx,rx;
int16_t clean;