[dpdk-test-report] |WARNING| pw97393 [PATCH] net/mlx5: fix protential unreleased lock problem

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Aug 26 19:26:30 CEST 2021


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

_coding style issues_


WARNING:TYPO_SPELLING: 'protential' may be misspelled - perhaps 'potential'?
#96: 
Subject: [dpdk-dev] [PATCH] net/mlx5: fix protential unreleased lock problem

WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#111: 
The lock sh->txpp.mutex isn't correctly released if the function return in the patched branch, which may lead to deadlock if this lock is acuired again. The patch is to fix this problem.

WARNING:TYPO_SPELLING: 'acuired' may be misspelled - perhaps 'acquired'?
#111: 
The lock sh->txpp.mutex isn't correctly released if the function return in the patched branch, which may lead to deadlock if this lock is acuired again. The patch is to fix this problem.

total: 0 errors, 3 warnings, 0 checks, 13 lines checked


More information about the test-report mailing list