WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #138: new file mode 100644 WARNING: line length of 83 exceeds 80 columns #256: FILE: drivers/net/ethernet/intel/igb/igb_xsk.c:114: + if_running = netif_running(adapter->netdev) && igb_xdp_is_enabled(adapter); WARNING: line length of 86 exceeds 80 columns #264: FILE: drivers/net/ethernet/intel/igb/igb_xsk.c:122: + /* Kick start the NAPI context so that receiving will start */ WARNING: line length of 82 exceeds 80 columns #265: FILE: drivers/net/ethernet/intel/igb/igb_xsk.c:123: + err = igb_xsk_wakeup(adapter->netdev, qid, XDP_WAKEUP_RX); WARNING: line length of 83 exceeds 80 columns #289: FILE: drivers/net/ethernet/intel/igb/igb_xsk.c:147: + if_running = netif_running(adapter->netdev) && igb_xdp_is_enabled(adapter); total: 0 errors, 5 warnings, 0 checks, 289 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 9e7476067728 ("igb: Introduce XSK data structures and helpers") 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, 289 lines checked