summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/marvell/octeontx2/af/rvu_devlink.c
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2021-08-03 13:56:17 +0300
committerJakub Kicinski <kuba@kernel.org>2021-08-04 00:24:55 +0300
commit8578880df39cb02dd19812eaa834bfada9e8516f (patch)
tree82d9a3e50c78bd5f75f6377347dbde56675252bc /drivers/net/ethernet/marvell/octeontx2/af/rvu_devlink.c
parentbebc3bbf5131b7f792b207e8fcac9a798bb23bbf (diff)
downloadlinux-8578880df39cb02dd19812eaa834bfada9e8516f.tar.xz
octeontx2-af: Fix spelling mistake "Makesure" -> "Make sure"
There is a spelling mistake in a NL_SET_ERR_MSG_MOD message. Fix it. Signed-off-by: Colin Ian King <colin.king@canonical.com> Link: https://lore.kernel.org/r/20210803105617.338546-1-colin.king@canonical.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'drivers/net/ethernet/marvell/octeontx2/af/rvu_devlink.c')
-rw-r--r--drivers/net/ethernet/marvell/octeontx2/af/rvu_devlink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/marvell/octeontx2/af/rvu_devlink.c b/drivers/net/ethernet/marvell/octeontx2/af/rvu_devlink.c
index f95573a66ed4..6f963b2f54a7 100644
--- a/drivers/net/ethernet/marvell/octeontx2/af/rvu_devlink.c
+++ b/drivers/net/ethernet/marvell/octeontx2/af/rvu_devlink.c
@@ -1397,7 +1397,7 @@ static int rvu_af_dl_dwrr_mtu_validate(struct devlink *devlink, u32 id,
NL_SET_ERR_MSG_MOD(extack,
"Changing DWRR MTU is not supported when there are active NIXLFs");
NL_SET_ERR_MSG_MOD(extack,
- "Makesure none of the PF/VF interfaces are initialized and retry");
+ "Make sure none of the PF/VF interfaces are initialized and retry");
return -EOPNOTSUPP;
}