All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] spi: spi-cadence: Delete unmatched comments
@ 2023-07-12  6:48 Yangtao Li
  2023-07-12 15:01 ` Mark Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Yangtao Li @ 2023-07-12  6:48 UTC (permalink / raw)
  To: Mark Brown; +Cc: Yangtao Li, linux-spi, linux-kernel

The function no longer returns a value, synchronize the comments.

Signed-off-by: Yangtao Li <frank.li@vivo.com>
---
 drivers/spi/spi-cadence.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/spi/spi-cadence.c b/drivers/spi/spi-cadence.c
index de8fe3c5becb..42f101d357c3 100644
--- a/drivers/spi/spi-cadence.c
+++ b/drivers/spi/spi-cadence.c
@@ -690,8 +690,6 @@ static int cdns_spi_probe(struct platform_device *pdev)
  * This function is called if a device is physically removed from the system or
  * if the driver module is being unloaded. It frees all resources allocated to
  * the device.
- *
- * Return:	0 on success and error value on error
  */
 static void cdns_spi_remove(struct platform_device *pdev)
 {
-- 
2.39.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] spi: spi-cadence: Delete unmatched comments
  2023-07-12  6:48 [PATCH] spi: spi-cadence: Delete unmatched comments Yangtao Li
@ 2023-07-12 15:01 ` Mark Brown
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2023-07-12 15:01 UTC (permalink / raw)
  To: Yangtao Li; +Cc: linux-spi, linux-kernel

On Wed, 12 Jul 2023 14:48:32 +0800, Yangtao Li wrote:
> The function no longer returns a value, synchronize the comments.
> 
> 

Applied to

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

Thanks!

[1/1] spi: spi-cadence: Delete unmatched comments
      commit: 3b38cabd5e12b8b54b9c9feab9ab0093b991f249

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-07-12 15:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-12  6:48 [PATCH] spi: spi-cadence: Delete unmatched comments Yangtao Li
2023-07-12 15:01 ` Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.