WARNING: Prefer 'fallthrough;' over fallthrough comment #163: FILE: net/mac80211/rx.c:5408: + * Note we will fall through and handle a spurious data frame in the WARNING: line length of 84 exceeds 80 columns #177: FILE: net/mac80211/rx.c:5415: + link_sta = rcu_dereference(sta->link[link_pubsta->link_id]); WARNING: Prefer 'fallthrough;' over fallthrough comment #290: FILE: net/mac80211/rx.c:5482: + /* fall through, e.g. for spurious frame notification */ WARNING: line length of 87 exceeds 80 columns #330: FILE: net/mac80211/rx.c:5521: + link = rcu_dereference(sdata->link[link_sta->link_id]); WARNING: line length of 81 exceeds 80 columns #343: FILE: net/mac80211/rx.c:5531: + ieee80211_prepare_and_rx_handle(&rx, skb, false); WARNING: line length of 81 exceeds 80 columns #368: FILE: net/mac80211/rx.c:5550: + conf = rcu_dereference(link->conf->chanctx_conf); WARNING: line length of 82 exceeds 80 columns #374: FILE: net/mac80211/rx.c:5554: + if (status->freq == conf->def.chan->center_freq) { total: 0 errors, 7 warnings, 0 checks, 373 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 a142d8c21b93 ("wifi: mac80211: rework RX packet handling") 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, 7 warnings, 0 checks, 373 lines checked