From e1fe0b8129d1769c834bff4262bab356e8d444bb Mon Sep 17 00:00:00 2001 From: Jeff Schroeder Date: Thu, 16 Oct 2008 13:47:20 -0700 Subject: [PATCH] Cleanup the whitespace to be checkpatch compliant Applies ontop of: http://lkml.org/lkml/diff/2008/10/16/388/1 Signed-off-by: Jeff Schroeder --- mm/shmem.c | 30 +++++++++++++++--------------- 1 files changed, 15 insertions(+), 15 deletions(-) diff --git a/mm/shmem.c b/mm/shmem.c index a1d2042..d1b3cd8 100644 --- a/mm/shmem.c +++ b/mm/shmem.c @@ -2594,21 +2594,21 @@ static int rootfs_get_sb(struct file_system_type *fs_type, return get_sb_nodev(fs_type, flags, data, shmem_fill_super, mnt); } - - static struct file_system_type rootfs_fs_type = { - .name = "rootfs", - .get_sb = rootfs_get_sb, - .kill_sb = kill_litter_super, - }; - - int __init init_rootfs(void) - { - if (init_inodecache()) - panic("Can't initialize shm inode cache"); - return register_filesystem(&rootfs_fs_type); - } - #endif - + +static struct file_system_type rootfs_fs_type = { + .name = "rootfs", + .get_sb = rootfs_get_sb, + .kill_sb = kill_litter_super, +}; + +int __init init_rootfs(void) +{ + if (init_inodecache()) + panic("Can't initialize shm inode cache"); + return register_filesystem(&rootfs_fs_type); +} +#endif + /** * shmem_zero_setup - setup a shared anonymous mapping * @vma: the vma to be mmapped is prepared by do_mmap_pgoff -- 1.5.4.3