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 DC8CFC433FE for ; Tue, 3 May 2022 12:12:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233119AbiECMQX (ORCPT ); Tue, 3 May 2022 08:16:23 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59432 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234572AbiECMQW (ORCPT ); Tue, 3 May 2022 08:16:22 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9032D32EF2; Tue, 3 May 2022 05:12:50 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id F16A16167E; Tue, 3 May 2022 12:12:49 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 38705C385A9; Tue, 3 May 2022 12:12:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1651579969; bh=vgFAild2JjYBiqVdCQwJNRs0RnamlbN2uPUvKKoc4mg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=tF5zz26H1yJkYXDAQc03mXv/lf0vh1XwDTbX82pjT8iQon2IteOZSzMv0v1gwin+0 BoiIH8TZoPvouEI8I6vDY1Qvxz1IpTvCbiX3SvWlszJ2LWCTLRb2H2O4FB1Aio6aDY GdFSpRZQDmmU5NvGQvgG4scB/bruuOahC37yuZCU= Date: Tue, 3 May 2022 14:12:48 +0200 From: Greg Kroah-Hartman To: Bagas Sanjaya Cc: linux-doc@vger.kernel.org, Stephen Rothwell , Russ Weight , Luis Chamberlain , "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> Precedence: bulk List-ID: X-Mailing-List: linux-next@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 This should be "Reported-by:" I'll fix it up when I apply it to my tree now, thanks. greg k-h