From: Vaishali Thakkar <vthakkar1994@gmail.com>
To: outreachy-kernel@googlegroups.com
Subject: [RESEND PATCH 0/2] Staging: Use put_unaligned_le16
Date: Fri, 20 Feb 2015 14:18:28 +0530 [thread overview]
Message-ID: <cover.1424421580.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.
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 8:48 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-20 8:48 Vaishali Thakkar [this message]
2015-02-20 8:48 ` [RESEND PATCH v3 1/2] Staging: rtl8188eu: Use put_unaligned_le16 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
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.1424421580.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.