diff mbox series

spi: spi-mem: spi-fsl-qspi: typo fix in author name

Message ID 1548755607-27544-1-git-send-email-yogeshnarayan.gaur@nxp.com (mailing list archive)
State Accepted
Commit c55d0e8c543bfd21f0dce73024e5f6a9a306b834
Headers show
Series spi: spi-mem: spi-fsl-qspi: typo fix in author name | expand

Commit Message

Yogesh Narayan Gaur Jan. 29, 2019, 9:55 a.m. UTC
Typo fix in Author Boris Brezillon last name and update with new
email address.

Signed-off-by: Yogesh Narayan Gaur <yogeshnarayan.gaur@nxp.com>
---
 drivers/spi/spi-fsl-qspi.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Frieder Schrempf Jan. 29, 2019, 11:46 a.m. UTC | #1
On 29.01.19 10:55, Yogesh Narayan Gaur wrote:
> Typo fix in Author Boris Brezillon last name and update with new
> email address.
> 
> Signed-off-by: Yogesh Narayan Gaur <yogeshnarayan.gaur@nxp.com>

Oh, so this was my typo in the first place and you just copied it ;)
Thanks for sending the patch.

Mark, could you please squash this with the original commit 
(84d043185dbe spi: Add a driver for the Freescale/NXP QuadSPI 
controller) in spi-next?

Acked-by: Frieder Schrempf <frieder.schrempf@kontron.de>

> ---
>   drivers/spi/spi-fsl-qspi.c | 4 ++--
>   1 file 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 <boris.brezillon@bootlin.com>
> + *     Boris Brezillon <bbrezillon@kernel.org>
>    *     Frieder Schrempf <frieder.schrempf@kontron.de>
>    *     Yogesh Gaur <yogeshnarayan.gaur@nxp.com>
>    *     Suresh Gupta <suresh.gupta@nxp.com>
> @@ -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 <boris.brezillon@bootlin.com>");
> +MODULE_AUTHOR("Boris Brezillon <bbrezillon@kernel.org>");
>   MODULE_AUTHOR("Frieder Schrempf <frieder.schrempf@kontron.de>");
>   MODULE_AUTHOR("Yogesh Gaur <yogeshnarayan.gaur@nxp.com>");
>   MODULE_AUTHOR("Suresh Gupta <suresh.gupta@nxp.com>");
>
Mark Brown Jan. 29, 2019, 11:59 a.m. UTC | #2
On Tue, Jan 29, 2019 at 11:46:02AM +0000, Schrempf Frieder wrote:

> Mark, could you please squash this with the original commit 
> (84d043185dbe spi: Add a driver for the Freescale/NXP QuadSPI 
> controller) in spi-next?

That'd mean a rebase unfortunately.
Frieder Schrempf Jan. 29, 2019, 12:08 p.m. UTC | #3
On 29.01.19 12:59, Mark Brown wrote:
> On Tue, Jan 29, 2019 at 11:46:02AM +0000, Schrempf Frieder wrote:
> 
>> Mark, could you please squash this with the original commit
>> (84d043185dbe spi: Add a driver for the Freescale/NXP QuadSPI
>> controller) in spi-next?
> 
> That'd mean a rebase unfortunately.

Ah, ok no problem. Then please just apply it with:

Fixes: 84d043185dbe ("spi: Add a driver for the Freescale/NXP QuadSPI 
controller")
Mark Brown Jan. 29, 2019, 12:12 p.m. UTC | #4
On Tue, Jan 29, 2019 at 12:08:26PM +0000, Schrempf Frieder wrote:
> On 29.01.19 12:59, Mark Brown wrote:

> > That'd mean a rebase unfortunately.

> Ah, ok no problem. Then please just apply it with:

> Fixes: 84d043185dbe ("spi: Add a driver for the Freescale/NXP QuadSPI 
> controller")

Yes, that's what I've done already.
diff mbox series

Patch

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 <boris.brezillon@bootlin.com>
+ *     Boris Brezillon <bbrezillon@kernel.org>
  *     Frieder Schrempf <frieder.schrempf@kontron.de>
  *     Yogesh Gaur <yogeshnarayan.gaur@nxp.com>
  *     Suresh Gupta <suresh.gupta@nxp.com>
@@ -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 <boris.brezillon@bootlin.com>");
+MODULE_AUTHOR("Boris Brezillon <bbrezillon@kernel.org>");
 MODULE_AUTHOR("Frieder Schrempf <frieder.schrempf@kontron.de>");
 MODULE_AUTHOR("Yogesh Gaur <yogeshnarayan.gaur@nxp.com>");
 MODULE_AUTHOR("Suresh Gupta <suresh.gupta@nxp.com>");