automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw94171 [PATCH v2 35/58] net/bnxt: add conditional goto processing
       [not found] <20210613000652.28191-36-ajit.khaparde@broadcom.com>
@ 2021-06-14 14:44 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2021-06-14 14:44 UTC (permalink / raw)
  To: test-report; +Cc: Ajit Khaparde

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

_coding style issues_


WARNING:TYPO_SPELLING: 'THRU' may be misspelled - perhaps 'THROUGH'?
#5598: 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'?
#5599: 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'?
#5600: 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'?
#5601: 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'?
#5602: 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'?
#5603: 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'?
#5604: 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'?
#5816: 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'?
#5817: 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'?
#5818: 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'?
#5819: 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'?
#5820: 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'?
#5821: 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'?
#5822: 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'?
#7056: 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'?
#7432: 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'?
#17987: 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'?
#18363: 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-14 14:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20210613000652.28191-36-ajit.khaparde@broadcom.com>
2021-06-14 14:44 ` [dpdk-test-report] |WARNING| pw94171 [PATCH v2 35/58] net/bnxt: add 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).