WARNING: line length of 82 exceeds 80 columns #118: FILE: drivers/net/ppp/pppoe.c:541: + sk = sk_alloc(net, PF_PPPOX, GFP_KERNEL, &pppoe_sk_proto, kern, hold_net); WARNING: line length of 81 exceeds 80 columns #131: FILE: drivers/net/ppp/pptp.c:549: + sk = sk_alloc(net, PF_PPPOX, GFP_KERNEL, &pptp_sk_proto, kern, hold_net); WARNING: line length of 87 exceeds 80 columns #170: FILE: drivers/xen/pvcalls-front.c:885: + newsock->sk = sk_alloc(sock_net(sock->sk), PF_INET, GFP_KERNEL, &pvcalls_proto, WARNING: line length of 81 exceeds 80 columns #197: FILE: net/appletalk/ddp.c:1053: + sk = sk_alloc(net, PF_APPLETALK, GFP_KERNEL, &ddp_proto, kern, hold_net); WARNING: line length of 82 exceeds 80 columns #259: FILE: net/bluetooth/cmtp/sock.c:210: + sk = sk_alloc(net, PF_BLUETOOTH, GFP_ATOMIC, &cmtp_proto, kern, hold_net); WARNING: line length of 81 exceeds 80 columns #504: FILE: net/nfc/rawsock.c:342: + sk = sk_alloc(net, PF_NFC, GFP_ATOMIC, nfc_proto->proto, kern, hold_net); WARNING: line length of 81 exceeds 80 columns #517: FILE: net/packet/af_packet.c:3417: + sk = sk_alloc(net, PF_PACKET, GFP_KERNEL, &packet_proto, kern, hold_net); total: 0 errors, 7 warnings, 0 checks, 428 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 4a197dc91083 ("socket: Pass hold_net to sk_alloc().") 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, 7 warnings, 0 checks, 428 lines checked