linux-can.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mailmap: update email address of Matthias Fuchs
@ 2021-08-06 10:48 Marc Kleine-Budde
  2021-08-06 15:07 ` Stefan Mätje
  2021-08-09 17:44 ` Joe Perches
  0 siblings, 2 replies; 9+ messages in thread
From: Marc Kleine-Budde @ 2021-08-06 10:48 UTC (permalink / raw)
  To: linux-can, linux-kernel; +Cc: Marc Kleine-Budde, socketcan, Stefan Mätje

Matthias Fuchs's email isn't valid anymore. Use the newly created role
account instead.

Cc: socketcan@esd.eu
Cc: Stefan Mätje <Stefan.Maetje@esd.eu>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
---
 .mailmap | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.mailmap b/.mailmap
index a35ae244dfda..86a630d26cfb 100644
--- a/.mailmap
+++ b/.mailmap
@@ -330,6 +330,7 @@ Shuah Khan <shuah@kernel.org> <shuahkh@osg.samsung.com>
 Shuah Khan <shuah@kernel.org> <shuah.kh@samsung.com>
 Simon Arlott <simon@octiron.net> <simon@fire.lp0.eu>
 Simon Kelley <simon@thekelleys.org.uk>
+<socketcan@esd.eu> <matthias.fuchs@esd.eu>
 Stéphane Witzmann <stephane.witzmann@ubpmes.univ-bpclermont.fr>
 Stephen Hemminger <shemminger@osdl.org>
 Steve Wise <larrystevenwise@gmail.com> <swise@chelsio.com>
-- 
2.30.2



^ permalink raw reply related	[flat|nested] 9+ messages in thread

* Re: [PATCH] mailmap: update email address of Matthias Fuchs
  2021-08-06 10:48 [PATCH] mailmap: update email address of Matthias Fuchs Marc Kleine-Budde
@ 2021-08-06 15:07 ` Stefan Mätje
  2021-08-09  7:24   ` Marc Kleine-Budde
  2021-08-09 17:44 ` Joe Perches
  1 sibling, 1 reply; 9+ messages in thread
From: Stefan Mätje @ 2021-08-06 15:07 UTC (permalink / raw)
  To: mkl; +Cc: linux-kernel, linux-can

Hello Marc,

I was not aware of the .mailmap file and its workings. 

My question is should then also <thomas.koerper@esd.eu> be put in this
file because he is the co-author of the patch you're reviewing atm. and
his email address shows up in MODULE_AUTHOR() macro.
He also left our company already.

Am Freitag, den 06.08.2021, 12:48 +0200 schrieb Marc Kleine-Budde:
> Matthias Fuchs's email isn't valid anymore. Use the newly created role
> account instead.
> 
> Cc: socketcan@esd.eu
> Cc: Stefan Mätje <Stefan.Maetje@esd.eu>
> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
> ---
>  .mailmap | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/.mailmap b/.mailmap
> index a35ae244dfda..86a630d26cfb 100644
> --- a/.mailmap
> +++ b/.mailmap
> @@ -330,6 +330,7 @@ Shuah Khan <shuah@kernel.org> <shuahkh@osg.samsung.com>
>  Shuah Khan <shuah@kernel.org> <shuah.kh@samsung.com>
>  Simon Arlott <simon@octiron.net> <simon@fire.lp0.eu>
>  Simon Kelley <simon@thekelleys.org.uk>
> +<socketcan@esd.eu> <matthias.fuchs@esd.eu>
>  Stéphane Witzmann <stephane.witzmann@ubpmes.univ-bpclermont.fr>
>  Stephen Hemminger <shemminger@osdl.org>
>  Steve Wise <larrystevenwise@gmail.com> <swise@chelsio.com>

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH] mailmap: update email address of Matthias Fuchs
  2021-08-06 15:07 ` Stefan Mätje
@ 2021-08-09  7:24   ` Marc Kleine-Budde
  2021-08-09 17:22     ` Stefan Mätje
  0 siblings, 1 reply; 9+ messages in thread
From: Marc Kleine-Budde @ 2021-08-09  7:24 UTC (permalink / raw)
  To: Stefan Mätje; +Cc: linux-kernel, linux-can

