WARNING: line length of 85 exceeds 80 columns #95: FILE: drivers/block/drbd/drbd_receiver.c:622: + err = __sock_create_kern(&init_net, ((struct sockaddr *)&src_in6)->sa_family, WARNING: line length of 85 exceeds 80 columns #108: FILE: drivers/block/drbd/drbd_receiver.c:717: + err = __sock_create_kern(&init_net, ((struct sockaddr *)&my_addr)->sa_family, WARNING: line length of 84 exceeds 80 columns #167: FILE: fs/afs/rxrpc.c:56: + ret = __sock_create_kern(net->net, AF_RXRPC, SOCK_DGRAM, PF_INET6, &socket); WARNING: line length of 86 exceeds 80 columns #293: FILE: net/handshake/handshake-test.c:148: + return __sock_create_kern(&init_net, PF_INET, SOCK_STREAM, IPPROTO_TCP, sock); WARNING: line length of 96 exceeds 80 columns #616: FILE: net/socket.c:1629: +int __sock_create_kern(struct net *net, int family, int type, int protocol, struct socket **res) total: 0 errors, 5 warnings, 0 checks, 465 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 89c59c7be35e ("socket: Rename sock_create_kern() to __sock_create_kern().") 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, 5 warnings, 0 checks, 465 lines checked