Skip to content

Commit 8176f8c

Browse files
lztodavem330
authored andcommitted
isdn: remove extra spaces in the header file
fix some coding style issues in the isdn header Signed-off-by: Tong Zhang <ztong0001@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 97bc84b commit 8176f8c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

drivers/isdn/hardware/mISDN/iohelper.h

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
#ifndef _IOHELPER_H
1414
#define _IOHELPER_H
1515

16-
typedef u8 (read_reg_func)(void *hwp, u8 offset);
17-
typedef void (write_reg_func)(void *hwp, u8 offset, u8 value);
18-
typedef void (fifo_func)(void *hwp, u8 offset, u8 *datap, int size);
16+
typedef u8 (read_reg_func)(void *hwp, u8 offset);
17+
typedef void (write_reg_func)(void *hwp, u8 offset, u8 value);
18+
typedef void (fifo_func)(void *hwp, u8 offset, u8 *datap, int size);
1919

20-
struct _ioport {
21-
u32 port;
22-
u32 ale;
23-
};
20+
struct _ioport {
21+
u32 port;
22+
u32 ale;
23+
};
2424

2525
#define IOFUNC_IO(name, hws, ap) \
2626
static u8 Read##name##_IO(void *p, u8 off) { \

0 commit comments

Comments
 (0)