Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

spi: dw-mmio: keep old name same as documentation

The documentation has not use the new name(host/target),
so keep the comment words same as documentation used.

Signed-off-by: Yang Yingliang <yangyingliang@huawei.com>
Link: https://lore.kernel.org/r/20230816093938.1274806-1-yangyingliang@huawei.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Yang Yingliang and committed by
Mark Brown
ecd02b6d 373c36bf

+2 -2
+2 -2
drivers/spi/spi-dw-mmio.c
··· 68 68 ((((val) << 1) | BIT(0)) << ELBA_SPICS_OFFSET(cs)) 69 69 70 70 /* 71 - * The Designware SPI controller (referred to as host in the documentation) 71 + * The Designware SPI controller (referred to as master in the documentation) 72 72 * automatically deasserts chip select when the tx fifo is empty. The chip 73 73 * selects then needs to be either driven as GPIOs or, for the first 4 using 74 74 * the SPI boot controller registers. the final chip select is an OR gate ··· 142 142 } 143 143 144 144 /* 145 - * The Designware SPI controller (referred to as host in the 145 + * The Designware SPI controller (referred to as master in the 146 146 * documentation) automatically deasserts chip select when the tx fifo 147 147 * is empty. The chip selects then needs to be driven by a CS override 148 148 * register. enable is an active low signal.