Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dccp: Add missing annotation for dccp_child_process()
Sparse reports a warning at dccp_child_process() warning: context imbalance in dccp_child_process() - unexpected unlock The root cause is the missing annotation at dccp_child_process() Add the missing __releases(child) annotation Signed-off-by: Jules Irenge <[email protected]> Signed-off-by: David S. Miller <[email protected]>
- Loading branch information