Searched hist:f86fc57f8ae33435f07c6dbfc308b9ab24e48ea1 (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/net/wireless/realtek/rtw88/ |
H A D | rtw8822ce.c | diff f86fc57f8ae33435f07c6dbfc308b9ab24e48ea1 Tue May 24 17:36:19 CEST 2022 Larry Finger <Larry.Finger@lwfinger.net> wifi: rtw88: Fix Sparse warning for rtw8822c_hw_spec
Sparse reports the following:
CHECK drivers/net/wireless/realtek/rtw88/rtw8822c.c drivers/net/wireless/realtek/rtw88/rtw8822c.c:5313:22: warning: symbol 'rtw8822c_hw_spec' was not declared. Should it be static?
The warning arises because the external declaration for rtw8822c_hw_spec occurs in rtw8822ce.h, which is not included in rtw8822c.h. That line is moved, and the now empty file rtw8822ce.h is deleted.
Symbol 'rtw8822c_hw_spec' can be made constant.
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: Kalle Valo <kvalo@kernel.org> Link: https://lore.kernel.org/r/20220524153621.19027-3-Larry.Finger@lwfinger.net
|
H A D | rtw8822c.h | diff f86fc57f8ae33435f07c6dbfc308b9ab24e48ea1 Tue May 24 17:36:19 CEST 2022 Larry Finger <Larry.Finger@lwfinger.net> wifi: rtw88: Fix Sparse warning for rtw8822c_hw_spec
Sparse reports the following:
CHECK drivers/net/wireless/realtek/rtw88/rtw8822c.c drivers/net/wireless/realtek/rtw88/rtw8822c.c:5313:22: warning: symbol 'rtw8822c_hw_spec' was not declared. Should it be static?
The warning arises because the external declaration for rtw8822c_hw_spec occurs in rtw8822ce.h, which is not included in rtw8822c.h. That line is moved, and the now empty file rtw8822ce.h is deleted.
Symbol 'rtw8822c_hw_spec' can be made constant.
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: Kalle Valo <kvalo@kernel.org> Link: https://lore.kernel.org/r/20220524153621.19027-3-Larry.Finger@lwfinger.net
|
H A D | rtw8822c.c | diff f86fc57f8ae33435f07c6dbfc308b9ab24e48ea1 Tue May 24 17:36:19 CEST 2022 Larry Finger <Larry.Finger@lwfinger.net> wifi: rtw88: Fix Sparse warning for rtw8822c_hw_spec
Sparse reports the following:
CHECK drivers/net/wireless/realtek/rtw88/rtw8822c.c drivers/net/wireless/realtek/rtw88/rtw8822c.c:5313:22: warning: symbol 'rtw8822c_hw_spec' was not declared. Should it be static?
The warning arises because the external declaration for rtw8822c_hw_spec occurs in rtw8822ce.h, which is not included in rtw8822c.h. That line is moved, and the now empty file rtw8822ce.h is deleted.
Symbol 'rtw8822c_hw_spec' can be made constant.
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: Kalle Valo <kvalo@kernel.org> Link: https://lore.kernel.org/r/20220524153621.19027-3-Larry.Finger@lwfinger.net
|