From: Vaishali Thakkar <vthakkar1994@gmail.com>
To: outreachy-kernel@googlegroups.com
Subject: [PATCH v3 0/2] Staging: Use put_unaligned_le16
Date: Fri, 20 Feb 2015 09:00:49 +0530 [thread overview]
Message-ID: <cover.1424402536.git.vthakkar1994@gmail.com> (raw)
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
next reply other threads:[~2015-02-20 3:30 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-20 3:30 Vaishali Thakkar [this message]
2015-02-20 3:30 ` [PATCH v3 1/2] Staging: rtl8188eu: Use put_unaligned_le16 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1424402536.git.vthakkar1994@gmail.com \
--to=vthakkar1994@gmail.com \
--cc=outreachy-kernel@googlegroups.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.