WARNING: line length of 82 exceeds 80 columns
#79: FILE: include/net/xdp.h:473:
+	/* The following enums are the same as skb checksums in skbuff.h, refer to

WARNING: line length of 82 exceeds 80 columns
#85: FILE: include/net/xdp.h:479:
+	/* Checksum, calculated over the entire packet is provided, as ``csum`` in

WARNING: line length of 100 exceeds 80 columns
#89: FILE: include/net/xdp.h:483:
+	/* Refer to ``csum_start`` and ``csum_offset`` in ``xdp_csum_info`` for more information. */

WARNING: line length of 87 exceeds 80 columns
#116: FILE: include/net/xdp.h:510:
+	int (*xmo_rx_csum)(const struct xdp_md *ctx, enum xdp_csum_status *csum_status,

CHECK: Alignment should match open parenthesis
#117: FILE: include/net/xdp.h:511:
+	int (*xmo_rx_csum)(const struct xdp_md *ctx, enum xdp_csum_status *csum_status,
+				   union xdp_csum_info *csum_info);

WARNING: line length of 84 exceeds 80 columns
#152: FILE: net/core/xdp.c:773:
+ * @csum_info: Destination pointer for complete checksum or partial checksum offset.

total: 0 errors, 5 warnings, 1 checks, 132 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 bebf976ab533 ("xdp: Add Rx checksum hint") 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, 1 checks, 132 lines checked