From: Arvind Yadav <arvind.yadav.cs@gmail.com>
To: davem@davemloft.net, tremyfr@gmail.com
Cc: linux-kernel@vger.kernel.org, netdev@vger.kernel.org
Subject: [PATCH 0/5] constify net eisa_device_id
Date: Sat, 19 Aug 2017 12:21:42 +0530 [thread overview]
Message-ID: <1503125503-15075-1-git-send-email-arvind.yadav.cs@gmail.com> (raw)
eisa_device_id are not supposed to change at runtime. All functions
working with eisa_device_id provided by <linux/eisa.h> work with
const eisa_device_id. So mark the non-const structs as const.
Arvind Yadav (5):
[PATCH 1/5] net: 3c509: constify eisa_device_id
[PATCH 2/5] net: 3c59x: constify eisa_device_id
[PATCH 3/5] net: de4x5: constify eisa_device_id
[PATCH 4/5] net: hp100: constify eisa_device_id
[PATCH 5/5] net: defxx: constify eisa_device_id
drivers/net/ethernet/3com/3c509.c | 2 +-
drivers/net/ethernet/3com/3c59x.c | 2 +-
drivers/net/ethernet/dec/tulip/de4x5.c | 2 +-
drivers/net/ethernet/hp/hp100.c | 2 +-
drivers/net/fddi/defxx.c | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
--
2.7.4
next reply other threads:[~2017-08-19 6:51 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-19 6:51 Arvind Yadav [this message]
2017-08-19 6:51 ` [PATCH 1/5] net: 3c509: constify eisa_device_id Arvind Yadav
2017-08-20 0:13 ` [PATCH 0/5] constify net eisa_device_id David Miller
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=1503125503-15075-1-git-send-email-arvind.yadav.cs@gmail.com \
--to=arvind.yadav.cs@gmail.com \
--cc=davem@davemloft.net \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=tremyfr@gmail.com \
/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