WARNING: line length of 91 exceeds 80 columns #43: FILE: drivers/net/wireless/realtek/rtw88/usb.c:565: +#define RTW_USB_HIQ_REFILL_INTERVAL (HZ / 10) /* one unit of budget per 100 ms */ WARNING: line length of 83 exceeds 80 columns #56: FILE: drivers/net/wireless/realtek/rtw88/usb.c:578: + rtwusb->hiq_budget = min_t(unsigned long, rtwusb->hiq_budget + add, WARNING: line length of 85 exceeds 80 columns #60: FILE: drivers/net/wireless/realtek/rtw88/usb.c:582: + rtwusb->hiq_refill = jiffies - elapsed % RTW_USB_HIQ_REFILL_INTERVAL; total: 0 errors, 3 warnings, 0 checks, 76 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 88e44ffabbc2 ("wifi: rtw88: usb: bound what the driver feeds the after-DTIM queue") 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, 3 warnings, 0 checks, 76 lines checked