All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
To: netdev@vger.kernel.org
Cc: davem@davemloft.net, Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
Subject: [PATCH v1] netdevice: clean old FIXME that it is not worthed
Date: Sat,  4 Mar 2023 20:44:33 +0100	[thread overview]
Message-ID: <20230304194433.560378-1-vincenzopalazzodev@gmail.com> (raw)

Alternative patch that removes an old FIXME because it currently
the change is worthed as some comments in the patch point out
(https://lore.kernel.org/all/20230304080650.74e8d396@hermes.local/#t)

Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
---
 include/linux/netdevice.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h
index 6a14b7b11766..82af7eb62075 100644
--- a/include/linux/netdevice.h
+++ b/include/linux/netdevice.h
@@ -2033,7 +2033,6 @@ struct net_device {
 	struct dev_ifalias	__rcu *ifalias;
 	/*
 	 *	I/O specific fields
-	 *	FIXME: Merge these and struct ifmap into one
 	 */
 	unsigned long		mem_end;
 	unsigned long		mem_start;
-- 
2.39.2


             reply	other threads:[~2023-03-04 19:44 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-04 19:44 Vincenzo Palazzo [this message]
2023-03-04 20:17 ` [PATCH v1] netdevice: clean old FIXME that it is not worthed Stephen Hemminger
2023-03-06 16:55   ` Vincenzo Palazzo

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=20230304194433.560378-1-vincenzopalazzodev@gmail.com \
    --to=vincenzopalazzodev@gmail.com \
    --cc=davem@davemloft.net \
    --cc=netdev@vger.kernel.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.