WARNING: line length of 87 exceeds 80 columns #165: FILE: drivers/net/wireless/realtek/rtw89/led.c:12: + .pinmux = {.addr = R_AX_GPIO8_15_FUNC_SEL, .mask = GENMASK(3, 0), .data = 0xf}, WARNING: line length of 83 exceeds 80 columns #178: FILE: drivers/net/wireless/realtek/rtw89/led.c:25: + rtw89_write32_mask(rtwdev, e->pinmux.addr, e->pinmux.mask, e->pinmux.data); WARNING: line length of 82 exceeds 80 columns #194: FILE: drivers/net/wireless/realtek/rtw89/led.c:41: +static int rtw89_led_set(struct led_classdev *led, enum led_brightness brightness) WARNING: line length of 89 exceeds 80 columns #219: FILE: drivers/net/wireless/realtek/rtw89/led.c:66: +static int rtw89_led_sc_init(struct rtw89_dev *rtwdev, const struct rtw89_led_desc *desc) total: 0 errors, 4 warnings, 0 checks, 233 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 afd9420cb29a ("wifi: rtw89: add LED support to reflect the wireless association status") 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, 4 warnings, 0 checks, 233 lines checked