Skip to content

Commit

Permalink
spi: pl022: delete description of cur_msg
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
covanam authored and broonie committed Dec 15, 2023
1 parent e1fca69 commit e695c1f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/spi/spi-pl022.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e695c1f

Please sign in to comment.