mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-01 03:11:59 +00:00
fs: debugfs: remove trailing whitespace
fixes checkpatch.pl trailing whitespace errors Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
8278bd3abd
commit
88e412ea5e
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue