WARNING: line length of 84 exceeds 80 columns #48: FILE: include/net/dst.h:268: + * This drops the refcount on the dst iff the dstref object holds a reference to it. WARNING: line length of 82 exceeds 80 columns #60: FILE: include/net/dst.h:280: + * Clones the dstref while preserving the ownership semantics of the input dstref. WARNING: line length of 95 exceeds 80 columns #89: FILE: include/net/dstref.h:10: + * This is required since we can't include dst.h here, in order avoid circular includes between WARNING: line length of 90 exceeds 80 columns #95: FILE: include/net/dstref.h:16: + * typedef dstref_t - a pointer to a dst which may or may not hold a reference to the dst. WARNING: line length of 99 exceeds 80 columns #100: FILE: include/net/dstref.h:21: + * This bit is used to specify whether or not the dstref object holds a reference to its dst_entry. WARNING: line length of 98 exceeds 80 columns #121: FILE: include/net/dstref.h:42: + * This function steals the reference on the provided dst, and does not take an extra reference on WARNING: line length of 95 exceeds 80 columns #124: FILE: include/net/dstref.h:45: + * Return: dstref object which points to the given dst and holds a reference to it, or an empty WARNING: line length of 92 exceeds 80 columns #133: FILE: include/net/dstref.h:54: + * dst_to_dstref_noref - create a dstref pointer which does not hold a reference to the dst. WARNING: line length of 96 exceeds 80 columns #140: FILE: include/net/dstref.h:61: + * Return: dstref object which points to the given dst and does not hold a reference to it, or a WARNING: line length of 95 exceeds 80 columns #150: FILE: include/net/dstref.h:71: + * Is the given dstref object a noref dstref, which doesn't hold a reference to the dst that it WARNING: line length of 95 exceeds 80 columns #159: FILE: include/net/dstref.h:80: + * __dstref_dst - get the dst that is pointed at by the given dstref object, without performing WARNING: line length of 88 exceeds 80 columns #170: FILE: include/net/dstref.h:91: + return (struct dst_entry *)((__force unsigned long)dstref & DSTREF_DST_PTRMASK); WARNING: line length of 95 exceeds 80 columns #177: FILE: include/net/dstref.h:98: + * If the dstref object is noref, this function must be called within an RCU read-side critical total: 0 errors, 13 warnings, 0 checks, 151 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 45e75d6ff962 ("net: dst: implement dstref object") 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, 13 warnings, 0 checks, 151 lines checked