All of lore.kernel.org
 help / color / mirror / Atom feed
* [RESEND PATCH 0/2] Staging: Use put_unaligned_le16
@ 2015-02-20  8:48 Vaishali Thakkar
  2015-02-20  8:48 ` [RESEND PATCH v3 1/2] Staging: rtl8188eu: " Vaishali Thakkar
  2015-02-20  8:48 ` [RESEND PATCH v2 2/2] Staging: rtl8723au: " Vaishali Thakkar
  0 siblings, 2 replies; 5+ messages in thread
From: Vaishali Thakkar @ 2015-02-20  8:48 UTC (permalink / raw)
  To: outreachy-kernel

This patch series introduces the use of function 
put_unaligned_le16 as using byte ordering functions 
and then memcpy() is risky and prone to hide errors 
which are hard to track down. 

This change is done using Coccinelle.

Vaishali Thakkar (2):
  Staging: rtl8188eu: Use put_unaligned_le16
  Staging: rtl8723au: Use put_unaligned_le16

 drivers/staging/rtl8188eu/core/rtw_ap.c | 8 +++-----
 drivers/staging/rtl8723au/core/rtw_ap.c | 8 +++-----
 2 files changed, 6 insertions(+), 10 deletions(-)

-- 
1.9.1



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-02-20  9:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-20  8:48 [RESEND PATCH 0/2] Staging: Use put_unaligned_le16 Vaishali Thakkar
2015-02-20  8:48 ` [RESEND PATCH v3 1/2] Staging: rtl8188eu: " Vaishali Thakkar
2015-02-20  9:37   ` [Outreachy kernel] " Arnd Bergmann
2015-02-20  8:48 ` [RESEND PATCH v2 2/2] Staging: rtl8723au: " Vaishali Thakkar
2015-02-20  9:36   ` [Outreachy kernel] " Arnd Bergmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.