From patchwork Thu Jun 10 09:38:03 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yang Li X-Patchwork-Id: 12312479 X-Patchwork-Delegate: paul@paul-moore.com 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=-16.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,UNPARSEABLE_RELAY,USER_AGENT_GIT 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 8E294C47094 for ; Thu, 10 Jun 2021 09:38:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 73D48613FE for ; Thu, 10 Jun 2021 09:38:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230026AbhFJJkJ (ORCPT ); Thu, 10 Jun 2021 05:40:09 -0400 Received: from out30-56.freemail.mail.aliyun.com ([115.124.30.56]:50576 "EHLO out30-56.freemail.mail.aliyun.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229935AbhFJJkJ (ORCPT ); Thu, 10 Jun 2021 05:40:09 -0400 X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R141e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=e01e04400;MF=yang.lee@linux.alibaba.com;NM=1;PH=DS;RN=9;SR=0;TI=SMTPD_---0Uby7ylP_1623317889; Received: from j63c13417.sqa.eu95.tbsite.net(mailfrom:yang.lee@linux.alibaba.com fp:SMTPD_---0Uby7ylP_1623317889) by smtp.aliyun-inc.com(127.0.0.1); Thu, 10 Jun 2021 17:38:10 +0800 From: Yang Li To: paul@paul-moore.com Cc: stephen.smalley.work@gmail.com, eparis@parisplace.org, nathan@kernel.org, ndesaulniers@google.com, selinux@vger.kernel.org, linux-kernel@vger.kernel.org, clang-built-linux@googlegroups.com, Yang Li Subject: [PATCH -next] selinux: Fix kernel-doc Date: Thu, 10 Jun 2021 17:38:03 +0800 Message-Id: <1623317883-54209-1-git-send-email-yang.lee@linux.alibaba.com> X-Mailer: git-send-email 1.8.3.1 Precedence: bulk List-ID: X-Mailing-List: selinux@vger.kernel.org Fix function name in ss/services.c kernel-doc comment to remove a warning found by running make W=1 LLVM=1. security/selinux/ss/services.c:2437: warning: expecting prototype for security_pkey_sid(). Prototype was for security_ib_pkey_sid() instead. Reported-by: Abaci Robot Signed-off-by: Yang Li --- security/selinux/ss/services.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/selinux/ss/services.c b/security/selinux/ss/services.c index 3658488..bb043bf 100644 --- a/security/selinux/ss/services.c +++ b/security/selinux/ss/services.c @@ -2423,7 +2423,7 @@ int security_port_sid(struct selinux_state *state, } /** - * security_pkey_sid - Obtain the SID for a pkey. + * security_ib_pkey_sid - Obtain the SID for a pkey. * @subnet_prefix: Subnet Prefix * @pkey_num: pkey number * @out_sid: security identifier