From: Maximilian Pezzullo <maximilianpezzullo@gmail.com>
To: Tony Nguyen <anthony.l.nguyen@intel.com>,
Przemek Kitszel <przemyslaw.kitszel@intel.com>,
Andrew Lunn <andrew+netdev@lunn.ch>,
"David S. Miller" <davem@davemloft.net>,
Eric Dumazet <edumazet@google.com>,
Jakub Kicinski <kuba@kernel.org>,
Paolo Abeni <pabeni@redhat.com>
Cc: intel-wired-lan@lists.osuosl.org, netdev@vger.kernel.org,
linux-kernel@vger.kernel.org,
Maximilian Pezzullo <maximilianpezzullo@gmail.com>
Subject: [PATCH 0/2] Fix typos in comments in Intel Ethernet drivers (igb, igc)
Date: Tue, 03 Mar 2026 22:38:19 +0100 [thread overview]
Message-ID: <20260303-master-v1-0-f180b1ad98b5@gmail.com> (raw)
Signed-off-by: Maximilian Pezzullo <maximilianpezzullo@gmail.com>
---
Maximilian Pezzullo (2):
igb: fix typos in comments
igc: fix typos in comments
drivers/net/ethernet/intel/igb/e1000_mac.c | 2 +-
drivers/net/ethernet/intel/igb/e1000_mbx.h | 2 +-
drivers/net/ethernet/intel/igb/e1000_nvm.c | 2 +-
drivers/net/ethernet/intel/igc/igc_diag.c | 2 +-
drivers/net/ethernet/intel/igc/igc_main.c | 4 ++--
5 files changed, 6 insertions(+), 6 deletions(-)
---
base-commit: 4258db5c0acd08e795c78c7cd59f05860b7cb769
change-id: 20260303-master-1e99908981bc
Best regards,
--
Maximilian Pezzullo <maximilianpezzullo@gmail.com>
WARNING: multiple messages have this Message-ID (diff)
From: Maximilian Pezzullo via B4 Relay <devnull+maximilianpezzullo.gmail.com@kernel.org>
To: Tony Nguyen <anthony.l.nguyen@intel.com>,
Przemek Kitszel <przemyslaw.kitszel@intel.com>,
Andrew Lunn <andrew+netdev@lunn.ch>,
"David S. Miller" <davem@davemloft.net>,
Eric Dumazet <edumazet@google.com>,
Jakub Kicinski <kuba@kernel.org>,
Paolo Abeni <pabeni@redhat.com>
Cc: intel-wired-lan@lists.osuosl.org, netdev@vger.kernel.org,
linux-kernel@vger.kernel.org,
Maximilian Pezzullo <maximilianpezzullo@gmail.com>
Subject: [Intel-wired-lan] [PATCH 0/2] Fix typos in comments in Intel Ethernet drivers (igb, igc)
Date: Tue, 03 Mar 2026 22:38:19 +0100 [thread overview]
Message-ID: <20260303-master-v1-0-f180b1ad98b5@gmail.com> (raw)
Signed-off-by: Maximilian Pezzullo <maximilianpezzullo@gmail.com>
---
Maximilian Pezzullo (2):
igb: fix typos in comments
igc: fix typos in comments
drivers/net/ethernet/intel/igb/e1000_mac.c | 2 +-
drivers/net/ethernet/intel/igb/e1000_mbx.h | 2 +-
drivers/net/ethernet/intel/igb/e1000_nvm.c | 2 +-
drivers/net/ethernet/intel/igc/igc_diag.c | 2 +-
drivers/net/ethernet/intel/igc/igc_main.c | 4 ++--
5 files changed, 6 insertions(+), 6 deletions(-)
---
base-commit: 4258db5c0acd08e795c78c7cd59f05860b7cb769
change-id: 20260303-master-1e99908981bc
Best regards,
--
Maximilian Pezzullo <maximilianpezzullo@gmail.com>
WARNING: multiple messages have this Message-ID (diff)
From: Maximilian Pezzullo via B4 Relay <devnull+maximilianpezzullo.gmail.com@kernel.org>
To: Tony Nguyen <anthony.l.nguyen@intel.com>,
Przemek Kitszel <przemyslaw.kitszel@intel.com>,
Andrew Lunn <andrew+netdev@lunn.ch>,
"David S. Miller" <davem@davemloft.net>,
Eric Dumazet <edumazet@google.com>,
Jakub Kicinski <kuba@kernel.org>,
Paolo Abeni <pabeni@redhat.com>
Cc: intel-wired-lan@lists.osuosl.org, netdev@vger.kernel.org,
linux-kernel@vger.kernel.org,
Maximilian Pezzullo <maximilianpezzullo@gmail.com>
Subject: [PATCH 0/2] Fix typos in comments in Intel Ethernet drivers (igb, igc)
Date: Tue, 03 Mar 2026 22:38:19 +0100 [thread overview]
Message-ID: <20260303-master-v1-0-f180b1ad98b5@gmail.com> (raw)
Signed-off-by: Maximilian Pezzullo <maximilianpezzullo@gmail.com>
---
Maximilian Pezzullo (2):
igb: fix typos in comments
igc: fix typos in comments
drivers/net/ethernet/intel/igb/e1000_mac.c | 2 +-
drivers/net/ethernet/intel/igb/e1000_mbx.h | 2 +-
drivers/net/ethernet/intel/igb/e1000_nvm.c | 2 +-
drivers/net/ethernet/intel/igc/igc_diag.c | 2 +-
drivers/net/ethernet/intel/igc/igc_main.c | 4 ++--
5 files changed, 6 insertions(+), 6 deletions(-)
---
base-commit: 4258db5c0acd08e795c78c7cd59f05860b7cb769
change-id: 20260303-master-1e99908981bc
Best regards,
--
Maximilian Pezzullo <maximilianpezzullo@gmail.com>
next reply other threads:[~2026-03-03 21:38 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-03 21:38 Maximilian Pezzullo [this message]
2026-03-03 21:38 ` [PATCH 0/2] Fix typos in comments in Intel Ethernet drivers (igb, igc) Maximilian Pezzullo via B4 Relay
2026-03-03 21:38 ` [Intel-wired-lan] " Maximilian Pezzullo via B4 Relay
2026-03-03 21:38 ` [PATCH 1/2] igb: fix typos in comments Maximilian Pezzullo
2026-03-03 21:38 ` Maximilian Pezzullo via B4 Relay
2026-03-03 21:38 ` [Intel-wired-lan] " Maximilian Pezzullo via B4 Relay
2026-03-03 23:08 ` Joe Damato
2026-03-03 23:08 ` Joe Damato
2026-03-03 21:38 ` [PATCH 2/2] igc: " Maximilian Pezzullo
2026-03-03 21:38 ` Maximilian Pezzullo via B4 Relay
2026-03-03 21:38 ` [Intel-wired-lan] " Maximilian Pezzullo via B4 Relay
2026-03-03 23:09 ` Joe Damato
2026-03-03 23:09 ` Joe Damato
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=20260303-master-v1-0-f180b1ad98b5@gmail.com \
--to=maximilianpezzullo@gmail.com \
--cc=andrew+netdev@lunn.ch \
--cc=anthony.l.nguyen@intel.com \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=intel-wired-lan@lists.osuosl.org \
--cc=kuba@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=przemyslaw.kitszel@intel.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 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.