]> rtime.felk.cvut.cz Git - socketcan-devel.git/commit
ccan: coding style fixes and use linux/io.h
authorwolf <wolf@030b6a49-0b11-0410-94ab-b0dab22257f2>
Wed, 11 Jun 2008 14:09:06 +0000 (14:09 +0000)
committerwolf <wolf@030b6a49-0b11-0410-94ab-b0dab22257f2>
Wed, 11 Jun 2008 14:09:06 +0000 (14:09 +0000)
commitce63330ea68f0c46b8d9944326033b9cc32e2397
tree8a59b935e1a456e382020e10552275fdb52d1ea5
parent8d512138880dd6db821043df0b795ed795fdc8e9
ccan: coding style fixes and use linux/io.h

Various coding style fixes:
- Spaces around operators, no spaces after and before braces etc.
- Use __func__ instead of the gcc specific __FUNCTION__.

Furthermore, use linux/io.h instead of asm/io.h for newer
Linux 2.6 kernels.

Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
git-svn-id: svn://svn.berlios.de//socketcan/trunk@764 030b6a49-0b11-0410-94ab-b0dab22257f2
kernel/2.6/drivers/net/can/old/ccan/ccan.c