[dpdk-test-report] |WARNING| pw97392 [PATCH] net/axgbe: fix protential unreleased lock problem in axgbe_i2c_xfer
checkpatch at dpdk.org
checkpatch at dpdk.org
Thu Aug 26 19:26:29 CEST 2021
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/97392
_coding style issues_
WARNING:TYPO_SPELLING: 'protential' may be misspelled - perhaps 'potential'?
#94:
Subject: [dpdk-dev] [PATCH] net/axgbe: fix protential unreleased lock
WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#110:
The lock pdata->i2c_mutex is not released if the function return in these two patched branches, which may lead to deadlock problem if this lock is acuired again. The patch is to fix this problem.
WARNING:TYPO_SPELLING: 'acuired' may be misspelled - perhaps 'acquired'?
#110:
The lock pdata->i2c_mutex is not released if the function return in these two patched branches, which may lead to deadlock problem if this lock is acuired again. The patch is to fix this problem.
total: 0 errors, 3 warnings, 0 checks, 14 lines checked
More information about the test-report
mailing list