From: Steven Rostedt Date: Fri, 8 May 2009 14:56:33 +0000 (-0400) Subject: ring-buffer: replace constants with time macros in ring-buffer-benchmark X-Git-Tag: v2.6.31-rc1~401^2~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a772b2b3c68e7e0b503c5a48469113bb0634314;p=pandora-kernel.git ring-buffer: replace constants with time macros in ring-buffer-benchmark The use of numeric constants is discouraged. It is cleaner and more descriptive to use macros for constant time conversions. This patch also removes an extra new line. [ Impact: more descriptive time conversions ] Reported-by: Andrew Morton Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed