All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] Staging: Use put_unaligned_le16
@ 2015-02-20  3:30 Vaishali Thakkar
  2015-02-20  3:30 ` [PATCH v3 1/2] Staging: rtl8188eu: " Vaishali Thakkar
  2015-02-20  3:31 ` [PATCH v3 2/2] Staging: rtl8723au: " Vaishali Thakkar
  0 siblings, 2 replies; 12+ messages in thread
From: Vaishali Thakkar @ 2015-02-20  3:30 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.

Changes in v3:
	-Two separate patches are merged in a patch series 

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] 12+ messages in thread

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

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-20  3:30 [PATCH v3 0/2] Staging: Use put_unaligned_le16 Vaishali Thakkar
2015-02-20  3:30 ` [PATCH v3 1/2] Staging: rtl8188eu: " Vaishali Thakkar
2015-02-20  7:24   ` [Outreachy kernel] " Preeti U Murthy
2015-02-20  7:26     ` Vaishali Thakkar
2015-02-20  3:31 ` [PATCH v3 2/2] Staging: rtl8723au: " Vaishali Thakkar
2015-02-20  7:17   ` [Outreachy kernel] " Julia Lawall
2015-02-20  7:24     ` Vaishali Thakkar
2015-02-20  7:38       ` Preeti U Murthy
2015-02-20  7:50         ` Vaishali Thakkar
2015-02-20  8:02           ` Preeti U Murthy
2015-02-20  8:27             ` Vaishali Thakkar
2015-02-20  7:25   ` Preeti U Murthy

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.