========== checkpatch - FAILED WARNING: line length of 84 exceeds 80 columns #57: FILE: drivers/net/ethernet/broadcom/bnxt/bnxt.c:3519: +static int __bnxt_alloc_one_tpa_info(struct bnxt *bp, struct bnxt_rx_ring_info *rxr) CHECK: Alignment should match open parenthesis #63: FILE: drivers/net/ethernet/broadcom/bnxt/bnxt.c:3525: + rxr->rx_tpa = kcalloc(bp->max_tpa, sizeof(struct bnxt_tpa_info), + GFP_KERNEL); CHECK: Alignment should match open parenthesis #81: FILE: drivers/net/ethernet/broadcom/bnxt/bnxt.c:3541: + rxr->rx_tpa_idx_map = kzalloc(sizeof(*rxr->rx_tpa_idx_map), + GFP_KERNEL); ERROR: space required before the open parenthesis '(' #90: FILE: drivers/net/ethernet/broadcom/bnxt/bnxt.c:3550: + while(i--) { total: 1 errors, 1 warnings, 2 checks, 129 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 1c964b949964 ("bnxt: refactor bnxt_{alloc,free}_one_tpa_info()") 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.