summaryrefslogtreecommitdiffstats
path: root/samples
diff options
context:
space:
mode:
authorBartosz Golaszewski <bgolaszewski@baylibre.com>2020-09-24 14:45:25 +0200
committerChristoph Hellwig <hch@lst.de>2020-10-07 15:46:22 +0200
commit288f295e0a49481c4ff64715b6b3eb8ebfe3432b (patch)
tree9e4119632d4344c64a1d19da14925f682e908336 /samples
parent4e415a844ddd705cc7de87e01f0e6189a3def8ef (diff)
samples: configfs: don't use spaces before tabs
The copyright notice alarms checkpatch.pl of usin spaces before tabs. Fix this. Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'samples')
-rw-r--r--samples/configfs/configfs_sample.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/configfs/configfs_sample.c b/samples/configfs/configfs_sample.c
index 2e56d6920642..83e2ad7a1b08 100644
--- a/samples/configfs/configfs_sample.c
+++ b/samples/configfs/configfs_sample.c
@@ -7,7 +7,7 @@
* macros defined by configfs.h
*
* Based on sysfs:
- * sysfs is Copyright (C) 2001, 2002, 2003 Patrick Mochel
+ * sysfs is Copyright (C) 2001, 2002, 2003 Patrick Mochel
*
* configfs Copyright (C) 2005 Oracle. All rights reserved.
*/