[PATCH v2] ibmvnic: fix to use list_for_each_safe() when delete items

David Miller davem at davemloft.net
Sun Jun 26 02:02:41 AEST 2016


From: Wei Yongjun <weiyj_lk at 163.com>
Date: Wed, 22 Jun 2016 10:51:46 +0800

> Since we will remove items off the list using list_del() we need
> to use a safe version of the list_for_each() macro aptly named
> list_for_each_safe().
> 
> Signed-off-by: Wei Yongjun <yongjun_wei at trendmicro.com.cn>

Your email client has corrupted the spacing in this patch, making
it unusable.


More information about the Linuxppc-dev mailing list