]> rtime.felk.cvut.cz Git - socketcan-devel.git/commit
SYSFS coding style cleanup (sysfs.c)
authorwolf <wolf@030b6a49-0b11-0410-94ab-b0dab22257f2>
Wed, 11 Jun 2008 14:01:41 +0000 (14:01 +0000)
committerwolf <wolf@030b6a49-0b11-0410-94ab-b0dab22257f2>
Wed, 11 Jun 2008 14:01:41 +0000 (14:01 +0000)
commit8d512138880dd6db821043df0b795ed795fdc8e9
tree6db28cc5af02cf9f6769b509c5963198af81e47f
parent1eac6469037d804623287bd4392db5f733dfe6c4
SYSFS coding style cleanup (sysfs.c)

According to the Linux coding style:

- don't use assignments in if statements.
- put else on same line as {
- use tabs as indentation, not spaces
- convert to strict_strtoul

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