diff options
author | Yang Yingliang <yangyingliang@huawei.com> | 2023-08-16 17:39:38 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-08-16 12:58:07 +0100 |
commit | ecd02b6dee29b3d3a180cfda39d989752d0e913a (patch) | |
tree | ad87d1f3ff089a9dc43dc254353ae9bebffd8fc2 /drivers/spi/spi-dw-mmio.c | |
parent | 373c36bf7914e3198ac2654dede499f340c52950 (diff) | |
download | lwn-ecd02b6dee29b3d3a180cfda39d989752d0e913a.tar.gz lwn-ecd02b6dee29b3d3a180cfda39d989752d0e913a.zip |
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>
Diffstat (limited to 'drivers/spi/spi-dw-mmio.c')
-rw-r--r-- | drivers/spi/spi-dw-mmio.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/spi/spi-dw-mmio.c b/drivers/spi/spi-dw-mmio.c index 9e041a28ed47..805264c9c65c 100644 --- a/drivers/spi/spi-dw-mmio.c +++ b/drivers/spi/spi-dw-mmio.c @@ -68,7 +68,7 @@ struct dw_spi_mscc { ((((val) << 1) | BIT(0)) << ELBA_SPICS_OFFSET(cs)) /* - * The Designware SPI controller (referred to as host in the documentation) + * The Designware SPI controller (referred to as master in the documentation) * automatically deasserts chip select when the tx fifo is empty. The chip * selects then needs to be either driven as GPIOs or, for the first 4 using * the SPI boot controller registers. the final chip select is an OR gate @@ -142,7 +142,7 @@ static int dw_spi_mscc_jaguar2_init(struct platform_device *pdev, } /* - * The Designware SPI controller (referred to as host in the + * The Designware SPI controller (referred to as master in the * documentation) automatically deasserts chip select when the tx fifo * is empty. The chip selects then needs to be driven by a CS override * register. enable is an active low signal. |