WARNING: line length of 81 exceeds 80 columns #497: FILE: net/bluetooth/l2cap_sock.c:1879: + sk = bt_sock_alloc(net, sock, &l2cap_proto, proto, prio, kern, hold_net); WARNING: line length of 82 exceeds 80 columns #538: FILE: net/bluetooth/rfcomm/sock.c:282: + sk = bt_sock_alloc(net, sock, &rfcomm_proto, proto, prio, kern, hold_net); WARNING: line length of 82 exceeds 80 columns #565: FILE: net/bluetooth/rfcomm/sock.c:957: + sk = rfcomm_sock_alloc(sock_net(parent), NULL, BTPROTO_RFCOMM, GFP_ATOMIC, total: 0 errors, 3 warnings, 0 checks, 862 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 c9383ff04890 ("socket: Pass hold_net to struct net_proto_family.create().") 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, 3 warnings, 0 checks, 862 lines checked