commit | c72f4573a5e05e35a31474977f500cbe21dcbb11 | [log] [tgz] |
---|---|---|
author | Andrew Morton <akpm@linux-foundation.org> | Tue Aug 12 13:27:37 2008 -0700 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Aug 13 13:56:51 2008 +0200 |
tree | c26be2f19d5916acaef43ff499382ea1ca0f198f | |
parent | 73909f7a665991013dcff42a815fda76d3a7300a [diff] |
lockdep: spin_lock_nest_lock(), checkpatch fixes fix: WARNING: EXPORT_SYMBOL(foo); should immediately follow its function/variable #46: FILE: kernel/spinlock.c:326: +EXPORT_SYMBOL(_spin_lock_nest_lock); total: 0 errors, 1 warnings, 26 lines checked Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Signed-off-by: Ingo Molnar <mingo@elte.hu>