WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #119: new file mode 100644 WARNING: line length of 90 exceeds 80 columns #384: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_accel/psp_offload.c:47: + outkey + (32 - keysz_bytes), key[i])); ERROR: Use C99 flexible arrays - see https://docs.kernel.org/process/deprecated.html#zero-length-and-one-element-arrays #780: FILE: include/linux/mlx5/mlx5_ifc.h:13364: + struct mlx5_ifc_key_spi_bits key_spi[0]; +}; total: 1 errors, 2 warnings, 0 checks, 638 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 3bb055842b64 ("net/mlx5e: Support PSP offload functionality") 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.