WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #121: new file mode 100644 CHECK: Alignment should match open parenthesis #314: FILE: drivers/infiniband/hw/bng_re/bng_res.c:25: + dev_warn(&pdev->dev, + "PBL free pg_arr[%d] empty?!\n", i); CHECK: Alignment should match open parenthesis #354: FILE: drivers/infiniband/hw/bng_re/bng_res.c:65: + pbl->pg_arr[i] = dma_alloc_coherent(&pdev->dev, + pbl->pg_size, WARNING: line length of 84 exceeds 80 columns #417: FILE: drivers/infiniband/hw/bng_re/bng_res.c:128: + rc = bng_alloc_pbl(res, &hwq->pbl[BNG_PBL_LVL_0], hwq_attr->sginfo); WARNING: line length of 83 exceeds 80 columns #437: FILE: drivers/infiniband/hw/bng_re/bng_res.c:148: + rc = bng_alloc_pbl(res, &hwq->pbl[BNG_PBL_LVL_0], &sginfo); WARNING: line length of 83 exceeds 80 columns #444: FILE: drivers/infiniband/hw/bng_re/bng_res.c:155: + rc = bng_alloc_pbl(res, &hwq->pbl[BNG_PBL_LVL_1], &sginfo); CHECK: Alignment should match open parenthesis #456: FILE: drivers/infiniband/hw/bng_re/bng_res.c:167: + rc = bng_alloc_pbl(res, &hwq->pbl[BNG_PBL_LVL_2], + hwq_attr->sginfo); WARNING: line length of 83 exceeds 80 columns #490: FILE: drivers/infiniband/hw/bng_re/bng_res.c:201: + rc = bng_alloc_pbl(res, &hwq->pbl[BNG_PBL_LVL_0], &sginfo); CHECK: Alignment should match open parenthesis #495: FILE: drivers/infiniband/hw/bng_re/bng_res.c:206: + rc = bng_alloc_pbl(res, &hwq->pbl[BNG_PBL_LVL_1], + hwq_attr->sginfo); total: 0 errors, 5 warnings, 4 checks, 563 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 85607dcbf374 ("RDMA/bng_re: Allocate required memory resources for Firmware channel") 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, 5 warnings, 4 checks, 563 lines checked