[-- Attachment #1: Type: text/plain, Size: 1515 bytes --]

On 06.08.2021 15:07:43, Stefan Mätje wrote:
> I was not aware of the .mailmap file and its workings. 

The mailmap file works on the git log, and thus tools using it: e.g.
scripts/get_maintainer.pl.

> My question is should then also <thomas.koerper@esd.eu> be put in this
> file

Probably yes, as there are two patches by him in the Linux kernel:

| Thomas Körper (2):
|       can: dev: avoid calling kfree_skb() from interrupt context
|       can: esd_usb2: Fix sparse warnings

I'll update this patch.

> because he is the co-author of the patch you're reviewing atm.

For co-authorship, use the Co-developed-by tag, that was recently added:

https://elixir.bootlin.com/linux/v5.12/source/Documentation/process/submitting-patches.rst#L449

Speaking of that patch. Can you please create an entry in the
MAINTAINERS file, too? I suggest to add yourself as M: and the
socketcan@e.u as R:. The change in the MAINTAINERS file will be a second
patch in that series. Just include it the next iteration of that series.

> and his email address shows up in MODULE_AUTHOR() macro. He also left
> our company already.

In newly added changes, it makes sense that all email addresses are
working. :D

regards,
Marc

-- 
Pengutronix e.K.                 | Marc Kleine-Budde           |
Embedded Linux                   | https://www.pengutronix.de  |
Vertretung West/Dortmund         | Phone: +49-231-2826-924     |
Amtsgericht Hildesheim, HRA 2686 | Fax:   +49-5121-206917-5555 |

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH] mailmap: update email address of Matthias Fuchs
  2021-08-09  7:24   ` Marc Kleine-Budde
@ 2021-08-09 17:22     ` Stefan Mätje
  2021-08-09 17:51       ` Marc Kleine-Budde
  0 siblings, 1 reply; 9+ messages in thread
From: Stefan Mätje @ 2021-08-09 17:22 UTC (permalink / raw)
  To: mkl; +Cc: linux-kernel, linux-can

Am Montag, den 09.08.2021, 09:24 +0200 schrieb Marc Kleine-Budde:
> On 06.08.2021 15:07:43, Stefan Mätje wrote:
> > I was not aware of the .mailmap file and its workings. 
> 
> The mailmap file works on the git log, and thus tools using it: e.g.
> scripts/get_maintainer.pl.
> 
> > My question is should then also <thomas.koerper@esd.eu> be put in this
> > file
> 
> Probably yes, as there are two patches by him in the Linux kernel:
> 
> > Thomas Körper (2):
> >       can: dev: avoid calling kfree_skb() from interrupt context
> >       can: esd_usb2: Fix sparse warnings
> 
> I'll update this patch.
> 
> > because he is the co-author of the patch you're reviewing atm.
> 
> For co-authorship, use the Co-developed-by tag, that was recently added:
> 
> https://elixir.bootlin.com/linux/v5.12/source/Documentation/process/submitting-patches.rst#L449

I will do that.

> Speaking of that patch. Can you please create an entry in the
> MAINTAINERS file, too? I suggest to add yourself as M: and the
> socketcan@e.u as R:. The change in the MAINTAINERS file will be a second
> patch in that series. Just include it the next iteration of that series.

Do you think of something like the patch below? I'm curious. Shouldn't there 
be similar entries for the drivers from Vincent (drivers/net/can/usb/etas_es58x/)
and the PEAK driver family (drivers/net/can/peak_canfd/)? Why are they not there?
Have I misunderstood something?

diff --git a/MAINTAINERS b/MAINTAINERS
index 41fcfdb24a81..f25e3f79b392 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4111,6 +4111,14 @@ F:       include/uapi/linux/can/error.h
 F:     include/uapi/linux/can/netlink.h
 F:     include/uapi/linux/can/vxcan.h
 
+CAN NETWORK DRIVERS ESD HARDWARE
+M:     Stefan Mätje <stefan.maetje@esd.eu>
+R:     socketcan@esd.eu
+L:     linux-can@vger.kernel.org
+S:     Maintained
+F:     drivers/net/can/esd/
+F:     drivers/net/can/usb/esd_usb2.c
+
 CAN NETWORK LAYER
 M:     Oliver Hartkopp <socketcan@hartkopp.net>
 M:     Marc Kleine-Budde <mkl@pengutronix.de>


> > and his email address shows up in MODULE_AUTHOR() macro. He also left
> > our company already.
> 
> In newly added changes, it makes sense that all email addresses are
> working. :D

So I'll remove his stale email address together with the MODULE_AUTHOR() macro
and file the authorship credits in a changed copyright history at the top of
the source files.

Best regards,
    Stefan


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* Re: [PATCH] mailmap: update email address of Matthias Fuchs
  2021-08-06 10:48 [PATCH] mailmap: update email address of Matthias Fuchs Marc Kleine-Budde
  2021-08-06 15:07 ` Stefan Mätje
