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 X-Spam-Level: X-Spam-Status: No, score=-6.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no 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 EB400C55ABD for ; Thu, 12 Nov 2020 10:49:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 91C722222A for ; Thu, 12 Nov 2020 10:49:38 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="CuVYKylM" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728065AbgKLKtg (ORCPT ); Thu, 12 Nov 2020 05:49:36 -0500 Received: from mail.kernel.org ([198.145.29.99]:58616 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728049AbgKLKt0 (ORCPT ); Thu, 12 Nov 2020 05:49:26 -0500 Received: from localhost (83-86-74-64.cable.dynamic.v4.ziggo.nl [83.86.74.64]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 6481022203; Thu, 12 Nov 2020 10:49:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1605178166; bh=ZDfCrvQ1jvggR0eQoP7Ar1+wJlpa2Z0nYaQ/4rIGgFo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=CuVYKylMiHtdgRHRIJ1E6pJ2hZG5olx2CRDLkM4l0H7ZOSuDfphjNW7pmx8/4ieKl utxIoq8sB4/QLW5zJAaqk9ag512v/A2drlthYfu5CznUzfrlwivihtZxAniFyOugBQ TA3uL4DBdcLqrcDFP78InWQAqleoxU1DUr/qpJfg= Date: Thu, 12 Nov 2020 11:50:24 +0100 From: Greg KH To: Lee Jones Cc: davem@davemloft.net, Inaky Perez-Gonzalez , linux-wimax@intel.com, Jakub Kicinski , netdev@vger.kernel.org Subject: Re: [PATCH 04/30] net: wimax: i2400m: control: Fix some misspellings in i2400m_set_init_config()'s docs Message-ID: References: <20201102114512.1062724-1-lee.jones@linaro.org> <20201102114512.1062724-5-lee.jones@linaro.org> <20201112100445.GA1997862@dell> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201112100445.GA1997862@dell> Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Thu, Nov 12, 2020 at 10:04:45AM +0000, Lee Jones wrote: > On Mon, 02 Nov 2020, Lee Jones wrote: > > > Fixes the following W=1 kernel build warning(s): > > > > drivers/net/wimax/i2400m/control.c:1195: warning: Function parameter or member 'arg' not described in 'i2400m_set_init_config' > > drivers/net/wimax/i2400m/control.c:1195: warning: Excess function parameter 'arg_size' description in 'i2400m_set_init_config' > > > > Cc: Inaky Perez-Gonzalez > > Cc: linux-wimax@intel.com > > Cc: "David S. Miller" > > Cc: Jakub Kicinski > > Cc: netdev@vger.kernel.org > > Signed-off-by: Lee Jones > > --- > > drivers/staging/wimax/i2400m/control.c | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > Any news on these i2400 patches? > > Looks like the driver has been moved to Staging since submission. > > Greg, shall I re-submit? Please do as I don't have any pending from you at all. And put "staging:" as a prefix please. thanks, greg k-h