From: Andrew Lutomirski Date: Wed, 5 Mar 2014 01:24:10 +0000 (-0800) Subject: net: Improve SO_TIMESTAMPING documentation and fix a minor code bug X-Git-Tag: v3.14-rc7~10^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=adca4767821e54c72d4a2f467af77923f2c87e07;p=pandora-kernel.git net: Improve SO_TIMESTAMPING documentation and fix a minor code bug The original documentation was very unclear. The code fix is presumably related to the formerly unclear documentation: SOCK_TIMESTAMPING_RX_SOFTWARE has no effect on __sock_recv_timestamp's behavior, so calling __sock_recv_ts_and_drops from sock_recv_ts_and_drops if only SOCK_TIMESTAMPING_RX_SOFTWARE is set is pointless. This should have no user-observable effect. Signed-off-by: Andy Lutomirski Acked-by: Richard Cochran Signed-off-by: David S. Miller --- Reading git-diff-tree failed