From: Andi Shyti <andi.shyti@xxxxxxxxxxx> Because I will be leaving Samsung soon, update my e-mail to the etezian.org mail. CC: Mauro Carvalho Chehab <mchehab@xxxxxxxxxx> CC: Sean Young <sean@xxxxxxxx> Signed-off-by: Andi Shyti <andi.shyti@xxxxxxxxxxx> --- Hi Sean, thanks for the review and sorry for the late reply. Here is the patch with my mail changed also in the MODULE_AUTHOR macro. Thanks, Andi v1 - v2 changed the mail also in the MODULE_AUTHOR macro drivers/media/rc/ir-spi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/media/rc/ir-spi.c b/drivers/media/rc/ir-spi.c index 7163d5ce2e64..66334e8d63ba 100644 --- a/drivers/media/rc/ir-spi.c +++ b/drivers/media/rc/ir-spi.c @@ -2,7 +2,7 @@ // SPI driven IR LED device driver // // Copyright (c) 2016 Samsung Electronics Co., Ltd. -// Copyright (c) Andi Shyti <andi.shyti@xxxxxxxxxxx> +// Copyright (c) Andi Shyti <andi@xxxxxxxxxxx> #include <linux/delay.h> #include <linux/fs.h> @@ -173,6 +173,6 @@ static struct spi_driver ir_spi_driver = { module_spi_driver(ir_spi_driver); -MODULE_AUTHOR("Andi Shyti <andi.shyti@xxxxxxxxxxx>"); +MODULE_AUTHOR("Andi Shyti <andi@xxxxxxxxxxx>"); MODULE_DESCRIPTION("SPI IR LED"); MODULE_LICENSE("GPL v2"); -- 2.17.0