WARNING: line length of 88 exceeds 80 columns #63: FILE: drivers/block/drbd/drbd_receiver.c:622: + err = sock_create_net_noref(&init_net, ((struct sockaddr *)&src_in6)->sa_family, WARNING: line length of 88 exceeds 80 columns #76: FILE: drivers/block/drbd/drbd_receiver.c:717: + err = sock_create_net_noref(&init_net, ((struct sockaddr *)&my_addr)->sa_family, WARNING: line length of 81 exceeds 80 columns #134: FILE: fs/dlm/lowcomms.c:1583: + SOCK_STREAM, dlm_proto_ops->proto, &sock); WARNING: line length of 81 exceeds 80 columns #145: FILE: fs/dlm/lowcomms.c:1764: + SOCK_STREAM, dlm_proto_ops->proto, &sock); WARNING: line length of 82 exceeds 80 columns #375: FILE: net/netfilter/ipvs/ip_vs_sync.c:1473: + result = sock_create_net_noref(ipvs->net, ipvs->mcfg.mcast_af, SOCK_DGRAM, WARNING: line length of 82 exceeds 80 columns #386: FILE: net/netfilter/ipvs/ip_vs_sync.c:1530: + result = sock_create_net_noref(ipvs->net, ipvs->bcfg.mcast_af, SOCK_DGRAM, WARNING: line length of 83 exceeds 80 columns #411: FILE: net/qrtr/ns.c:738: + * sock_create_net_noref(): one is to increase the reference count of owner WARNING: line length of 82 exceeds 80 columns #547: FILE: net/sunrpc/svcsock.c:1532: + error = sock_create_net_noref(net, family, type, protocol, &sock); WARNING: line length of 91 exceeds 80 columns #560: FILE: net/sunrpc/xprtsock.c:1930: + err = sock_create_net_noref(xprt->xprt_net, family, type, protocol, &sock); WARNING: line length of 81 exceeds 80 columns #584: FILE: net/tipc/topsrv.c:518: + rc = sock_create_net_noref(srv->net, AF_TIPC, SOCK_SEQPACKET, 0, &lsock); WARNING: line length of 83 exceeds 80 columns #593: FILE: net/tipc/topsrv.c:556: + * sock_create_net_noref(): one is to increase the reference count of owner WARNING: line length of 82 exceeds 80 columns #607: FILE: net/wireless/nl80211.c:13692: + err = sock_create_net_noref(wiphy_net(&rdev->wiphy), PF_INET, SOCK_STREAM, WARNING: line length of 83 exceeds 80 columns #622: FILE: tools/testing/selftests/bpf/bpf_testmod/bpf_testmod.c:807: + err = sock_create_net_noref(current->nsproxy->net_ns, args->af, args->type, total: 0 errors, 13 warnings, 0 checks, 416 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 9db8555cce80 ("socket: Rename sock_create_kern() to sock_create_net_noref().") 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, 13 warnings, 0 checks, 416 lines checked