@ 2021-08-09 17:44 ` Joe Perches
  2021-08-09 17:59   ` Marc Kleine-Budde
  1 sibling, 1 reply; 9+ messages in thread
From: Joe Perches @ 2021-08-09 17:44 UTC (permalink / raw)
  To: Marc Kleine-Budde, linux-can, linux-kernel; +Cc: socketcan, Stefan Mätje

On Fri, 2021-08-06 at 12:48 +0200, Marc Kleine-Budde wrote:
> Matthias Fuchs's email isn't valid anymore. Use the newly created role
> account instead.
> 
> Cc: socketcan@esd.eu
> Cc: Stefan Mätje <Stefan.Maetje@esd.eu>
> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
> ---
>  .mailmap | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/.mailmap b/.mailmap
> index a35ae244dfda..86a630d26cfb 100644
> --- a/.mailmap
> +++ b/.mailmap
> @@ -330,6 +330,7 @@ Shuah Khan <shuah@kernel.org> <shuahkh@osg.samsung.com>
>  Shuah Khan <shuah@kernel.org> <shuah.kh@samsung.com>
>  Simon Arlott <simon@octiron.net> <simon@fire.lp0.eu>
>  Simon Kelley <simon@thekelleys.org.uk>
> +<socketcan@esd.eu> <matthias.fuchs@esd.eu>

Please add a name not only the email address and place the entry
in alphabetical order by name.

>  Stéphane Witzmann <stephane.witzmann@ubpmes.univ-bpclermont.fr>
>  Stephen Hemminger <shemminger@osdl.org>
>  Steve Wise <larrystevenwise@gmail.com> <swise@chelsio.com>



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH] mailmap: update email address of Matthias Fuchs
  2021-08-09 17:22     ` Stefan Mätje
@ 2021-08-09 17:51       ` Marc Kleine-Budde
  2021-08-12 13:27         ` Stefan Mätje
  0 siblings, 1 reply; 9+ messages in thread
From: Marc Kleine-Budde @ 2021-08-09 17:51 UTC (permalink / raw)
  To: Stefan Mätje; +Cc: linux-kernel, linux-can

[-- Attachment #1: Type: text/plain, Size: 3027 bytes --]

On 09.08.2021 17:22:51, Stefan Mätje wrote:
> > Speaking of that patch. Can you please create an entry in the
> > MAINTAINERS file, too? I suggest to add yourself as M: and the
> > socketcan@e.u as R:. The change in the MAINTAINERS file will be a second
> > patch in that series. Just include it the next iteration of that series.
> 
> Do you think of something like the patch below?

ACK

> I'm curious. Shouldn't there be similar entries for the drivers from
> Vincent (drivers/net/can/usb/etas_es58x/) and the PEAK driver family
> (drivers/net/can/peak_canfd/)? Why are they not there?

They haven't included a MAINTAINERS entry in the patch series and I
forgot to enforce it :)

> Have I misunderstood something?
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 41fcfdb24a81..f25e3f79b392 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -4111,6 +4111,14 @@ F:       include/uapi/linux/can/error.h
>  F:     include/uapi/linux/can/netlink.h
>  F:     include/uapi/linux/can/vxcan.h
>  
> +CAN NETWORK DRIVERS ESD HARDWARE

This usually starts with the company's name or the driver name, so
something like "ESD PCIe/402 CAN DRIVER" and a separate entry for the
USB driver or "ESD CAN NETWORK DRIVERS" if you want to have a single
entry.

> +M:     Stefan Mätje <stefan.maetje@esd.eu>
> +R:     socketcan@esd.eu
> +L:     linux-can@vger.kernel.org
> +S:     Maintained
> +F:     drivers/net/can/esd/
> +F:     drivers/net/can/usb/esd_usb2.c
> +
>  CAN NETWORK LAYER
>  M:     Oliver Hartkopp <socketcan@hartkopp.net>
>  M:     Marc Kleine-Budde <mkl@pengutronix.de>
> 
> 
> > > and his email address shows up in MODULE_AUTHOR() macro. He also left
> > > our company already.
> > 
> > In newly added changes, it makes sense that all email addresses are
> > working. :D
> 
> So I'll remove his stale email address together with the
> MODULE_AUTHOR() macro and file the authorship credits in a changed
> copyright history at the top of the source files.

Yes, his name but with the socketcan@e.u email in MODULE_AUTHOR().
Regarding the top of the file's copyright information, the last patch
only mentions 2 iterations of "esd" but no "real" people nor email
addresses. I don't know what's you company's policy for the copyright
line is, I don't mind adding Thomas, but use the socketcan@e.u email.
People tend to look at the source file in case of problems, so better
have working addresses there.

Regarding the Co-Developed and Signed-off-by: Thomas posted the patches
back in 2015 with his email address, so use it for the Co-Developed and
Signed-off-by in your patch, too. This seems (or is) a bit inconsistent,
but the S-o-b's should record the history of the patch.

Marc

-- 
Pengutronix e.K.                 | Marc Kleine-Budde           |
Embedded Linux                   | https://www.pengutronix.de  |
Vertretung West/Dortmund         | Phone: +49-231-2826-924     |
Amtsgericht Hildesheim, HRA 2686 | Fax:   +49-5121-206917-5555 |

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH] mailmap: update email address of Matthias Fuchs
  2021-08-09 17:44 ` Joe Perches
