marvell: remove uses of uint 72/40772/3
authorlajoskatona <katonalala@gmail.com>
Mon, 22 Apr 2024 15:29:03 +0000 (17:29 +0200)
committerDamjan Marion <dmarion@0xa5.net>
Tue, 14 May 2024 07:52:19 +0000 (07:52 +0000)
commit9850d301b0dc87cadf05999cf210f1f7b731a327
treeef7adfa6220aea12f3b1a589d6650ceb62e4d873
parent2e87d942abe499ea78ed282c1842ed314b1cd757
marvell: remove uses of uint

This change changes all instances of `uint` to `unsigned int` to avoid
use of the non-standard type. This fixes problems that some versions of
GCC may have.
For similar patch see: https://gerrit.fd.io/r/c/vpp/+/40762

Type: fix
Change-Id: I0c666de788ac5b3c457e0a073e3e279f2fb99a4f
Signed-off-by: lajoskatona <katonalala@gmail.com>
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
src/plugins/marvell/pp2/cli.c