Re: [PATCH 4/5] spi: ljca: Remove Wentong's e-mail address
From: Sakari Ailus
Date: Mon Sep 22 2025 - 12:31:14 EST
Hi Bartosz,
On Mon, Sep 22, 2025 at 04:26:01PM +0200, Bartosz Golaszewski wrote:
> On Mon, Sep 22, 2025 at 2:06 PM Sakari Ailus
> <sakari.ailus@xxxxxxxxxxxxxxx> wrote:
> >
> > Wentong's e-mail address no longer works, remove it.
> >
> > Signed-off-by: Sakari Ailus <sakari.ailus@xxxxxxxxxxxxxxx>
> > ---
> > drivers/spi/spi-ljca.c | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/drivers/spi/spi-ljca.c b/drivers/spi/spi-ljca.c
> > index 2cab79ad2b98..3f412cf8f1cd 100644
> > --- a/drivers/spi/spi-ljca.c
> > +++ b/drivers/spi/spi-ljca.c
> > @@ -289,7 +289,7 @@ static struct auxiliary_driver ljca_spi_driver = {
> > };
> > module_auxiliary_driver(ljca_spi_driver);
> >
> > -MODULE_AUTHOR("Wentong Wu <wentong.wu@xxxxxxxxx>");
> > +MODULE_AUTHOR("Wentong Wu");
> > MODULE_AUTHOR("Zhifeng Wang <zhifeng.wang@xxxxxxxxx>");
> > MODULE_AUTHOR("Lixu Zhang <lixu.zhang@xxxxxxxxx>");
> > MODULE_DESCRIPTION("Intel La Jolla Cove Adapter USB-SPI driver");
> > --
> > 2.47.3
> >
>
> That makes perfect sense for MAINTAINERS but why would you remove
> someone's authorship from a driver's C file?
The patch is removing a non-working e-mail address, not anyone's
authorship.
--
Regards,
Sakari Ailus