]> Git Repo - J-linux.git/commitdiff
spi: pl022: delete description of cur_msg
authorNam Cao <[email protected]>
Fri, 15 Dec 2023 11:33:37 +0000 (12:33 +0100)
committerMark Brown <[email protected]>
Fri, 15 Dec 2023 12:58:17 +0000 (12:58 +0000)
The variable cur_msg was removed, but its description is left behind.
Delete this description.

Reported-by: kernel test robot <[email protected]>
Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/
Signed-off-by: Nam Cao <[email protected]>
Reviewed-by: Linus Walleij <[email protected]>
Link: https://msgid.link/r/f06a9b6eac184cc648ae7444c480add6da87a84d.1702639801.git.namcao@linutronix.de
Signed-off-by: Mark Brown <[email protected]>
drivers/spi/spi-pl022.c

index 3baf45da01cd2c1be4fa4b83870f8a08122fe6a9..bdec67cf45f2dcbd2f8bd42233d88f7e14e79b0f 100644 (file)
@@ -338,7 +338,6 @@ struct vendor_data {
  * @clk: outgoing clock "SPICLK" for the SPI bus
  * @host: SPI framework hookup
  * @host_info: controller-specific data from machine setup
- * @cur_msg: Pointer to current spi_message being processed
  * @cur_transfer: Pointer to current spi_transfer
  * @cur_chip: pointer to current clients chip(assigned from controller_state)
  * @tx: current position in TX buffer to be read
This page took 0.048553 seconds and 4 git commands to generate.