Re: [PATCH] net: phy: Use the correct style for SPDX License Identifier

From: Nishad Kamdar
Date: Mon Nov 25 2019 - 09:39:26 EST


On Sat, Nov 23, 2019 at 06:34:55PM -0800, Jakub Kicinski wrote:
> On Sat, 23 Nov 2019 18:38:19 +0530, Nishad Kamdar wrote:
> > diff --git a/drivers/net/phy/aquantia.h b/drivers/net/phy/aquantia.h
> > index 5a16caab7b2f..40e0be0f4e1c 100644
> > --- a/drivers/net/phy/aquantia.h
> > +++ b/drivers/net/phy/aquantia.h
> > @@ -1,5 +1,5 @@
> > -/* SPDX-License-Identifier: GPL-2.0
> > - * HWMON driver for Aquantia PHY
> > +/* SPDX-License-Identifier: GPL-2.0 */
> > +/* HWMON driver for Aquantia PHY
>
> You're adding an extra space here. Is this intentional?

No, It shouldn't be there.

Thanks you for pointing it out.
I'll update and resend the patch.

Thanks for the review.

Regards,
Nishad

>
> > *
> > * Author: Nikita Yushchenko <nikita.yoush@xxxxxxxxxxxxxxxxxx>
> > * Author: Andrew Lunn <andrew@xxxxxxx>