From: Kalle Valo <kvalo@codeaurora.org>
To: Vaishali Thakkar <vthakkar1994@gmail.com>
Cc: "John W. Linville" <linville@tuxdriver.com>,
"Franky \(Zhenhui\) Lin" <frankyl@broadcom.com>,
Arend van Spriel <arend@broadcom.com>,
Hante Meuleman <meuleman@broadcom.com>,
Brett Rudley <brudley@broadcom.com>,
linux-wireless@vger.kernel.org
Subject: Re: [PATCH] brcmfmac: Use put_unaligned_le32
Date: Thu, 15 Jan 2015 15:00:59 +0200 [thread overview]
Message-ID: <87iog8ryes.fsf@kamboji.qca.qualcomm.com> (raw)
In-Reply-To: <20150106035319.GA4082@vaishali-Ideapad-Z570> (Vaishali Thakkar's message of "Tue, 6 Jan 2015 09:23:19 +0530")
Vaishali Thakkar <vthakkar1994@gmail.com> writes:
> This patch introduces the use of function put_unaligned_le32.
>
> This is done using Coccinelle and semantic patch used is as follows:
>
> @a@
> typedef u32, __le32, uint32_t;
> {u32,__le32,uint32_t} e32;
> identifier tmp;
> expression ptr;
> expression y,e;
> type T;
> type T;
> @@
>
> - tmp = cpu_to_le32(y);
>
> <+... when != tmp
> (
> - memcpy(ptr, (T)&tmp, \(4\|sizeof(u32)\|sizeof(__le32)\|sizeof(uint32_t)\|s
> + put_unaligned_le32(y,ptr);
> |
> - memcpy(ptr, (T)&tmp, ...);
> + put_unaligned_le32(y,ptr);
> )
> ...+>
> ? tmp = e
>
> @@ type T; identifier a.tmp; @@
>
> - T tmp;
> ...when != tmp
>
> Signed-off-by: Vaishali Thakkar <vthakkar1994@gmail.com>
This failed to apply, please rebase:
Applying: brcmfmac: Use put_unaligned_le32
error: drivers/net/wireless/brcm80211/brcmfmac/wl_cfg80211.c: does not exist in index
Patch failed at 0001 brcmfmac: Use put_unaligned_le32
--
Kalle Valo
next prev parent reply other threads:[~2015-01-15 13:01 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-06 3:53 [PATCH] brcmfmac: Use put_unaligned_le32 Vaishali Thakkar
2015-01-15 13:00 ` Kalle Valo [this message]
2015-01-16 15:33 ` Vaishali Thakkar
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=87iog8ryes.fsf@kamboji.qca.qualcomm.com \
--to=kvalo@codeaurora.org \
--cc=arend@broadcom.com \
--cc=brudley@broadcom.com \
--cc=frankyl@broadcom.com \
--cc=linux-wireless@vger.kernel.org \
--cc=linville@tuxdriver.com \
--cc=meuleman@broadcom.com \
--cc=vthakkar1994@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox