From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-15.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 568D3C11F68 for ; Tue, 29 Jun 2021 16:11:30 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3C0D261DB4 for ; Tue, 29 Jun 2021 16:11:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232338AbhF2QN4 (ORCPT ); Tue, 29 Jun 2021 12:13:56 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40638 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232195AbhF2QNw (ORCPT ); Tue, 29 Jun 2021 12:13:52 -0400 Received: from mail-wm1-x336.google.com (mail-wm1-x336.google.com [IPv6:2a00:1450:4864:20::336]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6F4E8C061760 for ; Tue, 29 Jun 2021 09:10:21 -0700 (PDT) Received: by mail-wm1-x336.google.com with SMTP id u8-20020a7bcb080000b02901e44e9caa2aso2850380wmj.4 for ; Tue, 29 Jun 2021 09:10:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ffwll.ch; s=google; h=date:from:to:subject:message-id:mail-followup-to:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to; bh=IIlOYRCaj+ShA3h8Y+rmk3/XB2OjyG065It4K03dEsc=; b=Yyy576Z7dNJUzHPJQU8uai6Yh+f+9AFdsJTPBOSkDJc8ioZYNmvXnfjKyVGeNJqsED 48c0dTJtLxOfOKqnTxKBgEQeXgSAYDQyfodxUHdVOyU+rqjzpGouc390+Uc4h3v6O+mg bQFzBvUdniaLAaBOoIYUOq7VAcBK6OleLzvCk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:mail-followup-to :references:mime-version:content-disposition :content-transfer-encoding:in-reply-to; bh=IIlOYRCaj+ShA3h8Y+rmk3/XB2OjyG065It4K03dEsc=; b=NpRWu7gp0aV1mwwEE9V1ClHxdhohexOD6Tgd6no/xN6Wn6ERkebG4KWkeGQJa5/xZT oXAYciJPLedRahcJ5Grcqe8VmZv+t8HVoaOuVwlEuKKWOmebzduJCG/ZdGgmGOT502UJ FGAx71NMcs+/N4tmQsppBoiwyiouhGY+LUHOC6YshkEVA1idZLmY4Qln20fVysK0lFFO 9ngZWdNN7JjTbF0sBYnf/UEEaKWPFq6yqdoG3kCJYYy+p2Khe63mmV5v5iH+Z32v2RBc 6Bdi0uQAU0C7vRp+MFLPAb2IcvffAnmgdsXXnt27dZCqYrjGf0cUoOJ5ORrriR3ITkkf RYfA== X-Gm-Message-State: AOAM5310jq+UUQuhGPDUYLTuLekb8zQps7qD58eMCrp/qT9DTo7B6JUk JX2Ldhq2XlSQZ9UyV4jyxcTRyg== X-Google-Smtp-Source: ABdhPJxy7OleyqTIDl/EevkdvTG2Irn85jwGL0g0GTH5GZoLarLIjRNeB5FJ3+VSxmkQV0t8tsRdlg== X-Received: by 2002:a05:600c:4f96:: with SMTP id n22mr33649331wmq.116.1624983020119; Tue, 29 Jun 2021 09:10:20 -0700 (PDT) Received: from phenom.ffwll.local ([2a02:168:57f4:0:efd0:b9e5:5ae6:c2fa]) by smtp.gmail.com with ESMTPSA id u12sm19552686wrq.50.2021.06.29.09.10.19 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 29 Jun 2021 09:10:19 -0700 (PDT) Date: Tue, 29 Jun 2021 18:10:17 +0200 From: Daniel Vetter To: Randy Dunlap , linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, Christian =?iso-8859-1?Q?K=F6nig?= , linaro-mm-sig@lists.linaro.org, linux-media@vger.kernel.org Subject: Re: [PATCH -next] : correct a function name in kernel-doc Message-ID: Mail-Followup-To: Randy Dunlap , linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, Christian =?iso-8859-1?Q?K=F6nig?= , linaro-mm-sig@lists.linaro.org, linux-media@vger.kernel.org References: <20210628004012.6792-1-rdunlap@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Operating-System: Linux phenom 5.10.0-7-amd64 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jun 29, 2021 at 05:55:15PM +0200, Daniel Vetter wrote: > On Sun, Jun 27, 2021 at 05:40:12PM -0700, Randy Dunlap wrote: > > Fix kernel-doc function name warning: > > > > ../include/linux/dma-resv.h:227: warning: expecting prototype for dma_resv_exclusive(). Prototype was for dma_resv_excl_fence() instead > > > > Fixes: 6edbd6abb783d ("ma-buf: rename and cleanup dma_resv_get_excl v3") Script caught a lost 'd' here, I fixed that up when applying. -Daniel > > Signed-off-by: Randy Dunlap > > Cc: Sumit Semwal > > Cc: Christian König > > Cc: linux-media@vger.kernel.org > > Cc: dri-devel@lists.freedesktop.org > > Cc: linaro-mm-sig@lists.linaro.org > > Queued up, thanks for your patch (and the handy -next signifier in the > patch tag). I think Christian had the fix for this already, but queued up > in the next branch (for the 5.15 merge window, we're already prepping > stuff there to avoid late feature additions for 5.14), so applied yours > once more to the right tree. > > Cheers, Daniel > > > --- > > include/linux/dma-resv.h | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > --- linux-next-20210625.orig/include/linux/dma-resv.h > > +++ linux-next-20210625/include/linux/dma-resv.h > > @@ -212,7 +212,7 @@ static inline void dma_resv_unlock(struc > > } > > > > /** > > - * dma_resv_exclusive - return the object's exclusive fence > > + * dma_resv_excl_fence - return the object's exclusive fence > > * @obj: the reservation object > > * > > * Returns the exclusive fence (if any). Caller must either hold the objects > > -- > Daniel Vetter > Software Engineer, Intel Corporation > http://blog.ffwll.ch -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch