]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
spi: imx: rename 'bpw' variables
authorSascha Hauer <s.hauer@pengutronix.de>
Fri, 2 Jun 2017 05:38:04 +0000 (07:38 +0200)
committerMark Brown <broonie@kernel.org>
Tue, 6 Jun 2017 18:48:23 +0000 (19:48 +0100)
commit2e312f6cdb02a2707870172473b9dee34f620b93
tree53b5bbfe7277983bebdce57c516475c8ee4f41b0
parent65017ee2cd69bfd9ccdaa1f61b220e9717408106
spi: imx: rename 'bpw' variables

'bpw' is ambiguous and only the context makes sure if bytes_per_word
or bits_per_word is meant. Use the full names instead to make reading
the code easier.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-imx.c