2015-02-24 07:50:10

by Yannick Guerrini

[permalink] [raw]
Subject: [PATCH] drivers, realtek: Fix trivial typo in rtl_check_firmware

Change 'firwmare' to 'firmware'

Signed-off-by: Yannick Guerrini <[email protected]>
---
drivers/net/ethernet/realtek/r8169.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ethernet/realtek/r8169.c b/drivers/net/ethernet/realtek/r8169.c
index b156092..c70ab40 100644
--- a/drivers/net/ethernet/realtek/r8169.c
+++ b/drivers/net/ethernet/realtek/r8169.c
@@ -2561,7 +2561,7 @@ static int rtl_check_firmware(struct rtl8169_private *tp, struct rtl_fw *rtl_fw)
int rc = -EINVAL;

if (!rtl_fw_format_ok(tp, rtl_fw)) {
- netif_err(tp, ifup, dev, "invalid firwmare\n");
+ netif_err(tp, ifup, dev, "invalid firmware\n");
goto out;
}

--
1.9.5.msysgit.0


2015-02-24 08:32:11

by Hayes Wang

[permalink] [raw]
Subject: RE: [PATCH] drivers, realtek: Fix trivial typo in rtl_check_firmware

Yannick Guerrini [mailto:[email protected]]
> Sent: Tuesday, February 24, 2015 3:49 PM
> To: nic_swsd
> Cc: [email protected]; [email protected]; Yannick Guerrini
> Subject: [PATCH] drivers, realtek: Fix trivial typo in rtl_check_firmware
>
> Change 'firwmare' to 'firmware'
>
> Signed-off-by: Yannick Guerrini <[email protected]>

I think you also have to send the mail to [email protected].

Besides, maybe you have to replace "drivers, realtek" of the subject with "r8169".

Best Regards,
Hayes

2015-02-24 11:52:20

by Yannick Guerrini

[permalink] [raw]
Subject: Re: [PATCH] drivers, realtek: Fix trivial typo in rtl_check_firmware

> Yannick Guerrini [mailto:[email protected]]
>> Sent: Tuesday, February 24, 2015 3:49 PM
>> To: nic_swsd
>> Cc: [email protected]; [email protected]; Yannick Guerrini
>> Subject: [PATCH] drivers, realtek: Fix trivial typo in rtl_check_firmware
>>
>> Change 'firwmare' to 'firmware'
>>
>> Signed-off-by: Yannick Guerrini <[email protected]>
> I think you also have to send the mail to [email protected].
>
> Besides, maybe you have to replace "drivers, realtek" of the subject with "r8169".
>
> Best Regards,
> Hayes
>
> .

Oops, sorry for my mistake.
Thank for your advise, I will (try) to do that !

Best,
Yannick Guerrini

2015-02-24 12:04:58

by Yannick Guerrini

[permalink] [raw]
Subject: [PATCHv2] r8169: Fix trivial typo in rtl_check_firmware

Change 'firwmare' to 'firmware'

Signed-off-by: Yannick Guerrini <[email protected]>
---
v2: replace "drivers, realtek" of the subject with "r8169" and cc [email protected],
as suggested by Hayes Wang <[email protected]>

drivers/net/ethernet/realtek/r8169.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ethernet/realtek/r8169.c b/drivers/net/ethernet/realtek/r8169.c
index b156092..c70ab40 100644
--- a/drivers/net/ethernet/realtek/r8169.c
+++ b/drivers/net/ethernet/realtek/r8169.c
@@ -2561,7 +2561,7 @@ static int rtl_check_firmware(struct rtl8169_private *tp, struct rtl_fw *rtl_fw)
int rc = -EINVAL;

if (!rtl_fw_format_ok(tp, rtl_fw)) {
- netif_err(tp, ifup, dev, "invalid firwmare\n");
+ netif_err(tp, ifup, dev, "invalid firmware\n");
goto out;
}

--
1.9.5.msysgit.0

2015-02-24 21:26:22

by David Miller

[permalink] [raw]
Subject: Re: [PATCHv2] r8169: Fix trivial typo in rtl_check_firmware

From: Yannick Guerrini <[email protected]>
Date: Tue, 24 Feb 2015 13:03:51 +0100

> Change 'firwmare' to 'firmware'
>
> Signed-off-by: Yannick Guerrini <[email protected]>
> ---
> v2: replace "drivers, realtek" of the subject with "r8169" and cc [email protected],
> as suggested by Hayes Wang <[email protected]>

Applied.