Re: [PATCH net] selftests/txtimestamp: Fix an equals vs assign bug

2019-01-15 Thread David Miller
From: Dan Carpenter Date: Wed, 9 Jan 2019 13:50:07 +0300 > This should be == instead of =. > > Fixes: b52354aa068e ("selftests: expand txtimestamp with ipv6 dgram + raw and > pf_packet") > Signed-off-by: Dan Carpenter Applied.

Re: [PATCH net] selftests/txtimestamp: Fix an equals vs assign bug

2019-01-09 Thread Willem de Bruijn
On Wed, Jan 9, 2019 at 5:52 AM Dan Carpenter wrote: > > This should be == instead of =. > > Fixes: b52354aa068e ("selftests: expand txtimestamp with ipv6 dgram + raw and > pf_packet") > Signed-off-by: Dan Carpenter Acked-by: Willem de Bruijn Thanks for the fix, Dan.

[PATCH net] selftests/txtimestamp: Fix an equals vs assign bug

2019-01-09 Thread Dan Carpenter
This should be == instead of =. Fixes: b52354aa068e ("selftests: expand txtimestamp with ipv6 dgram + raw and pf_packet") Signed-off-by: Dan Carpenter --- tools/testing/selftests/networking/timestamping/txtimestamp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/test