WARNING: Please use correct Fixes: style 'Fixes: <12+ chars of sha1> ("
")' - ie: 'Fixes: a52e4f2ce0f5 ("rtw89: implement ieee80211_ops::start_ap and stop_ap")'
#15:
Fixes: a52e4f2ce0f5 ("wifi: rtw89: implement ieee80211_ops::start_ap and stop_ap")
WARNING: line length of 92 exceeds 80 columns
#47: FILE: drivers/net/wireless/realtek/rtw89/mac80211.c:826:
+ ret = rtw89_fw_h2c_role_maintain(rtwdev, rtwvif_link, NULL, RTW89_ROLE_TYPE_CHANGE);
WARNING: line length of 88 exceeds 80 columns
#59: FILE: drivers/net/wireless/realtek/rtw89/mac80211.c:838:
+ ret = rtw89_fw_h2c_cam(rtwdev, rtwvif_link, NULL, NULL, RTW89_ROLE_TYPE_CHANGE);
total: 0 errors, 3 warnings, 0 checks, 41 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 46a1480b7bd4 ("wifi: rtw89: check return values in rtw89_ops_start_ap()") 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, 41 lines checked