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

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


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

_coding style issues_


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

WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#109: 
The lock pdata->phy_mutex may not be correctly released if the function return in these two branches, which may lead to deadlock if the lock is acuired again. The patch is to fix this problem.

WARNING:TYPO_SPELLING: 'acuired' may be misspelled - perhaps 'acquired'?
#109: 
The lock pdata->phy_mutex may not be correctly released if the function return in these two branches, which may lead to deadlock if the lock is acuired again. The patch is to fix this problem.

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


More information about the test-report mailing list