David Miller <da...@davemloft.net> writes:
> From: Rainer Weikusat <rweiku...@mobileactivedefense.com>
> Date: Mon, 09 Nov 2015 14:40:48 +0000
>
>> +    __remove_wait_queue(&unix_sk(u->peer_wake.private)->peer_wait,
>> +                        &u->peer_wake);
>
> This is more simply:
>
>       __remove_wait_queue(&unix_sk(u->peer_wake.private)->peer_wait, q);

Thank you for pointing this out.

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to