From nobody Sat May 10 05:35:13 2025 Delivered-To: importer2@patchew.org Received-SPF: pass (zohomail.com: domain of vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; envelope-from=linux-kernel-owner@vger.kernel.org; helo=vger.kernel.org; Authentication-Results: mx.zohomail.com; spf=pass (zohomail.com: domain of vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail(p=none dis=none) header.from=linux.alibaba.com ARC-Seal: i=1; a=rsa-sha256; t=1604673538; cv=none; d=zohomail.com; s=zohoarc; b=FAVWn3djkfBXa2xx33ZT0RBY7dutat2GBfXgPG4a2er0LYYGwTcwBH5gM3rq81A0zHZvXHC+iRudxLmVAYYvfVZvtZ3zDGTqslmpXH6Pz0o9C2Qrs0oIPAEbB6L3NcABYR5v4FAfWZhWHhBUtKdAxaUZO0bPsDWJwMrv9sFcQwo= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1604673538; h=Cc:Date:From:List-Id:Message-ID:Subject:To; bh=GjGXtgjiyr9mcQmPpB1tQrHNWMNXYGiOkfB897ClMTk=; b=AfzEVaZ8jAIRZroGqLaa7ngu9c6USyasE3ff08EN0w6AkT4oPf4PkvWzM9O2TuIbAIIA6syVLtb7TeQ3hUnbfz5HcuuXMnopgAuTHnmG/BZxa04j9+GZSJA0ooJ4o4BwZ1sXF7/xURNUmKALs4BDL7pEz6GnrMLGwleZbhLDnos= ARC-Authentication-Results: i=1; mx.zohomail.com; spf=pass (zohomail.com: domain of vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail header.from= (p=none dis=none) header.from= Return-Path: Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mx.zohomail.com with SMTP id 1604673538828727.8428343413548; Fri, 6 Nov 2020 06:38:58 -0800 (PST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727314AbgKFOi5 (ORCPT ); Fri, 6 Nov 2020 09:38:57 -0500 Received: from out4436.biz.mail.alibaba.com ([47.88.44.36]:58309 "EHLO out4436.biz.mail.alibaba.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726565AbgKFOi5 (ORCPT ); Fri, 6 Nov 2020 09:38:57 -0500 Received: from aliy80.localdomain(mailfrom:alex.shi@linux.alibaba.com fp:SMTPD_---0UERVqRn_1604673515) by smtp.aliyun-inc.com(127.0.0.1); Fri, 06 Nov 2020 22:38:36 +0800 X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R111e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=e01e04357;MF=alex.shi@linux.alibaba.com;NM=1;PH=DS;RN=4;SR=0;TI=SMTPD_---0UERVqRn_1604673515; From: Alex Shi Cc: David Howells , David Woodhouse , keyrings@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] certs/blacklist: fix kernel doc interface issue Date: Fri, 6 Nov 2020 22:38:33 +0800 Message-Id: <1604673513-29088-1-git-send-email-alex.shi@linux.alibaba.com> X-Mailer: git-send-email 1.8.3.1 To: unlisted-recipients:; (no To-header on input) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" certs/blacklist.c:84: warning: Function parameter or member 'hash' not described in 'mark_hash_blacklisted' Signed-off-by: Alex Shi Cc: David Howells =20 Cc: David Woodhouse =20 Cc: keyrings@vger.kernel.org=20 Cc: linux-kernel@vger.kernel.org=20 --- certs/blacklist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certs/blacklist.c b/certs/blacklist.c index 6514f9ebc943..02f1016ce6e8 100644 --- a/certs/blacklist.c +++ b/certs/blacklist.c @@ -78,7 +78,7 @@ static void blacklist_describe(const struct key *key, str= uct seq_file *m) =20 /** * mark_hash_blacklisted - Add a hash to the system blacklist - * @hash - The hash as a hex string with a type prefix (eg. "tbs:23aa42978= 3") + * @hash: - The hash as a hex string with a type prefix (eg. "tbs:23aa4297= 83") */ int mark_hash_blacklisted(const char *hash) { --=20 1.8.3.1