Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f5264481 authored by Pavel Machek's avatar Pavel Machek Committed by Jesper Juhl
Browse files

trivial: small cleanups



These are small cleanups all over the tree.

Trivial style and comment changes to
  fs/select.c, kernel/signal.c, kernel/stop_machine.c & mm/pdflush.c

Signed-off-by: default avatarPavel Machek <pavel@suse.cz>
Signed-off-by: default avatarJesper Juhl <jesper.juhl@gmail.com>
parent 1fb7c6e4
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -135,8 +135,7 @@ static void restart_machine(void)
	preempt_enable_no_resched();
}

struct stop_machine_data
{
struct stop_machine_data {
	int (*fn)(void *);
	void *data;
	struct completion done;
+2 −2
Original line number Diff line number Diff line
@@ -17,8 +17,8 @@
#include <linux/gfp.h>
#include <linux/init.h>
#include <linux/module.h>
#include <linux/fs.h>		// Needed by writeback.h
#include <linux/writeback.h>	// Prototypes pdflush_operation()
#include <linux/fs.h>		/* Needed by writeback.h	  */
#include <linux/writeback.h>	/* Prototypes pdflush_operation() */
#include <linux/kthread.h>
#include <linux/cpuset.h>
#include <linux/freezer.h>
+1 −1

File changed.

Contains only whitespace changes.

+2 −2

File changed.

Contains only whitespace changes.