]> Git Repo - J-linux.git/commitdiff
Merge tag 'configfs-5.10' of git://git.infradead.org/users/hch/configfs
authorLinus Torvalds <[email protected]>
Thu, 15 Oct 2020 21:52:45 +0000 (14:52 -0700)
committerLinus Torvalds <[email protected]>
Thu, 15 Oct 2020 21:52:45 +0000 (14:52 -0700)
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

1  2 
MAINTAINERS

diff --cc MAINTAINERS
index 0f39d1ca7770db0999116abbd7bf5522b1f54beb,6bbe4cb67331d30ce8a4dea55dc29aab7d3b990d..dd1887c3c5bfb362f61944ae2d94966b40264d0f
@@@ -4415,7 -4407,14 +4415,8 @@@ S:     Supporte
  T:    git git://git.infradead.org/users/hch/configfs.git
  F:    fs/configfs/
  F:    include/linux/configfs.h
+ F:    samples/configfs/
  
 -CONNECTOR
 -M:    Evgeniy Polyakov <[email protected]>
 -L:    [email protected]
 -S:    Maintained
 -F:    drivers/connector/
 -
  CONSOLE SUBSYSTEM
  M:    Greg Kroah-Hartman <[email protected]>
  S:    Supported
This page took 0.092273 seconds and 4 git commands to generate.