commit | 88e412ea5ebc377bbb51aeb685c5a11f364ba841 | [log] [tgz] |
---|---|---|
author | Rahul Bedarkar <rahulbedarkar89@gmail.com> | Fri Jun 06 23:12:04 2014 +0530 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Jul 09 16:58:21 2014 -0700 |
tree | 88b210431731362042ebdcc6f5d6a3eda64cf821 | |
parent | 8278bd3abd727f894f6e41adc06f1126a23ee1fd [diff] [blame] |
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>
diff --git a/fs/debugfs/file.c b/fs/debugfs/file.c index 6314629..76c08c2 100644 --- a/fs/debugfs/file.c +++ b/fs/debugfs/file.c
@@ -451,7 +451,7 @@ { char buf[3]; u32 *val = file->private_data; - + if (*val) buf[0] = 'Y'; else