[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.DEB.2.22.394.2104101334190.2975@hadrien>
Date: Sat, 10 Apr 2021 13:37:30 +0200 (CEST)
From: Julia Lawall <julia.lawall@...ia.fr>
To: "Fabio M. De Francesco" <fmdefrancesco@...il.com>
cc: Greg KH <gregkh@...uxfoundation.org>,
outreachy-kernel@...glegroups.com, linux-staging@...ts.linux.dev,
linux-kernel@...r.kernel.org
Subject: Re: [Outreachy kernel] [PATCH 4/4] staging: rtl8723bs: Change the
type and use of a variable
> That variable has global scope and is assigned at least in:
What do you mean by global scope? None of the following look like
references to global variables.
julia
>
> drivers/staging/rtl8723bs/core/rtw_pwrctrl.c:368:
> pwrpriv->fw_current_in_ps_mode = false;
>
> drivers/staging/rtl8723bs/core/rtw_pwrctrl.c:380:
> pwrpriv->fw_current_in_ps_mode = true;
>
> drivers/staging/rtl8723bs/hal/rtl8723b_hal_init.c:433:
> adapter_to_pwrctl(padapter)->fw_current_in_ps_mode = false;
>
> drivers/staging/rtl8723bs/core/rtw_pwrctrl.c:981:
> pwrctrlpriv->fw_current_in_ps_mode = false;
Powered by blists - more mailing lists