netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1] netdevice: clean old FIXME that it is not worthed
@ 2023-03-04 19:44 Vincenzo Palazzo
  2023-03-04 20:17 ` Stephen Hemminger
  0 siblings, 1 reply; 3+ messages in thread
From: Vincenzo Palazzo @ 2023-03-04 19:44 UTC (permalink / raw)
  To: netdev; +Cc: davem, Vincenzo Palazzo

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


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

end of thread, other threads:[~2023-03-06 16:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-04 19:44 [PATCH v1] netdevice: clean old FIXME that it is not worthed Vincenzo Palazzo
2023-03-04 20:17 ` Stephen Hemminger
2023-03-06 16:55   ` Vincenzo Palazzo

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).