[PATCH 0/2] spi: Remove redundant semicolons

Liao Yuanhong posted 2 patches 1 month, 3 weeks ago
drivers/spi/spi-bcm2835.c  | 2 +-
drivers/spi/spi-mtk-snfi.c | 1 -
2 files changed, 1 insertion(+), 2 deletions(-)
[PATCH 0/2] spi: Remove redundant semicolons
Posted by Liao Yuanhong 1 month, 3 weeks ago
Clean up the code by removing redundant semicolons.

Liao Yuanhong (2):
  spi: bcm2835: Remove redundant semicolons
  spi: mtk-snfi: Remove redundant semicolons

 drivers/spi/spi-bcm2835.c  | 2 +-
 drivers/spi/spi-mtk-snfi.c | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

-- 
2.34.1
Re: [PATCH 0/2] spi: Remove redundant semicolons
Posted by Mark Brown 1 month, 3 weeks ago
On Tue, 12 Aug 2025 11:38:15 +0800, Liao Yuanhong wrote:
> Clean up the code by removing redundant semicolons.
> 
> Liao Yuanhong (2):
>   spi: bcm2835: Remove redundant semicolons
>   spi: mtk-snfi: Remove redundant semicolons
> 
> drivers/spi/spi-bcm2835.c  | 2 +-
>  drivers/spi/spi-mtk-snfi.c | 1 -
>  2 files changed, 1 insertion(+), 2 deletions(-)
> 
> [...]

Applied to

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

Thanks!

[1/2] spi: bcm2835: Remove redundant semicolons
      commit: 0ecc0e17f05bbb953b6ea3812e78bab224f08595
[2/2] spi: mtk-snfi: Remove redundant semicolons
      commit: 528a813a5d98702cc6fd51983484cf7eec9ebcac

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