WARNING: line length of 82 exceeds 80 columns #63: FILE: drivers/net/phy/aquantia/aquantia_firmware.c:338: +#define NAME_PART_SIZE ((FIRMWARE_NAME_SIZE - sizeof(AQUANTIA_FW_SUFFIX) - 2) / 3) WARNING: line length of 81 exceeds 80 columns #68: FILE: drivers/net/phy/aquantia/aquantia_firmware.c:343: + /* sanity check: the phydev drv name needs to start with AQUANTIA_NAME */ WARNING: line length of 85 exceeds 80 columns #72: FILE: drivers/net/phy/aquantia/aquantia_firmware.c:347: + /* sanity check: the phydev drv name may not be longer than NAME_PART_SIZE */ WARNING: line length of 82 exceeds 80 columns #80: FILE: drivers/net/phy/aquantia/aquantia_firmware.c:355: + fw_name = devm_kzalloc(&phydev->mdio.dev, FIRMWARE_NAME_SIZE, GFP_KERNEL); WARNING: line length of 83 exceeds 80 columns #85: FILE: drivers/net/phy/aquantia/aquantia_firmware.c:360: + * (only name component, firmware name part 1; remove busids and the likes) WARNING: line length of 84 exceeds 80 columns #98: FILE: drivers/net/phy/aquantia/aquantia_firmware.c:373: + /* copy name part beyond AQUANTIA_NAME into our name buffer - name part 2 */ WARNING: line length of 99 exceeds 80 columns #116: FILE: drivers/net/phy/aquantia/aquantia_firmware.c:391: + len = strscpy(&fw_name[i + mac_len], AQUANTIA_FW_SUFFIX, FIRMWARE_NAME_SIZE - i - mac_len); total: 0 errors, 7 warnings, 0 checks, 96 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 33616aee71cc ("net: phy: aquantia: create firmware name for aqr PHYs at runtime") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE 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, 96 lines checked