Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[LAPB] net/lapb/lapb_iface.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