net/null: prefer unsigned int
authorFerruh Yigit <ferruh.yigit@intel.com>
Mon, 2 Mar 2020 17:36:43 +0000 (17:36 +0000)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 21 Apr 2020 11:57:07 +0000 (13:57 +0200)
commit4df90194f2a26ffe3399f1b5a6fe5987180202f6
treec0998fe4377fcb773a3c3d055c801e244d77d7d2
parentc21a276bd8f3d4c5210ccd2074f7a87a7d00b3e4
net/null: prefer unsigned int

Prefer 'unsigned int' storage type keyword against 'unsigned', this also
silence the checkpatch warnings.

Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
drivers/net/null/rte_eth_null.c