WARNING: braces {} are not necessary for any arm of this statement
#25: FILE: drivers/net/dsa/microchip/ksz_common.c:2553:
+		if (ds->dst->index != 0) {
[...]
+		} else {
[...]

WARNING: line length of 99 exceeds 80 columns
#26: FILE: drivers/net/dsa/microchip/ksz_common.c:2554:
+			snprintf(bus->id, MII_BUS_ID_SIZE, "SMI-%d-%d", ds->dst->index, ds->index);

WARNING: From:/Signed-off-by: email address mismatch: 'From: Jesse Van Gavere <jesseevg@gmail.com>' != 'Signed-off-by: Jesse Van Gavere <jesse.vangavere@scioteq.com>'

total: 0 errors, 3 warnings, 0 checks, 12 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 0c24d8a64564 ("net: dsa: microchip: Make MDIO bus name unique") 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, 3 warnings, 0 checks, 12 lines checked