]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'configfs-5.10' of git://git.infradead.org/users/hch/configfs
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 15 Oct 2020 21:52:45 +0000 (14:52 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 15 Oct 2020 21:52:45 +0000 (14:52 -0700)
commit2b37a94a8c5b3d6ce454c4221a662558750ebeaa
tree545beddc17dc648d1c78c7e71589adea0a3ac201
parent7c5742806890a6aea2bb88079bee459ecd917461
parent7f07958480da21a721017d9ab010c83a5b8f7eb6
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
MAINTAINERS