WARNING: line length of 86 exceeds 80 columns #462: 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 #557: FILE: net/homa/homa_plumbing.c:465: + 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 #575: FILE: net/homa/homa_plumbing.c:483: + hsk->error_msg = "couldn't copy homa_info to user space: read-only address?"; WARNING: line length of 87 exceeds 80 columns #629: FILE: net/homa/homa_plumbing.c:537: + 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 #629: FILE: net/homa/homa_plumbing.c:537: + hsk->error_msg = "homa_setsockopt invoked with level not IPPROTO_HOMA"; WARNING: line length of 108 exceeds 80 columns #637: FILE: net/homa/homa_plumbing.c:545: + hsk->error_msg = "invalid optlen argument: must be sizeof(struct homa_rcvbuf_args)"; WARNING: line length of 81 exceeds 80 columns #651: FILE: net/homa/homa_plumbing.c:559: + hsk->error_msg = "receive buffer region is not writable"; WARNING: line length of 88 exceeds 80 columns #661: FILE: net/homa/homa_plumbing.c:569: + hsk->error_msg = "invalid optlen argument: must be sizeof(int)"; WARNING: line length of 84 exceeds 80 columns #666: FILE: net/homa/homa_plumbing.c:574: + hsk->error_msg = "invalid address for SO_HOMA_SERVER value"; WARNING: line length of 85 exceeds 80 columns #704: FILE: net/homa/homa_plumbing.c:612: + hsk->error_msg = "invalid address for optlen argument to getsockopt"; WARNING: line length of 87 exceeds 80 columns #709: FILE: net/homa/homa_plumbing.c:617: + hsk->error_msg = "homa_getsockopt invoked with level not IPPROTO_HOMA"; WARNING: Prefer using '"%s...", __func__' to using 'homa_getsockopt', this function's name, in a string #709: FILE: net/homa/homa_plumbing.c:617: + hsk->error_msg = "homa_getsockopt invoked with level not IPPROTO_HOMA"; WARNING: line length of 108 exceeds 80 columns #714: FILE: net/homa/homa_plumbing.c:622: + hsk->error_msg = "invalid optlen argument: must be sizeof(struct homa_rcvbuf_args)"; WARNING: line length of 88 exceeds 80 columns #725: FILE: net/homa/homa_plumbing.c:633: + hsk->error_msg = "invalid optlen argument: must be sizeof(int)"; WARNING: line length of 93 exceeds 80 columns #738: FILE: net/homa/homa_plumbing.c:646: + hsk->error_msg = "couldn't update optlen argument to getsockopt: read-only?"; WARNING: line length of 93 exceeds 80 columns #743: FILE: net/homa/homa_plumbing.c:651: + hsk->error_msg = "couldn't update optval argument to getsockopt: read-only?"; WARNING: line length of 88 exceeds 80 columns #774: FILE: net/homa/homa_plumbing.c:682: + hsk->error_msg = "msg_control argument for sendmsg isn't in user space"; WARNING: line length of 87 exceeds 80 columns #780: FILE: net/homa/homa_plumbing.c:688: + hsk->error_msg = "invalid address for msg_control argument to sendmsg"; WARNING: line length of 85 exceeds 80 columns #786: FILE: net/homa/homa_plumbing.c:694: + hsk->error_msg = "reserved fields in homa_sendmsg_args must be zero"; WARNING: line length of 91 exceeds 80 columns #799: FILE: net/homa/homa_plumbing.c:707: + hsk->error_msg = "address family in sendmsg address must match the socket"; WARNING: line length of 109 exceeds 80 columns #832: FILE: net/homa/homa_plumbing.c:740: + hsk->error_msg = "couldn't update homa_sendmsg_args argument to sendmsg: read-only?"; WARNING: line length of 97 exceeds 80 columns #842: FILE: net/homa/homa_plumbing.c:750: + hsk->error_msg = "completion_cookie must be zero when sending responses"; WARNING: line length of 82 exceeds 80 columns #858: FILE: net/homa/homa_plumbing.c:766: + hsk->error_msg = "RPC has failed, so can't send response"; WARNING: line length of 94 exceeds 80 columns #863: FILE: net/homa/homa_plumbing.c:771: + hsk->error_msg = "RPC is not in a state where a response can be sent"; WARNING: line length of 87 exceeds 80 columns #921: FILE: net/homa/homa_plumbing.c:829: + hsk->error_msg = "invalid address for msg_control argument to recvmsg"; WARNING: line length of 85 exceeds 80 columns #932: FILE: net/homa/homa_plumbing.c:840: + hsk->error_msg = "reserved fields in homa_recvmsg_args must be zero"; WARNING: line length of 82 exceeds 80 columns #937: FILE: net/homa/homa_plumbing.c:845: + hsk->error_msg = "SO_HOMA_RECVBUF socket option has not been set"; WARNING: line length of 91 exceeds 80 columns #960: FILE: net/homa/homa_plumbing.c:868: + hsk->error_msg = "error while waiting for private RPC to complete"; WARNING: line length of 90 exceeds 80 columns #971: FILE: net/homa/homa_plumbing.c:879: + hsk->error_msg = "error while waiting for shared RPC to complete"; WARNING: line length of 101 exceeds 80 columns #1047: FILE: net/homa/homa_plumbing.c:955: + hsk->error_msg = "couldn't update homa_recvmsg_args argument to recvmsg: read-only?"; total: 0 errors, 30 warnings, 0 checks, 1317 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 b49fa48ea07c ("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, 30 warnings, 0 checks, 1317 lines checked