diff options
author | Andrew Morton <[email protected]> | 2014-06-04 20:19:48 +0200 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2014-06-05 10:39:36 +0200 |
commit | 0cc3d01164aba483edd8232aa5c781136843c367 (patch) | |
tree | 21984640873d875c571e3b6cecb8a22354b77ff9 /tools/perf/util/trace-event-scripting.c | |
parent | dbb5eafa23fdb7a00d64b04e23a3efc59d6474cb (diff) |
locking/rwsem: Fix checkpatch.pl warnings
WARNING: line over 80 characters
#205: FILE: kernel/locking/rwsem-xadd.c:275:
+ old = cmpxchg(&sem->count, count, count + RWSEM_ACTIVE_WRITE_BIAS);
WARNING: line over 80 characters
#376: FILE: kernel/locking/rwsem-xadd.c:434:
+ * If there were already threads queued before us and there are no
WARNING: line over 80 characters
#377: FILE: kernel/locking/rwsem-xadd.c:435:
+ * active writers, the lock must be read owned; so we try to wake
total: 0 errors, 3 warnings, 417 lines checked
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Peter Zijlstra <[email protected]>
Cc: "H. Peter Anvin" <[email protected]>
Cc: Davidlohr Bueso <[email protected]>
Cc: Tim Chen <[email protected]>
Cc: Linus Torvalds <[email protected]>
Link: http://lkml.kernel.org/n/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
0 files changed, 0 insertions, 0 deletions