xenomai.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
From: Philippe Gerum <rpm@xenomai.org>
To: Florian Bezdeka <florian.bezdeka@siemens.com>
Cc: Jan Kiszka <jan.kiszka@siemens.com>, xenomai@lists.linux.dev
Subject: Re: [PATCH 19/25] drivers/net/corectl: Provide proper prototypes via corectl.h
Date: Tue, 26 Mar 2024 11:42:56 +0100	[thread overview]
Message-ID: <877chpmfxx.fsf@xenomai.org> (raw)
In-Reply-To: <8af04cee5eb692db362ba2ccadf905f872284e3c.camel@siemens.com>


Florian Bezdeka <florian.bezdeka@siemens.com> writes:

> On Tue, 2024-03-26 at 07:30 +0100, Jan Kiszka wrote:
>> diff --git a/kernel/drivers/net/stack/include/corectl.h b/kernel/drivers/net/stack/include/corectl.h
>> new file mode 100644
>> index 0000000000..6dc7fadeb9
>> --- /dev/null
>> +++ b/kernel/drivers/net/stack/include/corectl.h
>> @@ -0,0 +1,20 @@
>> +/*
>> + * Copyright (C) 2016 Gilles Chanteperdrix <gch@xenomai.org>.
>> + *
>> + * This program is free software; you can redistribute it and/or
>> + * modify it under the terms of the GNU General Public License as
>> + * published by the Free Software Foundation; either version 2 of the
>> + * License, or (at your option) any later version.
>> + *
>> + * This program is distributed in the hope that it will be useful,
>> + * but WITHOUT ANY WARRANTY; without even the implied warranty of
>> + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
>> + * GNU General Public License for more details.
>> + *
>> + * You should have received a copy of the GNU General Public License
>> + * along with this program; if not, write to the Free Software
>> + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
>> + */
>> +
>> +void rtnet_corectl_register(void);
>> +void rtnet_corectl_unregister(void);
>
> This seems a bit inconsistent with patch 11, SPDX identifier vs.
> license text. I would vote for the SPDX way.

As long as Gilles's signature is kept. Thanks.

-- 
Philippe.

  reply	other threads:[~2024-03-26 10:43 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-26  6:30 [PATCH 00/25] Support for kernel 6.8 Jan Kiszka
2024-03-26  6:30 ` [PATCH 01/25] Account for renaming of MAX_ORDER in " Jan Kiszka
2024-03-26  6:30 ` [PATCH 02/25] cobalt/synch: add [__cobalt_mutex_]lookup_lazy_pp prototype to header Jan Kiszka
2024-03-26  6:30 ` [PATCH 03/25] cobalt/rtdm: Drop __rtdm_synch_flush from public interface Jan Kiszka
2024-03-26  6:30 ` [PATCH 04/25] Drop duplicate define of inclusion guard Jan Kiszka
2024-03-26  6:30 ` [PATCH 05/25] cobalt/arith: Only implement xnarch_generic_full_divmod64 when used Jan Kiszka
2024-03-26  6:30 ` [PATCH 06/25] cobalt: Address missing prototype warnings by adding includes Jan Kiszka
2024-03-26  6:30 ` [PATCH 07/25] cobalt: Make private functions static Jan Kiszka
2024-03-26  6:30 ` [PATCH 08/25] analogy/national_instruments: Drop dead mio_common_detach Jan Kiszka
2024-03-26  6:30 ` [PATCH 09/25] drivers/analogy: Make private functions static Jan Kiszka
2024-03-26  6:30 ` [PATCH 10/25] drivers/autotune: " Jan Kiszka
2024-03-26  6:30 ` [PATCH 11/25] drivers/can/corectl: Provide proper prototypes via corectl.h Jan Kiszka
2024-03-26  6:30 ` [PATCH 12/25] drivers/can/c_can: Replace deprecated strlcpy with strscpy Jan Kiszka
2024-03-26  6:30 ` [PATCH 13/25] drivers/can: Make private functions static Jan Kiszka
2024-03-26  6:30 ` [PATCH 14/25] drivers/gpio: Address missing prototype warnings by adding includes Jan Kiszka
2024-03-26  6:30 ` [PATCH 15/25] drivers/gpio: Make private functions static Jan Kiszka
2024-03-26  6:30 ` [PATCH 16/25] drivers/ipc: " Jan Kiszka
2024-03-26  6:30 ` [PATCH 17/25] drivers/net/ipv4: Align signatures of rt_ip_build_xmit Jan Kiszka
2024-03-26  6:30 ` [PATCH 18/25] drivers/net: Address missing prototype warnings by adding includes Jan Kiszka
2024-03-26  6:30 ` [PATCH 19/25] drivers/net/corectl: Provide proper prototypes via corectl.h Jan Kiszka
2024-03-26 10:36   ` Florian Bezdeka
2024-03-26 10:42     ` Philippe Gerum [this message]
2024-03-26  6:30 ` [PATCH 20/25] drivers/net: Make rtdev_init private Jan Kiszka
2024-03-26  6:31 ` [PATCH 21/25] drivers/net/e1000: Move e1000_check_options prototype to a header Jan Kiszka
2024-03-26  6:31 ` [PATCH 22/25] drivers/net: Make private functions static Jan Kiszka
2024-03-26  6:31 ` [PATCH 23/25] drivers/serial: " Jan Kiszka
2024-03-26  6:31 ` [PATCH 24/25] drivers/spi: Use spi_get_chipselect/gpiod Jan Kiszka
2024-03-26  6:31 ` [PATCH 25/25] drivers/testing: Make private functions static Jan Kiszka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=877chpmfxx.fsf@xenomai.org \
    --to=rpm@xenomai.org \
    --cc=florian.bezdeka@siemens.com \
    --cc=jan.kiszka@siemens.com \
    --cc=xenomai@lists.linux.dev \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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 read-only IMAP folder(s) and NNTP newsgroup(s).