[PATCH v2 0/2] regmap: Amend MODULE_DESCRIPTION() texts

Andy Shevchenko posted 2 patches 1 year, 10 months ago
drivers/base/regmap/regmap-i3c.c     | 2 +-
drivers/base/regmap/regmap-mdio.c    | 2 +-
drivers/base/regmap/regmap-sdw-mbq.c | 2 +-
drivers/base/regmap/regmap-sdw.c     | 2 +-
drivers/base/regmap/regmap-spi.c     | 1 +
5 files changed, 5 insertions(+), 4 deletions(-)
[PATCH v2 0/2] regmap: Amend MODULE_DESCRIPTION() texts
Posted by Andy Shevchenko 1 year, 10 months ago
A couple of MODULE_DESCRIPTION() text related changes.

v2:
- added first patch to change spelling (Mark)
- updated second one accordingly (Mark)

Andy Shevchenko (2):
  regmap: Drop capitalisation in MODULE_DESCRIPTION()
  regmap: spi: Add missing MODULE_DESCRIPTION()

 drivers/base/regmap/regmap-i3c.c     | 2 +-
 drivers/base/regmap/regmap-mdio.c    | 2 +-
 drivers/base/regmap/regmap-sdw-mbq.c | 2 +-
 drivers/base/regmap/regmap-sdw.c     | 2 +-
 drivers/base/regmap/regmap-spi.c     | 1 +
 5 files changed, 5 insertions(+), 4 deletions(-)

-- 
2.43.0.rc1.1336.g36b5255a03ac
Re: [PATCH v2 0/2] regmap: Amend MODULE_DESCRIPTION() texts
Posted by Mark Brown 1 year, 10 months ago
On Wed, 10 Apr 2024 23:27:51 +0300, Andy Shevchenko wrote:
> A couple of MODULE_DESCRIPTION() text related changes.
> 
> v2:
> - added first patch to change spelling (Mark)
> - updated second one accordingly (Mark)
> 
> Andy Shevchenko (2):
>   regmap: Drop capitalisation in MODULE_DESCRIPTION()
>   regmap: spi: Add missing MODULE_DESCRIPTION()
> 
> [...]

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git for-next

Thanks!

[1/2] regmap: Drop capitalisation in MODULE_DESCRIPTION()
      commit: c1ffff88750a697483eabb052004a937631720b6
[2/2] regmap: spi: Add missing MODULE_DESCRIPTION()
      commit: 135cec6ba82ebffc0275c5228b4c4bf279fbf6f5

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark