diff options
author | Jiri Slaby <jirislaby@gmail.com> | 2006-12-08 02:39:30 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.osdl.org> | 2006-12-08 08:29:01 -0800 |
commit | 096dcfce39f952292b019a2c42c241782c9ca226 (patch) | |
tree | 08824ab1635c102d8d7c7190a0406c058a23419b /drivers/block/paride/pd.c | |
parent | 02f1175c8737802b5609aa2c0b1fb3ca2c23069f (diff) |
[PATCH] Char: cyclades, cleanup
- remove cvs rcsid and alter code that uses it.
- allow a semicolon after use of macro to not confuse parsers (e.g. indent)
by do {} while (0)
- JIFFIES_DIFF is simple subtraction, subtract directly
- returns cleanup -- do not put values in parenthesis and do not return nothing
at the end of void functions
- comments are /* */ in C (not //)
Signed-off-by: Jiri Slaby <jirislaby@gmail.com>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/block/paride/pd.c')
0 files changed, 0 insertions, 0 deletions