Skip to content

Commit e695c1f

Browse files
covanambroonie
authored andcommitted
spi: pl022: delete description of cur_msg
The variable cur_msg was removed, but its description is left behind. Delete this description. Reported-by: kernel test robot <lkp@intel.com> Closes: https://lore.kernel.org/oe-kbuild-all/202312151816.munFeE4L-lkp@intel.com/ Signed-off-by: Nam Cao <namcao@linutronix.de> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Link: https://msgid.link/r/f06a9b6eac184cc648ae7444c480add6da87a84d.1702639801.git.namcao@linutronix.de Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent e1fca69 commit e695c1f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/spi/spi-pl022.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,6 @@ struct vendor_data {
338338
* @clk: outgoing clock "SPICLK" for the SPI bus
339339
* @host: SPI framework hookup
340340
* @host_info: controller-specific data from machine setup
341-
* @cur_msg: Pointer to current spi_message being processed
342341
* @cur_transfer: Pointer to current spi_transfer
343342
* @cur_chip: pointer to current clients chip(assigned from controller_state)
344343
* @tx: current position in TX buffer to be read

0 commit comments

Comments
 (0)