diff options
author | Bartosz Golaszewski <bgolaszewski@baylibre.com> | 2020-09-24 14:45:25 +0200 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2020-10-07 15:46:22 +0200 |
commit | 288f295e0a49481c4ff64715b6b3eb8ebfe3432b (patch) | |
tree | 9e4119632d4344c64a1d19da14925f682e908336 /samples | |
parent | 4e415a844ddd705cc7de87e01f0e6189a3def8ef (diff) | |
download | linux-288f295e0a49481c4ff64715b6b3eb8ebfe3432b.tar.bz2 |
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.c | 2 |
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. */ |