CHECK: Lines should not end with a '(' #67: FILE: drivers/infiniband/core/frmr_pools.c:101: + struct ib_frmr_pool *pool = container_of( CHECK: Lines should not end with a '(' #90: FILE: drivers/infiniband/core/frmr_pools.c:124: + queue_delayed_work( CHECK: Lines should not end with a '(' #148: FILE: drivers/infiniband/core/frmr_pools.c:320: + handle = pop_handle_from_queue_locked( CHECK: Alignment should match open parenthesis #178: FILE: drivers/infiniband/core/frmr_pools.c:390: + queue_delayed_work(pools->aging_wq, &pool->aging_work, + secs_to_jiffies(FRMR_POOLS_DEFAULT_AGING_PERIOD_SECS)); total: 0 errors, 0 warnings, 4 checks, 170 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 899a75bbd1eb ("RDMA/core: Add aging to FRMR pools") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE FILE_PATH_CHANGES 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, 4 checks, 170 lines checked