diff options
author | Joe Perches <joe@perches.com> | 2013-07-04 02:05:26 +0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-07-04 03:07:44 +0400 |
commit | 9d7a34a5135d29b840d074ba8fbb9c2fac63e508 (patch) | |
tree | 3e6869ca31ecf4a1cef0d310427cf937cc1df1cb /kernel/time.c | |
parent | 36ec19390effc9131132901e8a66a071a7b74a88 (diff) | |
download | linux-9d7a34a5135d29b840d074ba8fbb9c2fac63e508.tar.xz |
checkpatch: warn on comparisons to get_jiffies_64()
Comparing get_jiffies_64() is almost always wrong and time_before64 and
time_after64 should be used instead.
Warn on any comparison to get_jiffies_64().
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'kernel/time.c')
0 files changed, 0 insertions, 0 deletions