Re: [PATCH] Update email addresses and firmware URL for Dreamcast drivers
Dan Carpenter <[email protected]>
| Newsgroups | org.kernel.vger.kernel-janitors |
|---|---|
| Message-ID | <[email protected]> |
Hi Adrian, Kernel janitors doesn't really merge any code. You need to send it to the relevant lists from the scripts/get_maintainer.pl script. On Sat, Mar 28, 2026 at 07:09:05PM +0000, Adrian McMenamin wrote: > None of what follows alters compiled code, it merely updates contact > details and the address for sound firmware. Hopefully this is the > correct list for this. If not, please let me know > > > Use current email and firmware address for various Dreamcast drivers > > > * The subject needs to have a subsystem prefix * The commit message needs to say something like: "Update contact details and the address for sound firmware for for various Dreamcast drivers." The other meta information is unnecessary or you could put it under the --- cut off line below the Signed-off-by line. * You need to have a Signed-off-by line. > diff --git a/sound/sh/aica.c b/sound/sh/aica.c > index 9438c3a68ee9..ed262e2263d1 100644 > --- a/sound/sh/aica.c > +++ b/sound/sh/aica.c > @@ -2,10 +2,10 @@ > /* > * > * Copyright Adrian McMenamin 2005, 2006, 2007 > -* <[email protected]> > +* <[email protected]> > * Requires firmware (BSD licenced) available from: > -* http://linuxdc.cvs.sourceforge.net/linuxdc/linux-sh-dc/sound/oss/aica/firmware/ > -* or the maintainer > +* https://www.alsa-project.org/files/pub/firmware/ > +* (aica_firmware.bin) > */ > I don't know the ALSA devs will care either way but I would probably put this change in a separate patch from the email changes. regards, dan carpenter