From nobody Tue Sep 16 13:49:03 2025 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 50AD1C3DA7A for ; Mon, 2 Jan 2023 21:16:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230170AbjABVQC (ORCPT ); Mon, 2 Jan 2023 16:16:02 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59094 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229627AbjABVP7 (ORCPT ); Mon, 2 Jan 2023 16:15:59 -0500 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CB3B82BF2 for ; Mon, 2 Jan 2023 13:15:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Content-Transfer-Encoding: MIME-Version:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type: Content-ID:Content-Description:In-Reply-To:References; bh=VdMnbSfEG88K3BFkESb9PC5ij8pRol7/foeqkxVRATE=; b=QOBCy3Z10WG7KbX/gcG3/KcqcP ODxLFcXaVEY7/39h/UXN/RBTBZYrgYwV8KKGtwPqf45b2ACiE+Le1iEy1gtjWrLcbZSXbAxoiak2D F/jCLURPbWK5iyOZc2WVuqldkLA/xdKx/MNSp8nw7xTeHPM5Ah+FvjbFG3wVYji2jEy3EGi6QOCqS JYdzp+cGBhnc27bGpbZRdyWo/rMStQRXmmWXbNj7prsT13vrRrHdVh/e5MXhXTn8h8iqHWzXtUsI9 xtacQma4zHvDD4+3PCLZGjCL0c/yi9MVvsACldc8YW/nuGIwxcbbStmfXdmn7xo1DuBTbFOz9TUzZ UAjV+S+w==; Received: from [2601:1c2:d80:3110::a2e7] (helo=bombadil.infradead.org) by bombadil.infradead.org with esmtpsa (Exim 4.94.2 #2 (Red Hat Linux)) id 1pCSA0-00EIoz-1W; Mon, 02 Jan 2023 21:15:56 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Cc: Randy Dunlap , Luis Chamberlain , Russ Weight , Kees Cook , Greg Kroah-Hartman Subject: [PATCH] test_firmware: use kernel-doc struct notation Date: Mon, 2 Jan 2023 13:15:54 -0800 Message-Id: <20230102211554.25629-1-rdunlap@infradead.org> X-Mailer: git-send-email 2.39.0 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" Add "struct" to the kernel-doc notation to prevent a warning: lib/test_firmware.c:98: warning: cannot understand function prototype: 'str= uct test_config ' Signed-off-by: Randy Dunlap Cc: Luis Chamberlain Cc: Russ Weight Cc: Kees Cook Cc: Greg Kroah-Hartman Acked-by: Luis Chamberlain --- lib/test_firmware.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -- a/lib/test_firmware.c b/lib/test_firmware.c --- a/lib/test_firmware.c +++ b/lib/test_firmware.c @@ -50,7 +50,7 @@ struct test_batched_req { }; =20 /** - * test_config - represents configuration for the test for different trigg= ers + * struct test_config - represents configuration for the test for differen= t triggers * * @name: the name of the firmware file to look for * @into_buf: when the into_buf is used if this is true