[dpdk-test-report] |WARNING| [PATCH 01/13] EAL: count nr_overcommit_hugepages as available

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Dec 13 02:08:52 CET 2016


Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/17875

_coding style issues_


WARNING:MISORDERED_TYPE: type 'long unsigned *' should be specified in [[un]signed] [short|int|long|long long] order
#52: FILE: lib/librte_eal/linuxapp/eal/eal_hugepage_info.c:64:
+static int get_hp_sysfs_value(const char *subdir, const char *file, long unsigned *val)

WARNING:MISORDERED_TYPE: type 'long unsigned' should be specified in [[un]signed] [short|int|long|long long] order
#68: FILE: lib/librte_eal/linuxapp/eal/eal_hugepage_info.c:78:
+	long unsigned resv_pages, num_pages, over_pages, surplus_pages;

total: 0 errors, 2 warnings, 68 lines checked


More information about the test-report mailing list