WARNING: line length of 81 exceeds 80 columns #80: FILE: drivers/bcma/sprom.c:522: + struct ssb_sprom_core_pwr_info *p = &bus->sprom.core_pwr_info[i]; WARNING: line length of 81 exceeds 80 columns #83: FILE: drivers/bcma/sprom.c:525: + p->maxp2ga = sprom[SPOFF(base + SSB_SPROM11_PWR_MAXP2GA)] & 0xff; WARNING: line length of 85 exceeds 80 columns #86: FILE: drivers/bcma/sprom.c:528: + p->pa2ga[j] = sprom[SPOFF(base + SSB_SPROM11_PWR_PA2GA) + j]; WARNING: line length of 85 exceeds 80 columns #96: FILE: drivers/bcma/sprom.c:538: + p->pa5ga[j] = sprom[SPOFF(base + SSB_SPROM11_PWR_PA5GA) + j]; WARNING: line length of 87 exceeds 80 columns #99: FILE: drivers/bcma/sprom.c:541: + bcma_sprom_unpack_rxgains(&bus->sprom.rxgains_5gm, i, v & 0xff); WARNING: line length of 87 exceeds 80 columns #100: FILE: drivers/bcma/sprom.c:542: + bcma_sprom_unpack_rxgains(&bus->sprom.rxgains_5gh, i, (v >> 8) & 0xff); WARNING: line length of 87 exceeds 80 columns #102: FILE: drivers/bcma/sprom.c:544: + bcma_sprom_unpack_rxgains(&bus->sprom.rxgains_2g, i, v & 0xff); WARNING: line length of 87 exceeds 80 columns #103: FILE: drivers/bcma/sprom.c:545: + bcma_sprom_unpack_rxgains(&bus->sprom.rxgains_5gl, i, (v >> 8) & 0xff); WARNING: From:/Signed-off-by: email address mismatch: 'From: Alessio Ferri ' != 'Signed-off-by: Alessio Ferri ' total: 0 errors, 9 warnings, 0 checks, 205 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 776ccb6b2985 ("ssb: bcma: add SPROM revision 11 extraction") 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, 9 warnings, 0 checks, 205 lines checked