mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-28 23:23:55 +08:00
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>
This commit is contained in:
parent
11b57faf95
commit
f25dcde974
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user