CHECK: Alignment should match open parenthesis #90: FILE: drivers/net/ethernet/aquantia/atlantic/aq_ethtool.c:1029: + err = aq_ethtool_read_module_eeprom(aq_nic, SFF_8472_ID_ADDR, SFF_8472_COMP_ADDR, 1, &compliance_val); CHECK: Alignment should match open parenthesis #96: FILE: drivers/net/ethernet/aquantia/atlantic/aq_ethtool.c:1034: + err = aq_ethtool_read_module_eeprom(aq_nic, SFF_8472_ID_ADDR, SFF_8472_DOM_TYPE_ADDR, 1, &dom_type); CHECK: Alignment should match open parenthesis #114: FILE: drivers/net/ethernet/aquantia/atlantic/aq_ethtool.c:1066: + err = aq_ethtool_read_module_eeprom(aq_nic, SFF_8472_ID_ADDR, first, len, data); CHECK: Alignment should match open parenthesis #123: FILE: drivers/net/ethernet/aquantia/atlantic/aq_ethtool.c:1079: + err = aq_ethtool_read_module_eeprom(aq_nic, SFF_8472_DIAGNOSTICS_ADDR, first, len, data); total: 0 errors, 0 warnings, 4 checks, 198 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 6c564535a7b7 ("net: atlantic: fix reading SFP module info on some AQC100 cards") 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, 0 warnings, 4 checks, 198 lines checked