aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/epl/user/EplDllu.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2008-12-19 17:08:04 -0800
committerGreg Kroah-Hartman <gregkh@suse.de>2009-01-06 13:52:37 -0800
commitbd5cd82dc6148aa8f655620e6f3bf62e5e320078 (patch)
tree6714894529010fcb385fd9235caed79b9dbf36b6 /drivers/staging/epl/user/EplDllu.h
parentStaging: epl: run Lindent on all kernel/*.h files (diff)
downloadlinux-dev-bd5cd82dc6148aa8f655620e6f3bf62e5e320078.tar.xz
linux-dev-bd5cd82dc6148aa8f655620e6f3bf62e5e320078.zip
Staging: epl: run Lindent on all user/*.h files
It's a start, still a mess... Cc: Daniel Krueger <daniel.krueger@systec-electronic.com> Cc: Ronald Sieber <Ronald.Sieber@systec-electronic.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/epl/user/EplDllu.h')
-rw-r--r--drivers/staging/epl/user/EplDllu.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/drivers/staging/epl/user/EplDllu.h b/drivers/staging/epl/user/EplDllu.h
index 2beb39087a13..36f8bb76f7ca 100644
--- a/drivers/staging/epl/user/EplDllu.h
+++ b/drivers/staging/epl/user/EplDllu.h
@@ -66,7 +66,6 @@
2006/06/20 d.k.: start of the implementation, version 1.00
-
****************************************************************************/
#ifndef _EPL_DLLU_H_
@@ -82,7 +81,7 @@
// typedef
//---------------------------------------------------------------------------
-typedef tEplKernel (PUBLIC * tEplDlluCbAsnd) (tEplFrameInfo * pFrameInfo_p);
+typedef tEplKernel(PUBLIC * tEplDlluCbAsnd) (tEplFrameInfo * pFrameInfo_p);
//---------------------------------------------------------------------------
// function prototypes
@@ -94,15 +93,16 @@ tEplKernel EplDlluAddInstance(void);
tEplKernel EplDlluDelInstance(void);
-tEplKernel EplDlluRegAsndService(tEplDllAsndServiceId ServiceId_p, tEplDlluCbAsnd pfnDlluCbAsnd_p, tEplDllAsndFilter Filter_p);
+tEplKernel EplDlluRegAsndService(tEplDllAsndServiceId ServiceId_p,
+ tEplDlluCbAsnd pfnDlluCbAsnd_p,
+ tEplDllAsndFilter Filter_p);
-tEplKernel EplDlluAsyncSend(tEplFrameInfo * pFrameInfo_p, tEplDllAsyncReqPriority Priority_p);
+tEplKernel EplDlluAsyncSend(tEplFrameInfo * pFrameInfo_p,
+ tEplDllAsyncReqPriority Priority_p);
// processes asynch frames
tEplKernel EplDlluProcess(tEplFrameInfo * pFrameInfo_p);
#endif // #if(((EPL_MODULE_INTEGRATION) & (EPL_MODULE_DLLU)) != 0)
-#endif // #ifndef _EPL_DLLU_H_
-
-
+#endif // #ifndef _EPL_DLLU_H_