From: Tanner Love <tannerlove.ker...@gmail.com> Date: Sat, 4 Jul 2020 16:45:14 -0400
> From: Tanner Love <tannerl...@google.com> > > Before, clang version 9 threw errors such as: error: > use of GNU old-style field designator extension [-Werror,-Wgnu-designator] > { tstamp: true, swtstamp: true } > ^~~~~~~ > .tstamp = > Fix these warnings in tools/testing/selftests/net in the same manner as > commit 121e357ac728 ("selftests/harness: Update named initializer syntax"). > N.B. rxtimestamp.c is the only affected file in the directory. > > Signed-off-by: Tanner Love <tannerl...@google.com> > Acked-by: Willem de Bruijn <will...@google.com> Applied.