WARNING: line length of 81 exceeds 80 columns #32: FILE: drivers/infiniband/hw/mana/qp.c:24: + req_buf_size = struct_size(req, indir_tab, MANA_INDIRECT_TABLE_DEF_SIZE); WARNING: line length of 81 exceeds 80 columns #159: FILE: drivers/net/ethernet/microsoft/mana/mana_en.c:2371: + apc->indir_table = kcalloc(apc->indir_table_sz, sizeof(u32), GFP_KERNEL); WARNING: line length of 91 exceeds 80 columns #163: FILE: drivers/net/ethernet/microsoft/mana/mana_en.c:2375: + apc->rxobj_table = kcalloc(apc->indir_table_sz, sizeof(mana_handle_t), GFP_KERNEL); total: 0 errors, 3 warnings, 0 checks, 344 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 7cffc8e16a6b ("net: mana: Allow variable size indirection table") 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, 344 lines checked