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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9335DC4167D for ; Tue, 3 May 2022 20:05:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238086AbiECUJR (ORCPT ); Tue, 3 May 2022 16:09:17 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37758 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237119AbiECUI5 (ORCPT ); Tue, 3 May 2022 16:08:57 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 73CD72DFA; Tue, 3 May 2022 13:05:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Sender:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=6y73UrLkuBeZbqQWQxE1t7/fvOkdPG7FrQgvW5TbCZk=; b=uV47lbaYCI77SzKFgjANFlLdPi L02iSgJfX9+DktwQKv2+gW04aiFG88sPWwCOpfbWVfsKcu5mcv6/fSFU+nTtYhp4/nG6vb6sK6vO1 VuOYw0zbi0N5oB1BXqerDMF7l1psgHzPI174q4fF7eoDfL7w+JUkH5bAerAOHbru+Yd3kpigqC8Qv qaW65HJ2rsoeJpsMNjSwiawKJyE5v7ztmXTNDLnq1z+n3rPjhh/MtEwPoeXxzP0/w7t/fjkR8jMOD yUESiFI99BpsJg2J6h3EUzozTZNBVnIfNljmTXGlRhcUON7mxblWtRdlKKftawmCl9vCGYK6Z3Mag IuaQzkHg==; Received: from mcgrof by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1nlylv-007UQd-7t; Tue, 03 May 2022 20:05:23 +0000 Date: Tue, 3 May 2022 13:05:23 -0700 From: Luis Chamberlain To: Bagas Sanjaya Cc: linux-doc@vger.kernel.org, Stephen Rothwell , Russ Weight , Greg Kroah-Hartman , "Rafael J. Wysocki" , Linux Kernel Mailing List , Linux Next Mailing List Subject: Re: [PATCH] firmware_loader: describe 'module' parameter of firmware_upload_register() Message-ID: References: <20220502051456.30741-1-bagasdotme@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220502051456.30741-1-bagasdotme@gmail.com> Sender: Luis Chamberlain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, May 02, 2022 at 12:14:56PM +0700, Bagas Sanjaya wrote: > Stephen Rothwell reported kernel-doc warning: > > drivers/base/firmware_loader/sysfs_upload.c:285: warning: Function parameter or member 'module' not described in 'firmware_upload_register' > > Fix the warning by describing the 'module' parameter. > > Fixes: 97730bbb242cde ("firmware_loader: Add firmware-upload support") > Link: https://lore.kernel.org/linux-next/20220502083658.266d55f8@canb.auug.org.au/ > Cc: Stephen Rothwell > Cc: Russ Weight > Cc: Luis Chamberlain > Cc: Greg Kroah-Hartman > Cc: "Rafael J. Wysocki" > Cc: Linux Kernel Mailing List > Cc: Linux Next Mailing List > Signed-off-by: Bagas Sanjaya Acked-by: Luis Chamberlain Luis