Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[IPV4] net/ipv4/cipso_ipv4.c: use LIST_HEAD instead of LIST_HEAD_INIT
single list_head variable initialized with LIST_HEAD_INIT could almost always can be replaced with LIST_HEAD declaration, this shrinks the code and looks better. Signed-off-by: Denis Cheng <[email protected]> Signed-off-by: David S. Miller <[email protected]>
- Loading branch information