CHECK: Alignment should match open parenthesis
#136: FILE: drivers/net/ethernet/intel/ixgbe/devlink/devlink.c:448:
+		NL_SET_ERR_MSG_MOD(extack,
+		"EMP reset is not available. To activate firmware, a reboot or power cycle is needed\n");

CHECK: Alignment should match open parenthesis
#143: FILE: drivers/net/ethernet/intel/ixgbe/devlink/devlink.c:455:
+		NL_SET_ERR_MSG_MOD(extack,
+		"Failed to trigger EMP device reset to reload firmware");

CHECK: Alignment should match open parenthesis
#366: FILE: drivers/net/ethernet/intel/ixgbe/ixgbe_fw_update.c:480:
+		devlink_flash_update_status_notify(devlink,
+			"Suggested is to activate new firmware by devlink reload, if it doesn't work then a power cycle is required",

WARNING: line length of 84 exceeds 80 columns
#390: FILE: drivers/net/ethernet/intel/ixgbe/ixgbe_main.c:8378:
+	/* skip if E610's FW is reloading, warning in that case may be misleading */

WARNING: line length of 83 exceeds 80 columns
#393: FILE: drivers/net/ethernet/intel/ixgbe/ixgbe_main.c:8380:
+	    (!(fwsm & IXGBE_FWSM_FW_VAL_BIT) && !(hw->mac.type == ixgbe_mac_e610)))

total: 0 errors, 2 warnings, 3 checks, 314 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 5336638bf6de ("ixgbe: add support for devlink reload") 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, 2 warnings, 3 checks, 314 lines checked