aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/echo/echo.h
diff options
context:
space:
mode:
authorJ.R. Mauro <jrm8005@gmail.com>2008-10-20 19:01:31 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2008-10-22 09:56:37 -0700
commit4460a860f728983f685cb23140c241c10dca0d32 (patch)
treeacf9f5d1fd8f002b6a9d5e06e731b14d2fcaee80 /drivers/staging/echo/echo.h
parentStaging: SLICOSS: Free multicast list at driver exit (diff)
downloadlinux-dev-4460a860f728983f685cb23140c241c10dca0d32.tar.xz
linux-dev-4460a860f728983f685cb23140c241c10dca0d32.zip
Staging: Lindent the echo driver
Lindent drivers/staging/echo* Signed-off by: J.R. Mauro <jrm8005@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/echo/echo.h')
-rw-r--r--drivers/staging/echo/echo.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/drivers/staging/echo/echo.h b/drivers/staging/echo/echo.h
index 2a1d1d8a9295..9fb9543c4f13 100644
--- a/drivers/staging/echo/echo.h
+++ b/drivers/staging/echo/echo.h
@@ -124,9 +124,8 @@ a minor burden.
G.168 echo canceller descriptor. This defines the working state for a line
echo canceller.
*/
-struct oslec_state
-{
- int16_t tx,rx;
+struct oslec_state {
+ int16_t tx, rx;
int16_t clean;
int16_t clean_nlp;
@@ -170,4 +169,4 @@ struct oslec_state
int16_t *snapshot;
};
-#endif /* __ECHO_H */
+#endif /* __ECHO_H */