From: Jiri Slaby Date: Fri, 8 Dec 2006 10:39:30 +0000 (-0800) Subject: [PATCH] Char: cyclades, cleanup X-Git-Tag: v2.6.20-rc1~34^2~149 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=096dcfce39f952292b019a2c42c241782c9ca226;p=pandora-kernel.git [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 Cc: Alan Cox Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed