diff options
author | Yogesh Narayan Gaur <[email protected]> | 2019-01-29 09:55:27 +0000 |
---|---|---|
committer | Mark Brown <[email protected]> | 2019-01-29 12:12:03 +0000 |
commit | c55d0e8c543bfd21f0dce73024e5f6a9a306b834 (patch) | |
tree | fb3e59d10e67881355b8896dd4ed22b0790bc044 | |
parent | ce6f0697ebadb90cc37a6ef081384c115bdda196 (diff) |
spi: spi-mem: spi-fsl-qspi: typo fix in author name
Typo fix in Author Boris Brezillon last name and update with new
email address.
Fixes: 84d043185dbe ("spi: Add a driver for the Freescale/NXP QuadSPI controller")
Signed-off-by: Yogesh Narayan Gaur <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
-rw-r--r-- | drivers/spi/spi-fsl-qspi.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/spi/spi-fsl-qspi.c b/drivers/spi/spi-fsl-qspi.c index f0a340026ba4..6a713f78a62e 100644 --- a/drivers/spi/spi-fsl-qspi.c +++ b/drivers/spi/spi-fsl-qspi.c @@ -10,7 +10,7 @@ * * Transition to SPI MEM interface: * Authors: - * Boris Brezillion <[email protected]> + * Boris Brezillon <[email protected]> * Frieder Schrempf <[email protected]> * Yogesh Gaur <[email protected]> * Suresh Gupta <[email protected]> @@ -959,7 +959,7 @@ module_platform_driver(fsl_qspi_driver); MODULE_DESCRIPTION("Freescale QuadSPI Controller Driver"); MODULE_AUTHOR("Freescale Semiconductor Inc."); -MODULE_AUTHOR("Boris Brezillion <[email protected]>"); +MODULE_AUTHOR("Boris Brezillon <[email protected]>"); MODULE_AUTHOR("Frieder Schrempf <[email protected]>"); MODULE_AUTHOR("Yogesh Gaur <[email protected]>"); MODULE_AUTHOR("Suresh Gupta <[email protected]>"); |