commit | c11ca97ee9d2ed593ab7b5523def7787b46f398f | [log] [tgz] |
---|---|---|
author | Denis Cheng <crquan@gmail.com> | Sat Jan 26 14:11:13 2008 +0100 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Sat Jan 26 14:11:21 2008 +0100 |
tree | 16aef050d593095b1d3e3f176412a82eb88dd13f | |
parent | c654749777e8624187b53fbb94cea91a7bf74347 [diff] |
[S390] 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 <crquan@gmail.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>