linux-nvme / nvme-cli

NVMe management command line interface.
https://nvmexpress.org
GNU General Public License v2.0
1.41k stars 637 forks source link

nvme-print: Use 'unsigned int' instead of 'unsigned' #2388

Closed ikegami-t closed 2 weeks ago

ikegami-t commented 2 weeks ago

Fix for the checkpatch review error below. Error: WARNING: Prefer 'unsigned int' to bare use of 'unsigned'

igaw commented 2 weeks ago

Thanks!