Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1664689
| From | Greg KH <gregkh@linuxfoundation.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] Staging: wlan-ng: Fix sparse warnings by using appropriate endian types |
| Date | 2017-06-13 12:10 +0200 |
| Message-ID | <tRQVR-6DL-57@gated-at.bofh.it> (permalink) |
| References | <tPG4x-5f5-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Wed, Jun 07, 2017 at 11:57:08AM +0200, Antoine BLIN wrote: > From: Antoine <antoine.blin@lip6.fr> > > Fix the following sparse endianness warnings: > > drivers/staging/wlan-ng/prism2sta.c:1949:17: warning: cast to restricted __le16 > drivers/staging/wlan-ng/prism2sta.c:1949:17: warning: cast to restricted __le16 > drivers/staging/wlan-ng/prism2sta.c:1949:17: warning: cast to restricted __le16 > drivers/staging/wlan-ng/prism2sta.c:375:46: warning: cast to restricted __le16 > drivers/staging/wlan-ng/prism2sta.c:377:33: warning: cast to restricted __le16 > drivers/staging/wlan-ng/prism2sta.c:378:47: warning: cast to restricted __le16 > > Signed-off-by: antoine <antoine.blin@lip6.fr> I need a "real" name here, one you use to sign legal documents. thanks, greg k-h
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [PATCH] Staging: wlan-ng: Fix sparse warnings by using appropriate endian types Greg KH <gregkh@linuxfoundation.org> - 2017-06-13 12:10 +0200
csiph-web