LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH][next] qed: fix spelling mistake "inculde" -> "include"
@ 2019-05-28 6:52 Colin King
2019-05-28 8:34 ` [EXT] " Michal Kalderon
2019-05-29 20:26 ` David Miller
0 siblings, 2 replies; 3+ messages in thread
From: Colin King @ 2019-05-28 6:52 UTC (permalink / raw)
To: Ariel Elior, GR-everest-linux-l2, David S . Miller, netdev
Cc: kernel-janitors, linux-kernel
From: Colin Ian King <colin.king@canonical.com>
There is a spelling mistake in a DP_INFO message. Fix it.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
drivers/net/ethernet/qlogic/qed/qed_dev.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/ethernet/qlogic/qed/qed_dev.c b/drivers/net/ethernet/qlogic/qed/qed_dev.c
index 61ca49a967df..a971418755e9 100644
--- a/drivers/net/ethernet/qlogic/qed/qed_dev.c
+++ b/drivers/net/ethernet/qlogic/qed/qed_dev.c
@@ -3836,7 +3836,7 @@ static int qed_hw_get_ppfid_bitmap(struct qed_hwfn *p_hwfn,
if (!(cdev->ppfid_bitmap & (0x1 << native_ppfid_idx))) {
DP_INFO(p_hwfn,
- "Fix the PPFID bitmap to inculde the native PPFID [native_ppfid_idx %hhd, orig_bitmap 0x%hhx]\n",
+ "Fix the PPFID bitmap to include the native PPFID [native_ppfid_idx %hhd, orig_bitmap 0x%hhx]\n",
native_ppfid_idx, cdev->ppfid_bitmap);
cdev->ppfid_bitmap = 0x1 << native_ppfid_idx;
}
--
2.20.1
^ permalink raw reply [flat|nested] 3+ messages in thread
* RE: [EXT] [PATCH][next] qed: fix spelling mistake "inculde" -> "include"
2019-05-28 6:52 [PATCH][next] qed: fix spelling mistake "inculde" -> "include" Colin King
@ 2019-05-28 8:34 ` Michal Kalderon
2019-05-29 20:26 ` David Miller
1 sibling, 0 replies; 3+ messages in thread
From: Michal Kalderon @ 2019-05-28 8:34 UTC (permalink / raw)
To: Colin King, Ariel Elior, GR-everest-linux-l2, David S . Miller, netdev
Cc: kernel-janitors, linux-kernel
> From: Colin King <colin.king@canonical.com>
> Sent: Tuesday, May 28, 2019 9:52 AM
>
> External Email
>
> ----------------------------------------------------------------------
> From: Colin Ian King <colin.king@canonical.com>
>
> There is a spelling mistake in a DP_INFO message. Fix it.
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
> drivers/net/ethernet/qlogic/qed/qed_dev.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/net/ethernet/qlogic/qed/qed_dev.c
> b/drivers/net/ethernet/qlogic/qed/qed_dev.c
> index 61ca49a967df..a971418755e9 100644
> --- a/drivers/net/ethernet/qlogic/qed/qed_dev.c
> +++ b/drivers/net/ethernet/qlogic/qed/qed_dev.c
> @@ -3836,7 +3836,7 @@ static int qed_hw_get_ppfid_bitmap(struct
> qed_hwfn *p_hwfn,
>
> if (!(cdev->ppfid_bitmap & (0x1 << native_ppfid_idx))) {
> DP_INFO(p_hwfn,
> - "Fix the PPFID bitmap to inculde the native PPFID
> [native_ppfid_idx %hhd, orig_bitmap 0x%hhx]\n",
> + "Fix the PPFID bitmap to include the native PPFID
> [native_ppfid_idx %hhd, orig_bitmap 0x%hhx]\n",
> native_ppfid_idx, cdev->ppfid_bitmap);
> cdev->ppfid_bitmap = 0x1 << native_ppfid_idx;
> }
> --
> 2.20.1
Thanks,
Acked-by: Michal Kalderon <michal.kalderon@marvell.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH][next] qed: fix spelling mistake "inculde" -> "include"
2019-05-28 6:52 [PATCH][next] qed: fix spelling mistake "inculde" -> "include" Colin King
2019-05-28 8:34 ` [EXT] " Michal Kalderon
@ 2019-05-29 20:26 ` David Miller
1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2019-05-29 20:26 UTC (permalink / raw)
To: colin.king
Cc: aelior, GR-everest-linux-l2, netdev, kernel-janitors, linux-kernel
From: Colin King <colin.king@canonical.com>
Date: Tue, 28 May 2019 07:52:17 +0100
> From: Colin Ian King <colin.king@canonical.com>
>
> There is a spelling mistake in a DP_INFO message. Fix it.
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
Applied.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-05-29 20:26 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-28 6:52 [PATCH][next] qed: fix spelling mistake "inculde" -> "include" Colin King
2019-05-28 8:34 ` [EXT] " Michal Kalderon
2019-05-29 20:26 ` David Miller
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).