diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2020-10-15 14:52:45 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2020-10-15 14:52:45 -0700 |
commit | ca5387e448e1f88440dc93e143b353592f8a8af6 (patch) | |
tree | 545beddc17dc648d1c78c7e71589adea0a3ac201 /MAINTAINERS | |
parent | 5a32c3413d3340f90c82c84b375ad4b335a59f28 (diff) | |
parent | 76ecfcb0852eb0390881a695a2f349b804d80147 (diff) |
Merge tag 'configfs-5.10' of git://git.infradead.org/users/hch/configfs
Pull configfs updates from Christoph Hellwig:
"Various cleanups for the configfs samples (Bartosz Golaszewski)"
* tag 'configfs-5.10' of git://git.infradead.org/users/hch/configfs:
samples: configfs: prefer pr_err() over bare printk(KERN_ERR
samples: configfs: don't use spaces before tabs
samples: configfs: consolidate local variables of the same type
samples: configfs: don't reinitialize variables which are already zeroed
samples: configfs: replace simple_strtoul() with kstrtoint()
samples: configfs: fix alignment in item struct
samples: configfs: drop unnecessary ternary operators
samples: configfs: remove redundant newlines
MAINTAINERS: add the sample directory to the configfs entry
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 0f39d1ca7770..dd1887c3c5bf 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4415,6 +4415,7 @@ S: Supported T: git git://git.infradead.org/users/hch/configfs.git F: fs/configfs/ F: include/linux/configfs.h +F: samples/configfs/ CONSOLE SUBSYSTEM M: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |