lkml.org 
[lkml]   [2014]   [May]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH 2/2] kernel/stop_machine.c: remove false assignment to static
This patch also fixes function prototype over 80 characters

Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Fabian Frederick <fabf@skynet.be>
---
kernel/stop_machine.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/kernel/stop_machine.c b/kernel/stop_machine.c
index 695f0c6..8d29ee2 100644
--- a/kernel/stop_machine.c
+++ b/kernel/stop_machine.c
@@ -42,7 +42,7 @@ struct cpu_stopper {

static DEFINE_PER_CPU(struct cpu_stopper, cpu_stopper);
static DEFINE_PER_CPU(struct task_struct *, cpu_stopper_task);
-static bool stop_machine_initialized = false;
+static bool stop_machine_initialized;

/*
* Avoids a race between stop_two_cpus and global stop_cpus, where
@@ -241,7 +241,8 @@ static void irq_cpu_stop_queue_work(void *arg)
*
* returns when both are completed.
*/
-int stop_two_cpus(unsigned int cpu1, unsigned int cpu2, cpu_stop_fn_t fn, void *arg)
+int stop_two_cpus(unsigned int cpu1, unsigned int cpu2, cpu_stop_fn_t fn,
+ void *arg)
{
struct cpu_stop_done done;
struct cpu_stop_work work1, work2;
--
1.8.4.5


\
 
 \ /
  Last update: 2014-05-07 23:21    [W:0.092 / U:0.084 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site