On 02-Feb-19 13:42, Leon Romanovsky wrote: > + ret = nla_put_u32( > + msg, RDMA_NLDEV_ATTR_RES_CTXN, > + rdma_res_to_id(&pd->uobject->context->res)); Hey Leon and Jason, Off topic: following the clang-format discussion in other thread, it looks like this kind of function calls are the result of clang. This causes checkpatch warnings (with strict flag): CHECK: Lines should not end with a '('. Can this be fixed? I couldn't find a way.