qed: fix spelling mistake "fullill" -> "fulfill"
authorColin Ian King <colin.king@canonical.com>
Fri, 13 Sep 2019 09:07:59 +0000 (10:07 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 16 Sep 2019 07:06:54 +0000 (09:06 +0200)
There is a spelling mistake in a DP_VERBOSE debug message. Fix it.
(Using American English spelling as this is the most common way
to spell this in the kernel).

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/qlogic/qed/qed_vf.c

index 5dda547..856051f 100644 (file)
@@ -231,7 +231,7 @@ static void qed_vf_pf_acquire_reduce_resc(struct qed_hwfn *p_hwfn,
 {
        DP_VERBOSE(p_hwfn,
                   QED_MSG_IOV,
-                  "PF unwilling to fullill resource request: rxq [%02x/%02x] txq [%02x/%02x] sbs [%02x/%02x] mac [%02x/%02x] vlan [%02x/%02x] mc [%02x/%02x] cids [%02x/%02x]. Try PF recommended amount\n",
+                  "PF unwilling to fulfill resource request: rxq [%02x/%02x] txq [%02x/%02x] sbs [%02x/%02x] mac [%02x/%02x] vlan [%02x/%02x] mc [%02x/%02x] cids [%02x/%02x]. Try PF recommended amount\n",
                   p_req->num_rxqs,
                   p_resp->num_rxqs,
                   p_req->num_rxqs,