========== checkpatch - FAILED CHECK: Alignment should match open parenthesis #30: FILE: drivers/net/phy/phylink.c:994: +static unsigned int phylink_pcs_inband_caps(struct phylink_pcs *pcs, + phy_interface_t interface) CHECK: Alignment should match open parenthesis #49: FILE: drivers/net/phy/phylink.c:1059: +static unsigned int phylink_inband_caps(struct phylink *pl, + phy_interface_t interface) ERROR: code indent should use tabs where possible #71: FILE: drivers/net/phy/phylink.c:2563: +^I^I^I^I^I phy_interface_t interface,$ CHECK: Alignment should match open parenthesis #71: FILE: drivers/net/phy/phylink.c:2563: +static bool phylink_validate_pcs_inband_autoneg(struct phylink *pl, + phy_interface_t interface, total: 1 errors, 0 warnings, 3 checks, 125 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. NOTE: Whitespace errors detected. You may wish to use scripts/cleanpatch or scripts/cleanfile Commit 6c04bfee03a3 ("net: phylink: add pcs_inband_caps() method") 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.