[PATCH 0/6] fix: Correct Samsung 'Electronics' spelling in copyright headers

Sumanth Gavini posted 6 patches 7 months ago
There is a newer version of this series
drivers/extcon/extcon-max77693.c     | 2 +-
drivers/nfc/s3fwrn5/core.c           | 2 +-
drivers/nfc/s3fwrn5/firmware.c       | 2 +-
drivers/nfc/s3fwrn5/firmware.h       | 2 +-
drivers/nfc/s3fwrn5/i2c.c            | 2 +-
drivers/nfc/s3fwrn5/nci.c            | 2 +-
drivers/nfc/s3fwrn5/nci.h            | 2 +-
drivers/nfc/s3fwrn5/phy_common.c     | 4 ++--
drivers/nfc/s3fwrn5/phy_common.h     | 4 ++--
drivers/nfc/s3fwrn5/s3fwrn5.h        | 2 +-
drivers/nfc/virtual_ncidev.c         | 2 +-
include/linux/mfd/max14577-private.h | 2 +-
include/linux/mfd/max14577.h         | 2 +-
include/linux/mfd/max77686-private.h | 2 +-
include/linux/mfd/max77686.h         | 2 +-
include/linux/mfd/max77693-private.h | 2 +-
include/linux/mfd/max77693.h         | 2 +-
include/linux/mfd/max8997-private.h  | 2 +-
include/linux/mfd/max8997.h          | 2 +-
include/linux/mfd/max8998-private.h  | 2 +-
include/linux/mfd/max8998.h          | 2 +-
include/linux/regulator/max8952.h    | 2 +-
22 files changed, 24 insertions(+), 24 deletions(-)
[PATCH 0/6] fix: Correct Samsung 'Electronics' spelling in copyright headers
Posted by Sumanth Gavini 7 months ago
This series fixes the misspelling of "Electronics" as "Electrnoics"
across multiple subsystems (MFD, NFC, EXTCON). Each patch targets
a different subsystem for easier review.

The changes are mechanical and do not affect functionality.

Sumanth Gavini (6):
  nfc: s3fwrn5: Correct Samsung "Electronics" spelling in copyright
    headers
  nfc: virtual_ncidev: Correct Samsung "Electronics" spelling in
    copyright headers
  extcon: extcon-max77693: Correct Samsung "Electronics" spelling in
    copyright headers
  mfd: maxim: Correct Samsung "Electronics" spelling in copyright
    headers
  mfd: maxim: Correct Samsung "Electronics" spelling in headers
  regulator: max8952: Correct Samsung "Electronics" spelling in
    copyright headers

 drivers/extcon/extcon-max77693.c     | 2 +-
 drivers/nfc/s3fwrn5/core.c           | 2 +-
 drivers/nfc/s3fwrn5/firmware.c       | 2 +-
 drivers/nfc/s3fwrn5/firmware.h       | 2 +-
 drivers/nfc/s3fwrn5/i2c.c            | 2 +-
 drivers/nfc/s3fwrn5/nci.c            | 2 +-
 drivers/nfc/s3fwrn5/nci.h            | 2 +-
 drivers/nfc/s3fwrn5/phy_common.c     | 4 ++--
 drivers/nfc/s3fwrn5/phy_common.h     | 4 ++--
 drivers/nfc/s3fwrn5/s3fwrn5.h        | 2 +-
 drivers/nfc/virtual_ncidev.c         | 2 +-
 include/linux/mfd/max14577-private.h | 2 +-
 include/linux/mfd/max14577.h         | 2 +-
 include/linux/mfd/max77686-private.h | 2 +-
 include/linux/mfd/max77686.h         | 2 +-
 include/linux/mfd/max77693-private.h | 2 +-
 include/linux/mfd/max77693.h         | 2 +-
 include/linux/mfd/max8997-private.h  | 2 +-
 include/linux/mfd/max8997.h          | 2 +-
 include/linux/mfd/max8998-private.h  | 2 +-
 include/linux/mfd/max8998.h          | 2 +-
 include/linux/regulator/max8952.h    | 2 +-
 22 files changed, 24 insertions(+), 24 deletions(-)

-- 
2.43.0
Re: [PATCH 0/6] fix: Correct Samsung 'Electronics' spelling in copyright headers
Posted by Mark Brown 7 months ago
On Sun, May 18, 2025 at 01:57:26AM -0700, Sumanth Gavini wrote:
> This series fixes the misspelling of "Electronics" as "Electrnoics"
> across multiple subsystems (MFD, NFC, EXTCON). Each patch targets
> a different subsystem for easier review.
> 
> The changes are mechanical and do not affect functionality.

Please don't combine unrelated patches like this into a series that
crosses subsystems, it just makes it more confusing how things are
going to get applied and if there's dependencies. Just send things
separately to each subsystem.
WITHDRAWN - [PATCH 0/6] fix: Correct Samsung 'Electronics' spelling in copyright headers
Posted by Sumanth Gavini 7 months ago
As per the comment from the reviewer, This series will be replaced by individual subsystem patches. 
Link: https://lore.kernel.org/lkml/3aa30119-60e5-4dcb-b13a-1753966ca775@sirena.org.uk/#t

Regards,
Sumanth
Re: (subset) [PATCH 0/6] fix: Correct Samsung 'Electronics' spelling in copyright headers
Posted by Mark Brown 7 months ago
On Sun, 18 May 2025 01:57:26 -0700, Sumanth Gavini wrote:
> This series fixes the misspelling of "Electronics" as "Electrnoics"
> across multiple subsystems (MFD, NFC, EXTCON). Each patch targets
> a different subsystem for easier review.
> 
> The changes are mechanical and do not affect functionality.
> 
> Sumanth Gavini (6):
>   nfc: s3fwrn5: Correct Samsung "Electronics" spelling in copyright
>     headers
>   nfc: virtual_ncidev: Correct Samsung "Electronics" spelling in
>     copyright headers
>   extcon: extcon-max77693: Correct Samsung "Electronics" spelling in
>     copyright headers
>   mfd: maxim: Correct Samsung "Electronics" spelling in copyright
>     headers
>   mfd: maxim: Correct Samsung "Electronics" spelling in headers
>   regulator: max8952: Correct Samsung "Electronics" spelling in
>     copyright headers
> 
> [...]

Applied to

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

Thanks!

[6/6] regulator: max8952: Correct Samsung "Electronics" spelling in copyright headers
      commit: c451e2da54bce183fbb270ec01ab3ca725ddf943

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