mbox series

[GIT,PULL] configfs updates for 5.10

Message ID 20201015175312.GA2648919@infradead.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] configfs updates for 5.10 | expand

Pull-request

git://git.infradead.org/users/hch/configfs.git tags/configfs-5.10

Message

Christoph Hellwig Oct. 15, 2020, 5:54 p.m. UTC
[resent with the mailing lists in Cc]

The following changes since commit ba4f184e126b751d1bffad5897f263108befc780:

  Linux 5.9-rc6 (2020-09-20 16:33:55 -0700)

are available in the Git repository at:

  git://git.infradead.org/users/hch/configfs.git tags/configfs-5.10

for you to fetch changes up to 76ecfcb0852eb0390881a695a2f349b804d80147:

  samples: configfs: prefer pr_err() over bare printk(KERN_ERR (2020-10-07 15:46:22 +0200)

----------------------------------------------------------------
configfs updates for 5.10

 - various cleanups for the configfs samples (Bartosz Golaszewski)

----------------------------------------------------------------
Bartosz Golaszewski (9):
      MAINTAINERS: add the sample directory to the configfs entry
      samples: configfs: remove redundant newlines
      samples: configfs: drop unnecessary ternary operators
      samples: configfs: fix alignment in item struct
      samples: configfs: replace simple_strtoul() with kstrtoint()
      samples: configfs: don't reinitialize variables which are already zeroed
      samples: configfs: consolidate local variables of the same type
      samples: configfs: don't use spaces before tabs
      samples: configfs: prefer pr_err() over bare printk(KERN_ERR

 MAINTAINERS                        |  1 +
 samples/configfs/configfs_sample.c | 59 ++++++++++++--------------------------
 2 files changed, 20 insertions(+), 40 deletions(-)

Comments

pr-tracker-bot@kernel.org Oct. 15, 2020, 10:19 p.m. UTC | #1
The pull request you sent on Thu, 15 Oct 2020 19:54:01 +0200:

> git://git.infradead.org/users/hch/configfs.git tags/configfs-5.10

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/ca5387e448e1f88440dc93e143b353592f8a8af6

Thank you!