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=-11.6 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_2 autolearn=ham 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 6944AC4363A for ; Sun, 25 Oct 2020 22:38:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2465222263 for ; Sun, 25 Oct 2020 22:38:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1603665508; bh=TxuB7Fbbj70dTWmk88te4nXRxWDwqa7HJJPRXxmSVMA=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=Nsit5mymbTJHABTmwoXbMuzKF6GgC8cmuau5/3cZ2pO7ecX2+epWKFRBFlxiLgjlm KK8mkf5Tl4zyAKtDZiSV6DBHDkE1D2qGqnnVohXfus7Ai9QK6bZbwaZG50+pPYGtFm WTTVHvZ1aYoDp86CfqF7KLx15rgq+DTpVCc2u+V0= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1418058AbgJYWi1 (ORCPT ); Sun, 25 Oct 2020 18:38:27 -0400 Received: from mail.kernel.org ([198.145.29.99]:45594 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730077AbgJYWi1 (ORCPT ); Sun, 25 Oct 2020 18:38:27 -0400 Received: from coco.lan (ip5f5ad5d5.dynamic.kabel-deutschland.de [95.90.213.213]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 9A6FE2225E; Sun, 25 Oct 2020 22:38:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1603665507; bh=TxuB7Fbbj70dTWmk88te4nXRxWDwqa7HJJPRXxmSVMA=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=zCbDP4iRbmqyhlf2vbGU7TU15QIsSy8MlBrGIAxwXM8BCSHClq2NpFCS7VYcv3Ozl 8ldGU3VJ7xuymsxjuI1CNwVFGDQTKqJY3xsDh/3XTmHcvr9flhN5hZSBgHcVfaKFAu B7LF3eWBl2b9KYfcrTFKqf44Ebuch4jy+4Z9AJY4= Date: Sun, 25 Oct 2020 23:38:20 +0100 From: Mauro Carvalho Chehab To: Paul Moore Cc: Linux Doc Mailing List , Jonathan Corbet , Eric Paris , linux-audit@redhat.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 51/56] audit: fix a kernel-doc markup Message-ID: <20201025233820.7f946e1c@coco.lan> In-Reply-To: References: <8c04d5c5d0144019c2c38d7c3f31061d6b35d360.1603469755.git.mchehab+huawei@kernel.org> X-Mailer: Claws Mail 3.17.7 (GTK+ 2.24.32; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org Em Sun, 25 Oct 2020 18:10:44 -0400 Paul Moore escreveu: > On Fri, Oct 23, 2020 at 12:33 PM Mauro Carvalho Chehab > wrote: > > > > typo: > > kauditd_print_skb -> kauditd_printk_skb > > > > Signed-off-by: Mauro Carvalho Chehab > > --- > > kernel/audit.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > Looks good to me, nice catch. Would you like me to pull this into the > audit tree or are you intending this to get pulled in as part of the > larger patchset somewhere else? Feel free to apply it directly via audit tree. > > Acked-by: Paul Moore Thanks! Mauro > > > diff --git a/kernel/audit.c b/kernel/audit.c > > index 68cee3bc8cfe..0be42cac086b 100644 > > --- a/kernel/audit.c > > +++ b/kernel/audit.c > > @@ -523,7 +523,7 @@ static int auditd_set(struct pid *pid, u32 portid, struct net *net) > > } > > > > /** > > - * kauditd_print_skb - Print the audit record to the ring buffer > > + * kauditd_printk_skb - Print the audit record to the ring buffer > > * @skb: audit record > > * > > * Whatever the reason, this packet may not make it to the auditd connection > > -- > > 2.26.2 > Thanks, Mauro