diff options
author | Liu Ying <[email protected]> | 2013-05-07 16:38:40 +0800 |
---|---|---|
committer | John Stultz <[email protected]> | 2013-05-28 14:00:57 -0700 |
commit | a44b8bd6072ac82fc49af941de8c1ac85d94852d (patch) | |
tree | 4a22da9a515052ac2f87af4129353fed206f80f9 /net/lapb/lapb_in.c | |
parent | 1eaff67266b6b6c97bbd33cf2c20577822836413 (diff) |
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 <[email protected]>
Cc: David S. Miller <[email protected]>
Cc: Daniel Borkmann <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: John Stultz <[email protected]>
Signed-off-by: John Stultz <[email protected]>
Diffstat (limited to 'net/lapb/lapb_in.c')
0 files changed, 0 insertions, 0 deletions