WARNING: line length of 85 exceeds 80 columns #105: FILE: include/linux/netdevice.h:410: + NAPI_STATE_THREADED_BUSY_POLL, /* The threaded napi poller will busy poll */ WARNING: line length of 92 exceeds 80 columns #106: FILE: include/linux/netdevice.h:411: + NAPI_STATE_SCHED_THREADED_BUSY_POLL, /* The threaded napi poller is busy polling */ CHECK: Assignment operator '=' should be on the previous line #116: FILE: include/linux/netdevice.h:427: + NAPIF_STATE_SCHED_THREADED_BUSY_POLL + = BIT(NAPI_STATE_SCHED_THREADED_BUSY_POLL), total: 0 errors, 2 warnings, 1 checks, 264 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 e8bb2cb77a90 ("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, 264 lines checked