Home
last modified time | relevance | path

Searched hist:"480 e93e12aa04d857f7cc2e6fcec181c0d690404" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/xfrm/
H A Dxfrm_ipcomp.cdiff 480e93e12aa04d857f7cc2e6fcec181c0d690404 Sun Jul 25 12:53:55 CDT 2021 Harshvardhan Jha <harshvardhan.jha@oracle.com> net: xfrm: Fix end of loop tests for list_for_each_entry

The list_for_each_entry() iterator, "pos" in this code, can never be
NULL so the warning will never be printed.

Signed-off-by: Harshvardhan Jha <harshvardhan.jha@oracle.com>
Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>