Message ID | 20231014032650.32605-1-quic_periyasa@quicinc.com |
---|---|
Headers | show |
Series | wifi: ath11k: rename the variable naming convention | expand |
On 10/13/2023 8:26 PM, Karthikeyan Periyasamy wrote: > In WMI layer module, the identifier wmi_sc is used to represent > an instance of ath11k_wmi_base structure. However, within ath11k, > the convention is to use "ab" to represent an SoC "base" struct. > So change the all instances of wmi_sc to wmi_ab. > > Compile tested only. > > Signed-off-by: Karthikeyan Periyasamy <quic_periyasa@quicinc.com> Acked-by: Jeff Johnson <quic_jjohnson@quicinc.com>
On 10/13/2023 8:26 PM, Karthikeyan Periyasamy wrote: > In PCI, thermal and HAL interface layer module, the identifier > sc is used to represent an instance of ath11k_base structure. > However, within ath11k, the convention is to use "ab" to > represent an SoC "base" struct. So change the all instances > of sc to ab. > > Compile tested only. > > Signed-off-by: Karthikeyan Periyasamy <quic_periyasa@quicinc.com> Acked-by: Jeff Johnson <quic_jjohnson@quicinc.com>