Messages in this thread |  | | | Date | Fri, 07 Dec 2007 00:49:25 -0800 (PST) | | Subject | Re: [PATCH 13/20] net/core/dev.c: use LIST_HEAD instead of LIST_HEAD_INIT | | From | David Miller <> |
From: Denis Cheng <crquan@gmail.com> Date: Fri, 7 Dec 2007 00:01:26 +0800
> 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 <crquan@gmail.com>
Applied.
|  |