2019-04-16 11:45:27

by Colin King

[permalink] [raw]
Subject: [PATCH] qed: fix spelling mistake "faspath" -> "fastpath"

From: Colin Ian King <[email protected]>

There is a spelling mistake in a DP_INFO message, fix it.

Signed-off-by: Colin Ian King <[email protected]>
---
drivers/net/ethernet/qlogic/qed/qed_sriov.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ethernet/qlogic/qed/qed_sriov.c b/drivers/net/ethernet/qlogic/qed/qed_sriov.c
index 9faaa6df78ed..2f318aaf2b05 100644
--- a/drivers/net/ethernet/qlogic/qed/qed_sriov.c
+++ b/drivers/net/ethernet/qlogic/qed/qed_sriov.c
@@ -1591,7 +1591,7 @@ static void qed_iov_vf_mbx_acquire(struct qed_hwfn *p_hwfn,
p_vfdev->eth_fp_hsi_minor = ETH_HSI_VER_NO_PKT_LEN_TUNN;
} else {
DP_INFO(p_hwfn,
- "VF[%d] needs fastpath HSI %02x.%02x, which is incompatible with loaded FW's faspath HSI %02x.%02x\n",
+ "VF[%d] needs fastpath HSI %02x.%02x, which is incompatible with loaded FW's fastpath HSI %02x.%02x\n",
vf->abs_vf_id,
req->vfdev_info.eth_fp_hsi_major,
req->vfdev_info.eth_fp_hsi_minor,
--
2.20.1


2019-04-16 13:21:24

by Mukesh Ojha

[permalink] [raw]
Subject: Re: [PATCH] qed: fix spelling mistake "faspath" -> "fastpath"


On 4/16/2019 5:13 PM, Colin King wrote:
> From: Colin Ian King <[email protected]>
>
> There is a spelling mistake in a DP_INFO message, fix it.
>
> Signed-off-by: Colin Ian King <[email protected]>
Reviewed-by: Mukesh Ojha <[email protected]>

Cheers,
-Mukesh
> ---
> drivers/net/ethernet/qlogic/qed/qed_sriov.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/net/ethernet/qlogic/qed/qed_sriov.c b/drivers/net/ethernet/qlogic/qed/qed_sriov.c
> index 9faaa6df78ed..2f318aaf2b05 100644
> --- a/drivers/net/ethernet/qlogic/qed/qed_sriov.c
> +++ b/drivers/net/ethernet/qlogic/qed/qed_sriov.c
> @@ -1591,7 +1591,7 @@ static void qed_iov_vf_mbx_acquire(struct qed_hwfn *p_hwfn,
> p_vfdev->eth_fp_hsi_minor = ETH_HSI_VER_NO_PKT_LEN_TUNN;
> } else {
> DP_INFO(p_hwfn,
> - "VF[%d] needs fastpath HSI %02x.%02x, which is incompatible with loaded FW's faspath HSI %02x.%02x\n",
> + "VF[%d] needs fastpath HSI %02x.%02x, which is incompatible with loaded FW's fastpath HSI %02x.%02x\n",
> vf->abs_vf_id,
> req->vfdev_info.eth_fp_hsi_major,
> req->vfdev_info.eth_fp_hsi_minor,

2019-04-17 04:40:36

by David Miller

[permalink] [raw]
Subject: Re: [PATCH] qed: fix spelling mistake "faspath" -> "fastpath"

From: Colin King <[email protected]>
Date: Tue, 16 Apr 2019 12:43:17 +0100

> From: Colin Ian King <[email protected]>
>
> There is a spelling mistake in a DP_INFO message, fix it.
>
> Signed-off-by: Colin Ian King <[email protected]>

Applied, thanks.