WARNING: line length of 85 exceeds 80 columns #216: FILE: include/linux/netdevice.h:413: + NAPI_STATE_THREADED_BUSY_POLL, /* The threaded napi poller will busy poll */ WARNING: line length of 92 exceeds 80 columns #217: FILE: include/linux/netdevice.h:414: + NAPI_STATE_SCHED_THREADED_BUSY_POLL, /* The threaded napi poller is busy polling */ CHECK: Assignment operator '=' should be on the previous line #227: FILE: include/linux/netdevice.h:430: + NAPIF_STATE_SCHED_THREADED_BUSY_POLL + = BIT(NAPI_STATE_SCHED_THREADED_BUSY_POLL), total: 0 errors, 2 warnings, 1 checks, 390 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 c78c10a63060 ("Extend napi threaded polling to allow kthread based busy polling") 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, 2 warnings, 1 checks, 390 lines checked