diff options
author | Andrew Morton <akpm@linux-foundation.org> | 2013-05-01 00:27:28 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-05-01 02:04:03 +0200 |
commit | e1d12f327037a59e06c66520951ab4e0bd29f9c4 (patch) | |
tree | 551fc711bf5ad115e5f239825bc00ba9632ec0f9 /lib | |
parent | include/linux/fs.h: disable preempt when acquire i_size_seqcount write lock (diff) | |
download | linux-e1d12f327037a59e06c66520951ab4e0bd29f9c4.tar.xz linux-e1d12f327037a59e06c66520951ab4e0bd29f9c4.zip |
kernel/smp.c: cleanups
We sometimes use "struct call_single_data *data" and sometimes "struct
call_single_data *csd". Use "csd" consistently.
We sometimes use "struct call_function_data *data" and sometimes "struct
call_function_data *cfd". Use "cfd" consistently.
Also, avoid some 80-col layout tricks.
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Jens Axboe <axboe@kernel.dk>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Shaohua Li <shli@fusionio.com>
Cc: Shaohua Li <shli@kernel.org>
Cc: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions