commit | 9d7a34a5135d29b840d074ba8fbb9c2fac63e508 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Wed Jul 03 15:05:26 2013 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Jul 03 16:07:44 2013 -0700 |
tree | 3e6869ca31ecf4a1cef0d310427cf937cc1df1cb | |
parent | 36ec19390effc9131132901e8a66a071a7b74a88 [diff] |
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>