Skip to content

Commit 288f295

Browse files
brglChristoph Hellwig
authored andcommitted
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 <[email protected]> Signed-off-by: Christoph Hellwig <[email protected]>
1 parent 4e415a8 commit 288f295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/configfs/configfs_sample.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* macros defined by configfs.h
88
*
99
* Based on sysfs:
10-
* sysfs is Copyright (C) 2001, 2002, 2003 Patrick Mochel
10+
* sysfs is Copyright (C) 2001, 2002, 2003 Patrick Mochel
1111
*
1212
* configfs Copyright (C) 2005 Oracle. All rights reserved.
1313
*/

0 commit comments

Comments
 (0)