Skip to content

Commit

Permalink
[PATCH] x86-64: White space and comment fixes for smp_call_function_s…
Browse files Browse the repository at this point in the history
…ingle

No functional changes

Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Andi Kleen authored and Linus Torvalds committed Sep 12, 2005
1 parent b445221 commit f1f4e83
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion arch/x86_64/kernel/smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -295,8 +295,11 @@ void unlock_ipi_call_lock(void)
/*
* this function sends a 'generic call function' IPI to one other CPU
* in the system.
*
* cpu is a standard Linux logical CPU number.
*/
static void __smp_call_function_single (int cpu, void (*func) (void *info), void *info,
static void
__smp_call_function_single(int cpu, void (*func) (void *info), void *info,
int nonatomic, int wait)
{
struct call_data_struct data;
Expand Down

0 comments on commit f1f4e83

Please sign in to comment.