Re: [PATCH v2] spi: spi-cadence: Fix kernel-doc format for resume/suspend

From: Mark Brown
Date: Thu Apr 07 2022 - 13:13:38 EST


On Tue, 22 Mar 2022 20:30:18 +0530, Amit Kumar Mahapatra wrote:
> From: Michal Simek <michal.simek@xxxxxxxxxx>
>
> Kernel function name don't match with function name.
>
> Error log:
> drivers/spi/spi-cadence.c:661: warning: expecting prototype for
> cdns_spi_runtime_resume(). Prototype was for cnds_runtime_resume() instead
> drivers/spi/spi-cadence.c:690: warning: expecting prototype for
> cdns_spi_runtime_suspend(). Prototype was for cnds_runtime_suspend()
> instead
>
> [...]

Applied to

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

Thanks!

[1/1] spi: spi-cadence: Fix kernel-doc format for resume/suspend
commit: 4df6836dbbdb6a00af5f9ab6233e33cec3a73961

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