spi: spi-cadence: Delete unmatched comments
authorYangtao Li <frank.li@vivo.com>
Wed, 12 Jul 2023 06:48:32 +0000 (14:48 +0800)
committerMark Brown <broonie@kernel.org>
Wed, 12 Jul 2023 12:11:16 +0000 (13:11 +0100)
The function no longer returns a value, synchronize the comments.

Signed-off-by: Yangtao Li <frank.li@vivo.com>
Link: https://lore.kernel.org/r/20230712064832.67091-1-frank.li@vivo.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-cadence.c

index de8fe3c..42f101d 100644 (file)
@@ -690,8 +690,6 @@ remove_ctlr:
  * 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)
 {