WARNING: line length of 86 exceeds 80 columns #461: FILE: net/homa/homa_plumbing.c:370: + hsk->error_msg = "address family in bind address didn't match socket"; WARNING: line length of 124 exceeds 80 columns #554: FILE: net/homa/homa_plumbing.c:463: + hsk->error_msg = "couldn't copy homa_rpc_info to user space: invalid or read-only address?"; WARNING: line length of 93 exceeds 80 columns #571: FILE: net/homa/homa_plumbing.c:480: + hsk->error_msg = "couldn't copy homa_info to user space: read-only address?"; WARNING: line length of 87 exceeds 80 columns #633: FILE: net/homa/homa_plumbing.c:542: + hsk->error_msg = "homa_setsockopt invoked with level not IPPROTO_HOMA"; WARNING: Prefer using '"%s...", __func__' to using 'homa_setsockopt', this function's name, in a string #633: FILE: net/homa/homa_plumbing.c:542: + hsk->error_msg = "homa_setsockopt invoked with level not IPPROTO_HOMA"; WARNING: line length of 108 exceeds 80 columns #641: FILE: net/homa/homa_plumbing.c:550: + hsk->error_msg = "invalid optlen argument: must be sizeof(struct homa_rcvbuf_args)"; WARNING: line length of 81 exceeds 80 columns #655: FILE: net/homa/homa_plumbing.c:564: + hsk->error_msg = "receive buffer region is not writable"; WARNING: line length of 88 exceeds 80 columns #665: FILE: net/homa/homa_plumbing.c:574: + hsk->error_msg = "invalid optlen argument: must be sizeof(int)"; WARNING: line length of 84 exceeds 80 columns #670: FILE: net/homa/homa_plumbing.c:579: + hsk->error_msg = "invalid address for SO_HOMA_SERVER value"; WARNING: line length of 85 exceeds 80 columns #708: FILE: net/homa/homa_plumbing.c:617: + hsk->error_msg = "invalid address for optlen argument to getsockopt"; WARNING: line length of 87 exceeds 80 columns #713: FILE: net/homa/homa_plumbing.c:622: + hsk->error_msg = "homa_setsockopt invoked with level not IPPROTO_HOMA"; WARNING: line length of 108 exceeds 80 columns #718: FILE: net/homa/homa_plumbing.c:627: + hsk->error_msg = "invalid optlen argument: must be sizeof(struct homa_rcvbuf_args)"; WARNING: line length of 88 exceeds 80 columns #729: FILE: net/homa/homa_plumbing.c:638: + hsk->error_msg = "invalid optlen argument: must be sizeof(int)"; WARNING: line length of 93 exceeds 80 columns #742: FILE: net/homa/homa_plumbing.c:651: + hsk->error_msg = "couldn't update optlen argument to getsockopt: read-only?"; WARNING: line length of 93 exceeds 80 columns #747: FILE: net/homa/homa_plumbing.c:656: + hsk->error_msg = "couldn't update optval argument to getsockopt: read-only?"; WARNING: line length of 88 exceeds 80 columns #779: FILE: net/homa/homa_plumbing.c:688: + hsk->error_msg = "msg_control argument for sendmsg isn't in user space"; WARNING: line length of 87 exceeds 80 columns #785: FILE: net/homa/homa_plumbing.c:694: + hsk->error_msg = "invalid address for msg_control argument to sendmsg"; WARNING: line length of 85 exceeds 80 columns #791: FILE: net/homa/homa_plumbing.c:700: + hsk->error_msg = "reserved fields in homa_sendmsg_args must be zero"; WARNING: line length of 91 exceeds 80 columns #804: FILE: net/homa/homa_plumbing.c:713: + hsk->error_msg = "address family in sendmsg address must match the socket"; WARNING: line length of 109 exceeds 80 columns #837: FILE: net/homa/homa_plumbing.c:746: + hsk->error_msg = "couldn't update homa_sendmsg_args argument to sendmsg: read-only?"; WARNING: line length of 97 exceeds 80 columns #847: FILE: net/homa/homa_plumbing.c:756: + hsk->error_msg = "completion_cookie must be zero when sending responses"; WARNING: line length of 82 exceeds 80 columns #863: FILE: net/homa/homa_plumbing.c:772: + hsk->error_msg = "RPC has failed, so can't send response"; WARNING: line length of 94 exceeds 80 columns #868: FILE: net/homa/homa_plumbing.c:777: + hsk->error_msg = "RPC is not in a state where a response can be sent"; WARNING: line length of 87 exceeds 80 columns #928: FILE: net/homa/homa_plumbing.c:837: + hsk->error_msg = "invalid address for msg_control argument to recvmsg"; WARNING: line length of 85 exceeds 80 columns #939: FILE: net/homa/homa_plumbing.c:848: + hsk->error_msg = "reserved fields in homa_recvmsg_args must be zero"; WARNING: line length of 82 exceeds 80 columns #944: FILE: net/homa/homa_plumbing.c:853: + hsk->error_msg = "SO_HOMA_RECVBUF socket option has not been set"; WARNING: line length of 91 exceeds 80 columns #967: FILE: net/homa/homa_plumbing.c:876: + hsk->error_msg = "error while waiting for private RPC to complete"; WARNING: line length of 90 exceeds 80 columns #978: FILE: net/homa/homa_plumbing.c:887: + hsk->error_msg = "error while waiting for shared RPC to complete"; WARNING: line length of 101 exceeds 80 columns #1051: FILE: net/homa/homa_plumbing.c:960: + hsk->error_msg = "couldn't update homa_recvmsg_args argument to recvmsg: read-only?"; total: 0 errors, 29 warnings, 0 checks, 1321 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 6d6be5346490 ("net: homa: create homa_plumbing.c") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE FILE_PATH_CHANGES 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, 29 warnings, 0 checks, 1321 lines checked