@ 2021-08-09 17:59   ` Marc Kleine-Budde
  0 siblings, 0 replies; 9+ messages in thread
From: Marc Kleine-Budde @ 2021-08-09 17:59 UTC (permalink / raw)
  To: Joe Perches; +Cc: linux-can, linux-kernel, socketcan, Stefan Mätje

[-- Attachment #1: Type: text/plain, Size: 515 bytes --]

On 09.08.2021 10:44:02, Joe Perches wrote:
> On Fri, 2021-08-06 at 12:48 +0200, Marc Kleine-Budde wrote:
> Please add a name not only the email address and place the entry
> in alphabetical order by name.

done, sent v3

regards,
Marc

-- 
Pengutronix e.K.                 | Marc Kleine-Budde           |
Embedded Linux                   | https://www.pengutronix.de  |
Vertretung West/Dortmund         | Phone: +49-231-2826-924     |
Amtsgericht Hildesheim, HRA 2686 | Fax:   +49-5121-206917-5555 |

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH] mailmap: update email address of Matthias Fuchs
  2021-08-09 17:51       ` Marc Kleine-Budde
@ 2021-08-12 13:27         ` Stefan Mätje
  2021-08-12 13:39           ` Marc Kleine-Budde
  0 siblings, 1 reply; 9+ messages in thread
From: Stefan Mätje @ 2021-08-12 13:27 UTC (permalink / raw)
  To: mkl; +Cc: linux-kernel, linux-can

Am Montag, den 09.08.2021, 19:51 +0200 schrieb Marc Kleine-Budde:
> On 09.08.2021 17:22:51, Stefan Mätje wrote:
> > > Speaking of that patch. Can you please create an entry in the
> > > MAINTAINERS file, too? I suggest to add yourself as M: and the
> > > socketcan@e.u as R:. The change in the MAINTAINERS file will be a second
> > > patch in that series. Just include it the next iteration of that series.
> > 
> > Do you think of something like the patch below?
> 
> ACK
:
> >  
> > +CAN NETWORK DRIVERS ESD HARDWARE
> 
> This usually starts with the company's name or the driver name, so
> something like "ESD PCIe/402 CAN DRIVER" and a separate entry for the
> USB driver or "ESD CAN NETWORK DRIVERS" if you want to have a single
> entry.

Following the requirement to start with the company's name I'll include this
patch for MAINTAINERS:

diff --git a/MAINTAINERS b/MAINTAINERS
index 41fcfdb24a81..8ad40b5d082e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6900,6 +6900,14 @@ S:       Maintained
 F:     include/linux/errseq.h
 F:     lib/errseq.c
 
+ESD CAN NETWORK DRIVERS
+M:     Stefan Mätje <stefan.maetje@esd.eu>
+R:     socketcan@esd.eu
+L:     linux-can@vger.kernel.org
+S:     Maintained
+F:     drivers/net/can/esd/
+F:     drivers/net/can/usb/esd_usb2.c
+
 ET131X NETWORK DRIVER
 M:     Mark Einon <mark.einon@gmail.com>
 S:     Odd Fixes


