WARNING: Missing commit description - Add an appropriate one ERROR: code indent should use tabs where possible #88: FILE: drivers/net/dsa/mv88e6xxx/chip.h:747: +^I^I^I struct ptp_clock_request *rq, int on);$ CHECK: Alignment should match open parenthesis #88: FILE: drivers/net/dsa/mv88e6xxx/chip.h:747: + int (*ptp_enable_extts)(struct mv88e6xxx_chip *chip, + struct ptp_clock_request *rq, int on); total: 1 errors, 1 warnings, 1 checks, 613 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 ac1389d62099 ("mv88e6xxx: convert to marvell TAI") 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.