]> git.baikalelectronics.ru Git - kernel.git/commit
spi: zynq-qspi: Keep the naming consistent across the driver
authorMiquel Raynal <miquel.raynal@bootlin.com>
Fri, 8 Nov 2019 10:59:15 +0000 (11:59 +0100)
committerMark Brown <broonie@kernel.org>
Fri, 8 Nov 2019 12:03:31 +0000 (12:03 +0000)
commitfeaf4bdcecd14079699e761d31518d15a758b8f5
tree2215ee2e876c041b62140247c10c517b947fcdec
parent77519fe9ab890c6447ba6971e3fc78318d052ed0
spi: zynq-qspi: Keep the naming consistent across the driver

In this driver (and also in a lot of other drivers in drivers/spi/),
the spi_controller structure is sometimes referred as 'ctlr' and
sometimes as 'ctrl'. Grepping there shows that 'ctlr' seems to be more
common so keep the naming consistent in this driver and s/ctrl/ctlr/.

Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/r/20191108105920.19014-3-miquel.raynal@bootlin.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-zynq-qspi.c