Message ID | 20220729192832.A5011C433D6@smtp.kernel.org (mailing list archive) |
---|---|
State | Accepted |
Commit | ff4970b130e74af4f2fe5bc6a7a963bc977cae1a |
Headers | show |
Series | pull-request: wireless-next-2022-07-29 | expand |
Context | Check | Description |
---|---|---|
netdev/tree_selection | success | Pull request for net-next |
netdev/build_32bit | fail | Errors and warnings before: 48 this patch: 49 |
netdev/build_clang | success | Errors and warnings before: 8 this patch: 2 |
netdev/verify_signedoff | success | Signed-off-by tag matches author and committer |
netdev/verify_fixes | success | Fixes tag looks correct |
netdev/build_allmodconfig_warn | fail | Errors and warnings before: 48 this patch: 49 |
On Fri, 29 Jul 2022 19:28:32 +0000 (UTC) Kalle Valo wrote: > Hi, > > here's a pull request to net-next tree, more info below. Please let me know if > there are any problems. Sparse complains about this spurious inline: +++ b/drivers/net/wireless/microchip/wilc1000/hif.h @@ -206,13 +206,14 @@ int wilc_get_statistics(struct wilc_vif *vif, struct rf_info *stats); void wilc_gnrl_async_info_received(struct wilc *wilc, u8 *buffer, u32 length); void *wilc_parse_join_bss_param(struct cfg80211_bss *bss, struct cfg80211_crypto_settings *crypto); int wilc_set_default_mgmt_key_index(struct wilc_vif *vif, u8 index); +inline void wilc_handle_disconnect(struct wilc_vif *vif); drivers/net/wireless/microchip/wilc1000/hif.h:218:35: error: marked inline, but without a definition
Hello: This pull request was applied to netdev/net-next.git (master) by Jakub Kicinski <kuba@kernel.org>: On Fri, 29 Jul 2022 19:28:32 +0000 (UTC) you wrote: > Hi, > > here's a pull request to net-next tree, more info below. Please let me know if > there are any problems. > > Kalle > > [...] Here is the summary with links: - pull-request: wireless-next-2022-07-29 https://git.kernel.org/netdev/net-next/c/ff4970b130e7 You are awesome, thank you!
Jakub Kicinski <kuba@kernel.org> writes: > On Fri, 29 Jul 2022 19:28:32 +0000 (UTC) Kalle Valo wrote: >> Hi, >> >> here's a pull request to net-next tree, more info below. Please let me know if >> there are any problems. > > Sparse complains about this spurious inline: > > +++ b/drivers/net/wireless/microchip/wilc1000/hif.h > @@ -206,13 +206,14 @@ int wilc_get_statistics(struct wilc_vif *vif, struct rf_info *stats); > void wilc_gnrl_async_info_received(struct wilc *wilc, u8 *buffer, u32 length); > void *wilc_parse_join_bss_param(struct cfg80211_bss *bss, > struct cfg80211_crypto_settings *crypto); > int wilc_set_default_mgmt_key_index(struct wilc_vif *vif, u8 index); > +inline void wilc_handle_disconnect(struct wilc_vif *vif); > > drivers/net/wireless/microchip/wilc1000/hif.h:218:35: error: marked inline, but without a definition Sorry about that, I missed it during review. Fix submitted now: https://patchwork.kernel.org/project/linux-wireless/patch/20220801110440.13144-1-kvalo@kernel.org/ You'll get it in the next pull request.