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=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=ham 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 8E9C4C433DF for ; Sun, 17 May 2020 20:49:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 70E0620758 for ; Sun, 17 May 2020 20:49:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726633AbgEQUtx (ORCPT ); Sun, 17 May 2020 16:49:53 -0400 Received: from smtprelay0202.hostedemail.com ([216.40.44.202]:48656 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726299AbgEQUtx (ORCPT ); Sun, 17 May 2020 16:49:53 -0400 Received: from filter.hostedemail.com (clb03-v110.bra.tucows.net [216.40.38.60]) by smtprelay06.hostedemail.com (Postfix) with ESMTP id 4A25D18225E0F; Sun, 17 May 2020 20:49:52 +0000 (UTC) X-Session-Marker: 6A6F6540706572636865732E636F6D X-HE-Tag: bean20_5608517ad065c X-Filterd-Recvd-Size: 1980 Received: from XPS-9350.home (unknown [47.151.136.130]) (Authenticated sender: joe@perches.com) by omf08.hostedemail.com (Postfix) with ESMTPA; Sun, 17 May 2020 20:49:51 +0000 (UTC) Message-ID: Subject: Re: [RFC PATCH] staging: rtl8192u: indicate_packets() can be static From: Joe Perches To: kbuild test robot , Pascal Terjan , Greg Kroah-Hartman , devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Cc: kbuild-all@lists.01.org Date: Sun, 17 May 2020 13:49:50 -0700 In-Reply-To: <20200517202216.GA24634@8c544063f25c> References: <20200517165819.136715-1-pterjan@google.com> <20200517202216.GA24634@8c544063f25c> Content-Type: text/plain; charset="ISO-8859-1" User-Agent: Evolution 3.36.1-2 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2020-05-18 at 04:22 +0800, kbuild test robot wrote: > Signed-off-by: kbuild test robot > --- This doesn't apply on Linus' tree or -next so perhaps the robot should put what tree and branch patches like these are meant to be applied on after the --- line > ieee80211_rx.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c b/drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c > index 3309f64be4c94..bceff1ba3d7d4 100644 > --- a/drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c > +++ b/drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c > @@ -520,7 +520,7 @@ static bool AddReorderEntry(struct rx_ts_record *pTS, struct rx_reorder_entry *p > return true; > } > > -void indicate_packets(struct ieee80211_device *ieee, struct ieee80211_rxb *rxb) > +static void indicate_packets(struct ieee80211_device *ieee, struct ieee80211_rxb *rxb) > { > struct net_device_stats *stats = &ieee->stats; > struct net_device *dev = ieee->dev; 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=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=ham 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 CAF59C433E0 for ; Sun, 17 May 2020 20:57:16 +0000 (UTC) Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 9B68520657 for ; Sun, 17 May 2020 20:57:16 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 9B68520657 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=perches.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=driverdev-devel-bounces@linuxdriverproject.org Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 78F5986933; Sun, 17 May 2020 20:57:16 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id LF6Lgpfm2J42; Sun, 17 May 2020 20:57:14 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 520CE8692B; Sun, 17 May 2020 20:57:14 +0000 (UTC) Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 973161BF3F7 for ; Sun, 17 May 2020 20:57:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 8DB81884E9 for ; Sun, 17 May 2020 20:57:13 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id EOAkdWjDkFtL for ; Sun, 17 May 2020 20:57:11 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from smtprelay.hostedemail.com (smtprelay0196.hostedemail.com [216.40.44.196]) by hemlock.osuosl.org (Postfix) with ESMTPS id 99A1D884E6 for ; Sun, 17 May 2020 20:57:11 +0000 (UTC) Received: from smtprelay.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by smtpgrave07.hostedemail.com (Postfix) with ESMTP id 0D8701801E8CA for ; Sun, 17 May 2020 20:49:55 +0000 (UTC) Received: from filter.hostedemail.com (clb03-v110.bra.tucows.net [216.40.38.60]) by smtprelay06.hostedemail.com (Postfix) with ESMTP id 4A25D18225E0F; Sun, 17 May 2020 20:49:52 +0000 (UTC) X-Session-Marker: 6A6F6540706572636865732E636F6D X-HE-Tag: bean20_5608517ad065c X-Filterd-Recvd-Size: 1980 Received: from XPS-9350.home (unknown [47.151.136.130]) (Authenticated sender: joe@perches.com) by omf08.hostedemail.com (Postfix) with ESMTPA; Sun, 17 May 2020 20:49:51 +0000 (UTC) Message-ID: Subject: Re: [RFC PATCH] staging: rtl8192u: indicate_packets() can be static From: Joe Perches To: kbuild test robot , Pascal Terjan , Greg Kroah-Hartman , devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Date: Sun, 17 May 2020 13:49:50 -0700 In-Reply-To: <20200517202216.GA24634@8c544063f25c> References: <20200517165819.136715-1-pterjan@google.com> <20200517202216.GA24634@8c544063f25c> User-Agent: Evolution 3.36.1-2 MIME-Version: 1.0 X-BeenThere: driverdev-devel@linuxdriverproject.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux Driver Project Developer List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: kbuild-all@lists.01.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: driverdev-devel-bounces@linuxdriverproject.org Sender: "devel" On Mon, 2020-05-18 at 04:22 +0800, kbuild test robot wrote: > Signed-off-by: kbuild test robot > --- This doesn't apply on Linus' tree or -next so perhaps the robot should put what tree and branch patches like these are meant to be applied on after the --- line > ieee80211_rx.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c b/drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c > index 3309f64be4c94..bceff1ba3d7d4 100644 > --- a/drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c > +++ b/drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c > @@ -520,7 +520,7 @@ static bool AddReorderEntry(struct rx_ts_record *pTS, struct rx_reorder_entry *p > return true; > } > > -void indicate_packets(struct ieee80211_device *ieee, struct ieee80211_rxb *rxb) > +static void indicate_packets(struct ieee80211_device *ieee, struct ieee80211_rxb *rxb) > { > struct net_device_stats *stats = &ieee->stats; > struct net_device *dev = ieee->dev; _______________________________________________ devel mailing list devel@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============6788274327555454294==" MIME-Version: 1.0 From: Joe Perches To: kbuild-all@lists.01.org Subject: Re: [RFC PATCH] staging: rtl8192u: indicate_packets() can be static Date: Sun, 17 May 2020 13:49:50 -0700 Message-ID: In-Reply-To: <20200517202216.GA24634@8c544063f25c> List-Id: --===============6788274327555454294== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable On Mon, 2020-05-18 at 04:22 +0800, kbuild test robot wrote: > Signed-off-by: kbuild test robot > --- This doesn't apply on Linus' tree or -next so perhaps the robot should put what tree and branch patches like these are meant to be applied on after the --- line > ieee80211_rx.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > = > diff --git a/drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c b/drivers/= staging/rtl8192u/ieee80211/ieee80211_rx.c > index 3309f64be4c94..bceff1ba3d7d4 100644 > --- a/drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c > +++ b/drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c > @@ -520,7 +520,7 @@ static bool AddReorderEntry(struct rx_ts_record *pTS,= struct rx_reorder_entry *p > return true; > } > = > -void indicate_packets(struct ieee80211_device *ieee, struct ieee80211_rx= b *rxb) > +static void indicate_packets(struct ieee80211_device *ieee, struct ieee8= 0211_rxb *rxb) > { > struct net_device_stats *stats =3D &ieee->stats; > struct net_device *dev =3D ieee->dev; --===============6788274327555454294==--