On 12/13/2017 12:05 PM, Hemant Agrawal wrote:
> Fixes: 05ba55bc2b1a ("net/dpaa: add packet dump for debugging")
> Fixes: 37f9b54bd3cf ("net/dpaa: support Tx and Rx queue setup")
> Cc: [email protected]>
> Signed-off-by: Hemant Agrawal <[email protected]>
Hi Hemant,
fix coverity issues is not very helpful as commit title, can you please document
what really fixed.
And there is a special format for coverity fixes:
"
Coverity issue: ......
Fixes: ............ ("...")
Cc: [email protected] [if required]
Signed-off-by: ....
"
There are samples in git history. It seems this format is not documented and
Marko will help to document it.