* [Intel-wired-lan] [PATCH v1 1/1] e1000e: Fix typo in Alder Lake brand name
@ 2020-02-17 6:07 Sasha Neftin
2020-02-18 17:45 ` Jesse Brandeburg
0 siblings, 1 reply; 3+ messages in thread
From: Sasha Neftin @ 2020-02-17 6:07 UTC (permalink / raw)
To: intel-wired-lan
Follow to commit e15ef7697361 ("e1000e: Add support for Alder Lake")
Fix typo in brand name string
Signed-off-by: Sasha Neftin <sasha.neftin@intel.com>
---
drivers/net/ethernet/intel/e1000e/hw.h | 8 ++++----
drivers/net/ethernet/intel/e1000e/netdev.c | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/drivers/net/ethernet/intel/e1000e/hw.h b/drivers/net/ethernet/intel/e1000e/hw.h
index 61a0c7cb9ced..b1447221669e 100644
--- a/drivers/net/ethernet/intel/e1000e/hw.h
+++ b/drivers/net/ethernet/intel/e1000e/hw.h
@@ -98,10 +98,10 @@ struct e1000_hw;
#define E1000_DEV_ID_PCH_TGP_I219_V14 0x15FA
#define E1000_DEV_ID_PCH_TGP_I219_LM15 0x15F4
#define E1000_DEV_ID_PCH_TGP_I219_V15 0x15F5
-#define E1000_DEV_ID_PCH_ADP_1219_LM16 0x1A1E
-#define E1000_DEV_ID_PCH_ADP_1219_V16 0x1A1F
-#define E1000_DEV_ID_PCH_ADP_1219_LM17 0x1A1C
-#define E1000_DEV_ID_PCH_ADP_1219_V17 0x1A1D
+#define E1000_DEV_ID_PCH_ADP_I219_LM16 0x1A1E
+#define E1000_DEV_ID_PCH_ADP_I219_V16 0x1A1F
+#define E1000_DEV_ID_PCH_ADP_I219_LM17 0x1A1C
+#define E1000_DEV_ID_PCH_ADP_I219_V17 0x1A1D
#define E1000_REVISION_4 4
diff --git a/drivers/net/ethernet/intel/e1000e/netdev.c b/drivers/net/ethernet/intel/e1000e/netdev.c
index 35f21add3732..fb92002cabee 100644
--- a/drivers/net/ethernet/intel/e1000e/netdev.c
+++ b/drivers/net/ethernet/intel/e1000e/netdev.c
@@ -7763,10 +7763,10 @@ static const struct pci_device_id e1000_pci_tbl[] = {
{ PCI_VDEVICE(INTEL, E1000_DEV_ID_PCH_TGP_I219_V14), board_pch_cnp },
{ PCI_VDEVICE(INTEL, E1000_DEV_ID_PCH_TGP_I219_LM15), board_pch_cnp },
{ PCI_VDEVICE(INTEL, E1000_DEV_ID_PCH_TGP_I219_V15), board_pch_cnp },
- { PCI_VDEVICE(INTEL, E1000_DEV_ID_PCH_ADP_1219_LM16), board_pch_cnp },
- { PCI_VDEVICE(INTEL, E1000_DEV_ID_PCH_ADP_1219_V16), board_pch_cnp },
- { PCI_VDEVICE(INTEL, E1000_DEV_ID_PCH_ADP_1219_LM17), board_pch_cnp },
- { PCI_VDEVICE(INTEL, E1000_DEV_ID_PCH_ADP_1219_V17), board_pch_cnp },
+ { PCI_VDEVICE(INTEL, E1000_DEV_ID_PCH_ADP_I219_LM16), board_pch_cnp },
+ { PCI_VDEVICE(INTEL, E1000_DEV_ID_PCH_ADP_I219_V16), board_pch_cnp },
+ { PCI_VDEVICE(INTEL, E1000_DEV_ID_PCH_ADP_I219_LM17), board_pch_cnp },
+ { PCI_VDEVICE(INTEL, E1000_DEV_ID_PCH_ADP_I219_V17), board_pch_cnp },
{ 0, 0, 0, 0, 0, 0, 0 } /* terminate list */
};
--
2.11.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Intel-wired-lan] [PATCH v1 1/1] e1000e: Fix typo in Alder Lake brand name
2020-02-17 6:07 [Intel-wired-lan] [PATCH v1 1/1] e1000e: Fix typo in Alder Lake brand name Sasha Neftin
@ 2020-02-18 17:45 ` Jesse Brandeburg
2020-02-19 6:38 ` Neftin, Sasha
0 siblings, 1 reply; 3+ messages in thread
From: Jesse Brandeburg @ 2020-02-18 17:45 UTC (permalink / raw)
To: intel-wired-lan
On Mon, 17 Feb 2020 08:07:18 +0200 Sasha wrote:
> -#define E1000_DEV_ID_PCH_ADP_1219_LM16 0x1A1E
^
^^^
Man this change is so subtle, you should definitely mention in your
commit message that you're changing a "one" to an "I"
I wrote a whole response to this mail without seeing the difference
until the end.
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Intel-wired-lan] [PATCH v1 1/1] e1000e: Fix typo in Alder Lake brand name
2020-02-18 17:45 ` Jesse Brandeburg
@ 2020-02-19 6:38 ` Neftin, Sasha
0 siblings, 0 replies; 3+ messages in thread
From: Neftin, Sasha @ 2020-02-19 6:38 UTC (permalink / raw)
To: intel-wired-lan
On 2/18/2020 19:45, Jesse Brandeburg wrote:
> On Mon, 17 Feb 2020 08:07:18 +0200 Sasha wrote:
>> -#define E1000_DEV_ID_PCH_ADP_1219_LM16 0x1A1E
> ^
> ^^^
> Man this change is so subtle, you should definitely mention in your
> commit message that you're changing a "one" to an "I"
>
> I wrote a whole response to this mail without seeing the difference
> until the end.
>
I will send v2 and mention the change.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-02-19 6:38 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-17 6:07 [Intel-wired-lan] [PATCH v1 1/1] e1000e: Fix typo in Alder Lake brand name Sasha Neftin
2020-02-18 17:45 ` Jesse Brandeburg
2020-02-19 6:38 ` Neftin, Sasha
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox