diff options
Diffstat (limited to 'fs/debugfs/file.c')
-rw-r--r-- | fs/debugfs/file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/debugfs/file.c b/fs/debugfs/file.c index 63146295153b..76c08c2beb2f 100644 --- a/fs/debugfs/file.c +++ b/fs/debugfs/file.c | |||
@@ -451,7 +451,7 @@ static ssize_t read_file_bool(struct file *file, char __user *user_buf, | |||
451 | { | 451 | { |
452 | char buf[3]; | 452 | char buf[3]; |
453 | u32 *val = file->private_data; | 453 | u32 *val = file->private_data; |
454 | 454 | ||
455 | if (*val) | 455 | if (*val) |
456 | buf[0] = 'Y'; | 456 | buf[0] = 'Y'; |
457 | else | 457 | else |