WARNING: line length of 85 exceeds 80 columns #40: FILE: include/net/ip.h:99: + ipcm->sockc.tsflags = READ_ONCE(inet->sk.sk_tsflags[SOCKETOPT_TS_REQUESTOR]); WARNING: line length of 82 exceeds 80 columns #143: FILE: net/core/sock.c:908: + !(sk->sk_tsflags[SOCKETOPT_TS_REQUESTOR] & SOF_TIMESTAMPING_OPT_ID)) { WARNING: line length of 97 exceeds 80 columns #161: FILE: net/core/sock.c:1797: + v.timestamping.flags = READ_ONCE(sk->sk_tsflags[SOCKETOPT_TS_REQUESTOR]); WARNING: line length of 90 exceeds 80 columns #183: FILE: net/ipv4/ip_output.c:1053: + READ_ONCE(sk->sk_tsflags[SOCKETOPT_TS_REQUESTOR]) & SOF_TIMESTAMPING_OPT_ID) { WARNING: line length of 95 exceeds 80 columns #196: FILE: net/ipv4/ip_sockglue.c:512: + if (!(READ_ONCE(sk->sk_tsflags[SOCKETOPT_TS_REQUESTOR]) & SOF_TIMESTAMPING_OPT_CMSG) || WARNING: line length of 90 exceeds 80 columns #222: FILE: net/ipv6/ip6_output.c:1550: + READ_ONCE(sk->sk_tsflags[SOCKETOPT_TS_REQUESTOR]) & SOF_TIMESTAMPING_OPT_ID) { WARNING: line length of 84 exceeds 80 columns #274: FILE: net/sctp/socket.c:9474: + memcpy(newsk->sk_tsflags, sk->sk_tsflags, sizeof(u32) * __MAX_TS_REQUESTOR); WARNING: line length of 100 exceeds 80 columns #287: FILE: net/socket.c:848: + bool cycles = READ_ONCE(sk->sk_tsflags[SOCKETOPT_TS_REQUESTOR]) & SOF_TIMESTAMPING_BIND_PHC; total: 0 errors, 8 warnings, 0 checks, 190 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. Commit d24cd324b962 ("net-timestamp: introduce socket tsflag requestors") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE GIT_COMMIT_ID MACRO_ARG_REUSE NO_AUTHOR_SIGN_OFF NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. total: 0 errors, 8 warnings, 0 checks, 190 lines checked