From: Liu Ying Date: Tue, 7 May 2013 08:38:40 +0000 (+0800) Subject: ktime: Use macro NSEC_PER_USEC where appropriate X-Git-Tag: v3.11-rc1~77^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a44b8bd6072ac82fc49af941de8c1ac85d94852d;p=pandora-kernel.git ktime: Use macro NSEC_PER_USEC where appropriate We've got the macro NSEC_PER_USEC defined in header file include/linux/time.h. To make the code decent, this patch replaces the immediate number 1000 to convert bewteen a time value in microseconds and one in nanoseconds with the macro NSEC_PER_USEC. Signed-off-by: Liu Ying Cc: David S. Miller Cc: Daniel Borkmann Cc: Thomas Gleixner Cc: John Stultz Signed-off-by: John Stultz --- Reading git-diff-tree failed