Unverified Commit 58d54781 authored by Łukasz Stelmach's avatar Łukasz Stelmach Committed by Mark Brown
Browse files

spi: spi-s3c64xx: Fix doc comment for struct s3c64xx_spi_driver_data



Remove descriptions for non-existent fields and fix indentation.

Reviewed-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: default avatarŁukasz Stelmach <l.stelmach@samsung.com>
Link: https://lore.kernel.org/r/20201002122243.26849-7-l.stelmach@samsung.com


Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 913ba5c9
Loading
Loading
Loading
Loading
+1 −4
Original line number Original line Diff line number Diff line
@@ -162,11 +162,8 @@ struct s3c64xx_spi_port_config {
 * @cntrlr_info: Platform specific data for the controller this driver manages.
 * @cntrlr_info: Platform specific data for the controller this driver manages.
 * @lock: Controller specific lock.
 * @lock: Controller specific lock.
 * @state: Set of FLAGS to indicate status.
 * @state: Set of FLAGS to indicate status.
 * @rx_dmach: Controller's DMA channel for Rx.
 * @tx_dmach: Controller's DMA channel for Tx.
 * @sfr_start: BUS address of SPI controller regs.
 * @sfr_start: BUS address of SPI controller regs.
 * @regs: Pointer to ioremap'ed controller registers.
 * @regs: Pointer to ioremap'ed controller registers.
 * @irq: interrupt
 * @xfer_completion: To indicate completion of xfer task.
 * @xfer_completion: To indicate completion of xfer task.
 * @cur_mode: Stores the active configuration of the controller.
 * @cur_mode: Stores the active configuration of the controller.
 * @cur_bpw: Stores the active bits per word settings.
 * @cur_bpw: Stores the active bits per word settings.