Message ID | 20220904212910.8169e8c9090c.I0357e80cc86be2d4ac6205d1f53568444dcf7c9b@changeid |
---|---|
State | New |
Headers | show |
Series | [01/12] wifi: ipw2100: fix warnings about non-kernel-doc | expand |
On Sun, Sep 04, 2022 at 09:29:09PM +0200, Johannes Berg wrote: > From: Johannes Berg <johannes.berg@intel.com> > > These cause sparse warnings, and since the device generally > works in little endian we can assume the code is correct, so > just fix the casts accordingly. No binary changes on x86. > > Signed-off-by: Johannes Berg <johannes.berg@intel.com> Reviewed-by: Brian Norris <briannorris@chromium.org>
Johannes Berg <johannes@sipsolutions.net> wrote: > From: Johannes Berg <johannes.berg@intel.com> > > Just remove the extra asterisk to make it not be > kernel-doc formatted. > > Signed-off-by: Johannes Berg <johannes.berg@intel.com> 9 patches applied to wireless-next.git, thanks. 76a8c54c53d8 wifi: ipw2100: fix warnings about non-kernel-doc a08e3518bf45 wifi: libertas: fix a couple of sparse warnings 9d5b665775d6 wifi: wl18xx: add some missing endian conversions 3208ae450248 wifi: mwifiex: mark a variable unused e1ff3b48996a wifi: mwifiex: fix endian conversion fbe7e18581ef wifi: mwifiex: fix endian annotations in casts df8e1af22cee wifi: cw1200: remove RCU STA pointer handling in TX 53b17c121f29 wifi: cw1200: use get_unaligned_le64() 8f15a8d6786c wifi: b43: remove empty switch statement
diff --git a/drivers/net/wireless/intel/ipw2x00/ipw2100.c b/drivers/net/wireless/intel/ipw2x00/ipw2100.c index ac36c899134e..b0f23cf1a621 100644 --- a/drivers/net/wireless/intel/ipw2x00/ipw2100.c +++ b/drivers/net/wireless/intel/ipw2x00/ipw2100.c @@ -6529,7 +6529,7 @@ static struct pci_driver ipw2100_pci_driver = { .shutdown = ipw2100_shutdown, }; -/** +/* * Initialize the ipw2100 driver/module * * @returns 0 if ok, < 0 errno node con error. @@ -6561,7 +6561,7 @@ static int __init ipw2100_init(void) return ret; } -/** +/* * Cleanup ipw2100 driver registration */ static void __exit ipw2100_exit(void)