| commit | 5a772b2b3c68e7e0b503c5a48469113bb0634314 | [log] [tgz] |
|---|---|---|
| author | Steven Rostedt <srostedt@redhat.com> | Fri May 08 10:56:33 2009 -0400 |
| committer | Steven Rostedt <rostedt@goodmis.org> | Mon May 11 13:22:26 2009 -0400 |
| tree | f6c1a0c28cd9225778a4348aded45bae8b634126 | |
| parent | 79c5d3ce614d8fe706545c7bca2158b63db6bb5e [diff] |
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 <akpm@linux-foundation.org> Signed-off-by: Steven Rostedt <rostedt@goodmis.org>