> > > > and his email address shows up in MODULE_AUTHOR() macro. He also left
> > > > our company already.
> > > 
> > > In newly added changes, it makes sense that all email addresses are
> > > working. :D
> > 
> > So I'll remove his stale email address together with the
> > MODULE_AUTHOR() macro and file the authorship credits in a changed
> > copyright history at the top of the source files.
> 
> Yes, his name but with the socketcan@e.u email in MODULE_AUTHOR().
> Regarding the top of the file's copyright information, the last patch
> only mentions 2 iterations of "esd" but no "real" people nor email
> addresses. I don't know what's you company's policy for the copyright
> line is, I don't mind adding Thomas, but use the socketcan@e.u email.
> People tend to look at the source file in case of problems, so better
> have working addresses there.
> 

For the MODULE_AUTHOR() stuff and the copyright notices I will change it
like this:

diff --git a/drivers/net/can/esd/esd_402_pci-core.c
b/drivers/net/can/esd/esd_402_pci-core.c
index 191e7f45c5d9..50d9c1dd1197 100644
--- a/drivers/net/can/esd/esd_402_pci-core.c
+++ b/drivers/net/can/esd/esd_402_pci-core.c
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0-only
-/* Copyright (C) 2015 - 2017 esd electronic system design gmbh
- * Copyright (C) 2017 - 2021 esd electronics gmbh
+/* Copyright (C) 2015 - 2016 Thomas Körper, esd electronic system design gmbh
+ * Copyright (C) 2017 - 2021 Stefan Mätje, esd electronics gmbh
  */
 
 #include <linux/kernel.h>
