commit | 2c92488ab29886d08766c054afc8dd0f19c724f1 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Fri Mar 23 15:02:20 2012 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Fri Mar 23 16:58:37 2012 -0700 |
tree | c1a42d6c825de9b0f3bf239d9a1a086a4b4422ce | |
parent | aad4f61498314d41d047ea2161b7bd7237b72d33 [diff] |
checkpatch: warn on use of yield() Using yield() is generally wrong. Warn on its use. Signed-off-by: Joe Perches <joe@perches.com> Cc: Andy Whitcroft <apw@canonical.com> Cc: Peter Zijlstra <a.p.zijlstra@chello.nl> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>