[dpdk-test-report] |WARNING| pw84756 [PATCH] Remove printf from signal handler.

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Dec 4 18:52:38 CET 2020


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

_coding style issues_


WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#76: 
printf is not async-signal safe. Using printf in signal handlers may lead to deadlock. Removed printf from signal handlers present in several applications.

WARNING:FROM_SIGN_OFF_MISMATCH: From:/Signed-off-by: email address mismatch: 'From: Prateek Agarwal <pratekag at gmail.com>' != 'Signed-off-by: Prateek Agarwal <prateekag at cse.iitb.ac.in>'

total: 0 errors, 2 warnings, 44 lines checked


More information about the test-report mailing list