automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw93693 [PATCH 35/58] net/bnxt: add support for conditional goto processing
       [not found] <20210530085929.29695-36-venkatkumar.duvvuru@broadcom.com>
@ 2021-06-01  7:46 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2021-06-01  7:46 UTC (permalink / raw)
  To: test-report; +Cc: Venkat Duvvuru

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

_coding style issues_


WARNING:TYPO_SPELLING: 'THRU' may be misspelled - perhaps 'THROUGH'?
#5573: FILE: drivers/net/bnxt/tf_ulp/ulp_template_db_enum.h:672:
+	ULP_WP_SYM_DECAP_FUNC_THRU_TL2 = 3,

WARNING:TYPO_SPELLING: 'THRU' may be misspelled - perhaps 'THROUGH'?
#5574: FILE: drivers/net/bnxt/tf_ulp/ulp_template_db_enum.h:673:
+	ULP_WP_SYM_DECAP_FUNC_THRU_TL3 = 8,

WARNING:TYPO_SPELLING: 'THRU' may be misspelled - perhaps 'THROUGH'?
#5575: FILE: drivers/net/bnxt/tf_ulp/ulp_template_db_enum.h:674:
+	ULP_WP_SYM_DECAP_FUNC_THRU_TL4 = 9,

WARNING:TYPO_SPELLING: 'THRU' may be misspelled - perhaps 'THROUGH'?
#5576: FILE: drivers/net/bnxt/tf_ulp/ulp_template_db_enum.h:675:
+	ULP_WP_SYM_DECAP_FUNC_THRU_TUN = 10,

WARNING:TYPO_SPELLING: 'THRU' may be misspelled - perhaps 'THROUGH'?
#5577: FILE: drivers/net/bnxt/tf_ulp/ulp_template_db_enum.h:676:
+	ULP_WP_SYM_DECAP_FUNC_THRU_L2 = 11,

WARNING:TYPO_SPELLING: 'THRU' may be misspelled - perhaps 'THROUGH'?
#5578: FILE: drivers/net/bnxt/tf_ulp/ulp_template_db_enum.h:677:
+	ULP_WP_SYM_DECAP_FUNC_THRU_L3 = 12,

WARNING:TYPO_SPELLING: 'THRU' may be misspelled - perhaps 'THROUGH'?
#5579: FILE: drivers/net/bnxt/tf_ulp/ulp_template_db_enum.h:678:
+	ULP_WP_SYM_DECAP_FUNC_THRU_L4 = 13,

WARNING:TYPO_SPELLING: 'THRU' may be misspelled - perhaps 'THROUGH'?
#5791: FILE: drivers/net/bnxt/tf_ulp/ulp_template_db_enum.h:890:
+	ULP_SR_SYM_DECAP_FUNC_THRU_TL2 = 3,

WARNING:TYPO_SPELLING: 'THRU' may be misspelled - perhaps 'THROUGH'?
#5792: FILE: drivers/net/bnxt/tf_ulp/ulp_template_db_enum.h:891:
+	ULP_SR_SYM_DECAP_FUNC_THRU_TL3 = 8,

WARNING:TYPO_SPELLING: 'THRU' may be misspelled - perhaps 'THROUGH'?
#5793: FILE: drivers/net/bnxt/tf_ulp/ulp_template_db_enum.h:892:
+	ULP_SR_SYM_DECAP_FUNC_THRU_TL4 = 9,

WARNING:TYPO_SPELLING: 'THRU' may be misspelled - perhaps 'THROUGH'?
#5794: FILE: drivers/net/bnxt/tf_ulp/ulp_template_db_enum.h:893:
+	ULP_SR_SYM_DECAP_FUNC_THRU_TUN = 10,

WARNING:TYPO_SPELLING: 'THRU' may be misspelled - perhaps 'THROUGH'?
#5795: FILE: drivers/net/bnxt/tf_ulp/ulp_template_db_enum.h:894:
+	ULP_SR_SYM_DECAP_FUNC_THRU_L2 = 11,

WARNING:TYPO_SPELLING: 'THRU' may be misspelled - perhaps 'THROUGH'?
#5796: FILE: drivers/net/bnxt/tf_ulp/ulp_template_db_enum.h:895:
+	ULP_SR_SYM_DECAP_FUNC_THRU_L3 = 12,

WARNING:TYPO_SPELLING: 'THRU' may be misspelled - perhaps 'THROUGH'?
#5797: FILE: drivers/net/bnxt/tf_ulp/ulp_template_db_enum.h:896:
+	ULP_SR_SYM_DECAP_FUNC_THRU_L4 = 13,

WARNING:TYPO_SPELLING: 'THRU' may be misspelled - perhaps 'THROUGH'?
#7031: FILE: drivers/net/bnxt/tf_ulp/ulp_template_db_stingray_act.c:399:
+		ULP_SR_SYM_DECAP_FUNC_THRU_TUN},

WARNING:TYPO_SPELLING: 'THRU' may be misspelled - perhaps 'THROUGH'?
#7407: FILE: drivers/net/bnxt/tf_ulp/ulp_template_db_stingray_act.c:653:
+		ULP_SR_SYM_DECAP_FUNC_THRU_TUN},

WARNING:TYPO_SPELLING: 'THRU' may be misspelled - perhaps 'THROUGH'?
#17962: FILE: drivers/net/bnxt/tf_ulp/ulp_template_db_wh_plus_act.c:397:
+		ULP_WP_SYM_DECAP_FUNC_THRU_TUN},

WARNING:TYPO_SPELLING: 'THRU' may be misspelled - perhaps 'THROUGH'?
#18338: FILE: drivers/net/bnxt/tf_ulp/ulp_template_db_wh_plus_act.c:651:
+		ULP_WP_SYM_DECAP_FUNC_THRU_TUN},

total: 0 errors, 18 warnings, 0 checks, 27930 lines checked

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

only message in thread, other threads:[~2021-06-01  7:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20210530085929.29695-36-venkatkumar.duvvuru@broadcom.com>
2021-06-01  7:46 ` [dpdk-test-report] |WARNING| pw93693 [PATCH 35/58] net/bnxt: add support for conditional goto processing 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).