summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2021-06-15 13:14:57 +0300
committerDavid S. Miller <davem@davemloft.net>2021-06-15 21:29:58 +0300
commitf25dcde974396a504af7ed795a3106dcf3ee7144 (patch)
treef148a4b371aefb2577517255068084675697b5de /drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c
parent11b57faf951cd3a570e3d9e463fc7c41023bc8c6 (diff)
downloadlinux-f25dcde974396a504af7ed795a3106dcf3ee7144.tar.xz
octeontx2-pf: Fix spelling mistake "morethan" -> "more than"
There is a spelling mistake in a dev_err message. Fix it. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c')
-rw-r--r--drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c b/drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c
index ef833fe39114..3612e0a2cab3 100644
--- a/drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c
+++ b/drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c
@@ -2556,7 +2556,7 @@ int rvu_mbox_handler_npc_mcam_alloc_entry(struct rvu *rvu,
*/
if (!req->contig && req->count > NPC_MAX_NONCONTIG_ENTRIES) {
dev_err(rvu->dev,
- "%s: %d Non-contiguous MCAM entries requested is morethan max (%d) allowed\n",
+ "%s: %d Non-contiguous MCAM entries requested is more than max (%d) allowed\n",
__func__, req->count, NPC_MAX_NONCONTIG_ENTRIES);
return NPC_MCAM_INVALID_REQ;
}