CHECK: Alignment should match open parenthesis #108: FILE: drivers/net/ethernet/cisco/enic/enic_main.c:358: + vnic_wq_service(&enic->wq[q_number].vwq, cq_desc, completed_index, enic_wq_free_buf, CHECK: Alignment should match open parenthesis #307: FILE: drivers/net/ethernet/cisco/enic/enic_main.c:1516: + vnic_rq_service(&enic->rq[q_number].vrq, cq_desc, completed_index, VNIC_RQ_RETURN_DESC, CHECK: Alignment should match open parenthesis #496: FILE: drivers/net/ethernet/cisco/enic/enic_res.c:237: + vnic_rq_init(&enic->rq[i].vrq, cq_index, CHECK: Alignment should match open parenthesis #505: FILE: drivers/net/ethernet/cisco/enic/enic_res.c:245: + vnic_wq_init(&enic->wq[i].vwq, cq_index, CHECK: Alignment should match open parenthesis #514: FILE: drivers/net/ethernet/cisco/enic/enic_res.c:326: + err = vnic_wq_alloc(enic->vdev, &enic->wq[i].vwq, i, enic->config.wq_desc_count, CHECK: Alignment should match open parenthesis #523: FILE: drivers/net/ethernet/cisco/enic/enic_res.c:334: + err = vnic_rq_alloc(enic->vdev, &enic->rq[i].vrq, i, enic->config.rq_desc_count, total: 0 errors, 0 warnings, 6 checks, 448 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 dd7f28b67c39 ("enic: Create enic_wq/rq structures to bundle per wq/rq data") 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, 0 warnings, 6 checks, 448 lines checked