commit | 2636ff6b0df904cf1c982f580860204a386d177f | [log] [tgz] |
---|---|---|
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | Wed Sep 05 14:40:43 2012 +0800 |
committer | Florian Tobias Schandinat <FlorianSchandinat@gmx.de> | Sat Sep 22 21:33:53 2012 +0000 |
tree | d23c62b07218fe73d204ffc97681531030932df2 | |
parent | 012a1211845eab69a5488d59eb87d24cc518c627 [diff] |
vmlfb: use list_move_tail instead of list_del/list_add_tail Using list_move_tail() instead of list_del() + list_add_tail(). spatch with a semantic match is used to found this problem. (http://coccinelle.lip6.fr/) Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn> Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>