Merge tag 'stable/for-linus-3.17-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...
[cascardo/linux.git] / fs / debugfs / file.c
index 6314629..76c08c2 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