aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/isdn/hardware/eicon/dsrv_pri.h
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2012-02-19 22:52:38 -0500
committerJoe Perches <joe@perches.com>2012-02-21 12:04:01 -0500
commit475be4d85a274d0961593db41cf85689db1d583c (patch)
treeb2b8931eb747794730522c3cf1898e46948527b9 /drivers/isdn/hardware/eicon/dsrv_pri.h
parent0b0a635f79f91f3755b6518627ea06dd0dbfd523 (diff)
isdn: whitespace coding style cleanup
isdn source code uses a not-current coding style. Update the coding style used on a per-line basis so that git diff -w shows only elided blank lines at EOF. Done with emacs and some scripts and some typing. Built x86 allyesconfig. No detected change in objdump -d or size. Signed-off-by: Joe Perches <joe@perches.com>
Diffstat (limited to 'drivers/isdn/hardware/eicon/dsrv_pri.h')
-rw-r--r--drivers/isdn/hardware/eicon/dsrv_pri.h46
1 files changed, 23 insertions, 23 deletions
diff --git a/drivers/isdn/hardware/eicon/dsrv_pri.h b/drivers/isdn/hardware/eicon/dsrv_pri.h
index 861182666c89..fd1a9ff9f195 100644
--- a/drivers/isdn/hardware/eicon/dsrv_pri.h
+++ b/drivers/isdn/hardware/eicon/dsrv_pri.h
@@ -1,38 +1,38 @@
1 1
2/* 2/*
3 * 3 *
4 Copyright (c) Eicon Networks, 2002. 4 Copyright (c) Eicon Networks, 2002.
5 * 5 *
6 This source file is supplied for the use with 6 This source file is supplied for the use with
7 Eicon Networks range of DIVA Server Adapters. 7 Eicon Networks range of DIVA Server Adapters.
8 * 8 *
9 Eicon File Revision : 2.1 9 Eicon File Revision : 2.1
10 * 10 *
11 This program is free software; you can redistribute it and/or modify 11 This program is free software; you can redistribute it and/or modify
12 it under the terms of the GNU General Public License as published by 12 it under the terms of the GNU General Public License as published by
13 the Free Software Foundation; either version 2, or (at your option) 13 the Free Software Foundation; either version 2, or (at your option)
14 any later version. 14 any later version.
15 * 15 *
16 This program is distributed in the hope that it will be useful, 16 This program is distributed in the hope that it will be useful,
17 but WITHOUT ANY WARRANTY OF ANY KIND WHATSOEVER INCLUDING ANY 17 but WITHOUT ANY WARRANTY OF ANY KIND WHATSOEVER INCLUDING ANY
18 implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 18 implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
19 See the GNU General Public License for more details. 19 See the GNU General Public License for more details.
20 * 20 *
21 You should have received a copy of the GNU General Public License 21 You should have received a copy of the GNU General Public License
22 along with this program; if not, write to the Free Software 22 along with this program; if not, write to the Free Software
23 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 23 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
24 * 24 *
25 */ 25 */
26#ifndef __DIVA_XDI_DSRV_PRI_INC__ 26#ifndef __DIVA_XDI_DSRV_PRI_INC__
27#define __DIVA_XDI_DSRV_PRI_INC__ 27#define __DIVA_XDI_DSRV_PRI_INC__
28/* 28/*
29 Functions exported from os dependent part of 29 Functions exported from os dependent part of
30 PRI card configuration and used in 30 PRI card configuration and used in
31 OS independed part 31 OS independed part
32 */ 32*/
33/* 33/*
34 Prepare OS dependent part of PRI/PRI Rev.2 functions 34 Prepare OS dependent part of PRI/PRI Rev.2 functions
35 */ 35*/
36void diva_os_prepare_pri_functions (PISDN_ADAPTER IoAdapter); 36void diva_os_prepare_pri_functions(PISDN_ADAPTER IoAdapter);
37void diva_os_prepare_pri2_functions (PISDN_ADAPTER IoAdapter); 37void diva_os_prepare_pri2_functions(PISDN_ADAPTER IoAdapter);
38#endif 38#endif