]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
fs: debugfs: remove trailing whitespace
authorRahul Bedarkar <rahulbedarkar89@gmail.com>
Fri, 6 Jun 2014 17:42:04 +0000 (23:12 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 9 Jul 2014 23:58:21 +0000 (16:58 -0700)
fixes checkpatch.pl trailing whitespace errors

Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/debugfs/file.c
fs/debugfs/inode.c

index 63146295153ba1685c0ca5ac3cf8cb0097787e1e..76c08c2beb2f822f7bcaf0b520cda80a1da7fc99 100644 (file)
@@ -451,7 +451,7 @@ static ssize_t read_file_bool(struct file *file, char __user *user_buf,
 {
        char buf[3];
        u32 *val = file->private_data;
-       
+
        if (*val)
                buf[0] = 'Y';
        else
index 16a46b6a6feea75fd90f8d75ec4b4ad3059cf7b4..1e3b99d3db0df8ff236589a0ec64ec2c73bf8013 100644 (file)
@@ -66,7 +66,7 @@ static struct inode *debugfs_get_inode(struct super_block *sb, umode_t mode, dev
                        break;
                }
        }
-       return inode; 
+       return inode;
 }
 
 /* SMP-safe */
@@ -317,7 +317,7 @@ static struct dentry *__create_file(const char *name, umode_t mode,
                goto exit;
 
        /* If the parent is not specified, we create it in the root.
-        * We need the root dentry to do this, which is in the super 
+        * We need the root dentry to do this, which is in the super
         * block. A pointer to that is in the struct vfsmount that we
         * have around.
         */
@@ -330,7 +330,7 @@ static struct dentry *__create_file(const char *name, umode_t mode,
                switch (mode & S_IFMT) {
                case S_IFDIR:
                        error = debugfs_mkdir(parent->d_inode, dentry, mode);
-                                             
+
                        break;
                case S_IFLNK:
                        error = debugfs_link(parent->d_inode, dentry, mode,