@@ -524,7 +524,7 @@ static struct pci_driver pci402_driver = {
 
 module_pci_driver(pci402_driver);
 
-MODULE_DESCRIPTION("Socket-CAN driver for esd CAN PCI(e)/402 cards");
-MODULE_AUTHOR("Thomas Körper <thomas.koerper@esd.eu>");
+MODULE_DESCRIPTION("Socket-CAN driver for esd CAN 402 card family with esdACC
core on PCIe");
+MODULE_AUTHOR("Thomas Körper <socketcan@esd.eu>");
 MODULE_AUTHOR("Stefan Mätje <stefan.maetje@esd.eu>");
 MODULE_LICENSE("GPL");


> Regarding the Co-Developed and Signed-off-by: Thomas posted the patches
> back in 2015 with his email address, so use it for the Co-Developed and
> Signed-off-by in your patch, too. This seems (or is) a bit inconsistent,
> but the S-o-b's should record the history of the patch.

I'll add this in the next iteration of my driver patch as recommended.

-- 
Best regards,

Stefan Mätje
System Design

Phone: +49-511-37298-146
E-Mail: stefan.maetje@esd.eu
_______________________________________
esd electronics gmbh
Vahrenwalder Str. 207
30165 Hannover
www.esd.eu

Quality Products – Made in Germany
_______________________________________

Register Hannover HRB 51373 - VAT-ID DE 115672832
General Manager: Klaus Detering


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* Re: [PATCH] mailmap: update email address of Matthias Fuchs
  2021-08-12 13:27         ` Stefan Mätje
@ 2021-08-12 13:39           ` Marc Kleine-Budde
  0 siblings, 0 replies; 9+ messages in thread
From: Marc Kleine-Budde @ 2021-08-12 13:39 UTC (permalink / raw)
  To: Stefan Mätje; +Cc: linux-kernel, linux-can

[-- Attachment #1: Type: text/plain, Size: 4501 bytes --]

On 12.08.2021 13:27:57, Stefan Mätje wrote:
> Am Montag, den 09.08.2021, 19:51 +0200 schrieb Marc Kleine-Budde:
> > On 09.08.2021 17:22:51, Stefan Mätje wrote:
> > > > Speaking of that patch. Can you please create an entry in the
> > > > MAINTAINERS file, too? I suggest to add yourself as M: and the
> > > > socketcan@e.u as R:. The change in the MAINTAINERS file will be a second
> > > > patch in that series. Just include it the next iteration of that series.
> > > 
> > > Do you think of something like the patch below?
> > 
> > ACK
> :
> > >  
> > > +CAN NETWORK DRIVERS ESD HARDWARE
> > 
> > This usually starts with the company's name or the driver name, so
> > something like "ESD PCIe/402 CAN DRIVER" and a separate entry for the
> > USB driver or "ESD CAN NETWORK DRIVERS" if you want to have a single
> > entry.
> 
> Following the requirement to start with the company's name I'll include this
> patch for MAINTAINERS:

not a requirement, but usually done :)

> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 41fcfdb24a81..8ad40b5d082e 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -6900,6 +6900,14 @@ S:       Maintained
>  F:     include/linux/errseq.h
>  F:     lib/errseq.c
>  
> +ESD CAN NETWORK DRIVERS
> +M:     Stefan Mätje <stefan.maetje@esd.eu>
> +R:     socketcan@esd.eu
> +L:     linux-can@vger.kernel.org
> +S:     Maintained
> +F:     drivers/net/can/esd/
> +F:     drivers/net/can/usb/esd_usb2.c
> +
>  ET131X NETWORK DRIVER
>  M:     Mark Einon <mark.einon@gmail.com>
>  S:     Odd Fixes
> 

Fine! Adding this to the MAINTAINERS should be a separate patch in the series.

> > > > > and his email address shows up in MODULE_AUTHOR() macro. He also left
> > > > > our company already.
> > > > 
> > > > In newly added changes, it makes sense that all email addresses are
> > > > working. :D
> > > 
> > > So I'll remove his stale email address together with the
> > > MODULE_AUTHOR() macro and file the authorship credits in a changed
> > > copyright history at the top of the source files.
> > 
> > Yes, his name but with the socketcan@e.u email in MODULE_AUTHOR().
> > Regarding the top of the file's copyright information, the last patch
> > only mentions 2 iterations of "esd" but no "real" people nor email
> > addresses. I don't know what's you company's policy for the copyright
> > line is, I don't mind adding Thomas, but use the socketcan@e.u email.
> > People tend to look at the source file in case of problems, so better
> > have working addresses there.
> > 
> 
> For the MODULE_AUTHOR() stuff and the copyright notices I will change it
> like this:

Looks good! Squash into the patch where the file is added.

> diff --git a/drivers/net/can/esd/esd_402_pci-core.c
> b/drivers/net/can/esd/esd_402_pci-core.c
> index 191e7f45c5d9..50d9c1dd1197 100644
> --- a/drivers/net/can/esd/esd_402_pci-core.c
> +++ b/drivers/net/can/esd/esd_402_pci-core.c
> @@ -1,6 +1,6 @@
>  // SPDX-License-Identifier: GPL-2.0-only
> -/* Copyright (C) 2015 - 2017 esd electronic system design gmbh
> - * Copyright (C) 2017 - 2021 esd electronics gmbh
> +/* Copyright (C) 2015 - 2016 Thomas Körper, esd electronic system design gmbh
> + * Copyright (C) 2017 - 2021 Stefan Mätje, esd electronics gmbh
>   */
>  
>  #include <linux/kernel.h>
> @@ -524,7 +524,7 @@ static struct pci_driver pci402_driver = {
>  
>  module_pci_driver(pci402_driver);
>  
> -MODULE_DESCRIPTION("Socket-CAN driver for esd CAN PCI(e)/402 cards");
> -MODULE_AUTHOR("Thomas Körper <thomas.koerper@esd.eu>");
> +MODULE_DESCRIPTION("Socket-CAN driver for esd CAN 402 card family with esdACC
> core on PCIe");
> +MODULE_AUTHOR("Thomas Körper <socketcan@esd.eu>");
>  MODULE_AUTHOR("Stefan Mätje <stefan.maetje@esd.eu>");
>  MODULE_LICENSE("GPL");
> 
> 
> > Regarding the Co-Developed and Signed-off-by: Thomas posted the patches
> > back in 2015 with his email address, so use it for the Co-Developed and
> > Signed-off-by in your patch, too. This seems (or is) a bit inconsistent,
> > but the S-o-b's should record the history of the patch.
> 
> I'll add this in the next iteration of my driver patch as recommended.

Marc

-- 
Pengutronix e.K.                 | Marc Kleine-Budde           |
Embedded Linux                   | https://www.pengutronix.de  |
Vertretung West/Dortmund         | Phone: +49-231-2826-924     |
Amtsgericht Hildesheim, HRA 2686 | Fax:   +49-5121-206917-5555 |

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2021-08-12 13:39 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-06 10:48 [PATCH] mailmap: update email address of Matthias Fuchs Marc Kleine-Budde
2021-08-06 15:07 ` Stefan Mätje
2021-08-09  7:24   ` Marc Kleine-Budde
2021-08-09 17:22     ` Stefan Mätje
2021-08-09 17:51       ` Marc Kleine-Budde
2021-08-12 13:27         ` Stefan Mätje
2021-08-12 13:39           ` Marc Kleine-Budde
2021-08-09 17:44 ` Joe Perches
2021-08-09 17:59   ` Marc Kleine-Budde

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).