automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw120120 [PATCH 1/2] eal: provide leading and trailing zero bit count abstraction
       [not found] <1669241687-18810-2-git-send-email-roretzla@linux.microsoft.com>
@ 2022-11-23 22:16 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2022-11-23 22:16 UTC (permalink / raw)
  To: test-report; +Cc: Tyler Retzlaff

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

_coding style issues_


WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#111: FILE: lib/eal/include/rte_bitcount.h:31:
+	return (unsigned)rv;

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#133: FILE: lib/eal/include/rte_bitcount.h:53:
+	return (unsigned)rv;

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#155: FILE: lib/eal/include/rte_bitcount.h:75:
+	return (unsigned)rv;

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#177: FILE: lib/eal/include/rte_bitcount.h:97:
+	return (unsigned)rv;

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#199: FILE: lib/eal/include/rte_bitcount.h:119:
+	return (unsigned)rv;

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#221: FILE: lib/eal/include/rte_bitcount.h:141:
+	return (unsigned)rv;

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#241: FILE: lib/eal/include/rte_bitcount.h:161:
+	return (unsigned)__builtin_clz(v);

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#259: FILE: lib/eal/include/rte_bitcount.h:179:
+	return (unsigned)__builtin_clzl(v);

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#277: FILE: lib/eal/include/rte_bitcount.h:197:
+	return (unsigned)__builtin_clzll(v);

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#295: FILE: lib/eal/include/rte_bitcount.h:215:
+	return (unsigned)__builtin_ctz(v);

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#313: FILE: lib/eal/include/rte_bitcount.h:233:
+	return (unsigned)__builtin_ctzl(v);

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#331: FILE: lib/eal/include/rte_bitcount.h:251:
+	return (unsigned)__builtin_ctzll(v);

total: 0 errors, 12 warnings, 264 lines checked

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-11-23 22:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1669241687-18810-2-git-send-email-roretzla@linux.microsoft.com>
2022-11-23 22:16 ` |WARNING| pw120120 [PATCH 1/2] eal: provide leading and trailing zero bit count abstraction checkpatch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).