[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20190429144630.D1D186028C@smtp.codeaurora.org>
Date: Mon, 29 Apr 2019 14:46:30 +0000 (UTC)
From: Kalle Valo <kvalo@...eaurora.org>
To: "Gustavo A. R. Silva" <gustavo@...eddedor.com>
Cc: "David S. Miller" <davem@...emloft.net>,
linux-wireless@...r.kernel.org, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org,
"Gustavo A. R. Silva" <gustavo@...eddedor.com>
Subject: Re: [PATCH][next] ath6kl: debug: Use struct_size() helper
"Gustavo A. R. Silva" <gustavo@...eddedor.com> wrote:
> Make use of the struct_size() helper instead of an open-coded version
> in order to avoid any potential type mistakes, in particular in the
> context in which this code is being used.
>
> So, change the following form:
>
> sizeof(*tbl) + num_entries * sizeof(struct wmi_bss_roam_info)
>
> to :
>
> struct_size(tbl, info, num_entries)
>
> This code was detected with the help of Coccinelle.
>
> Signed-off-by: Gustavo A. R. Silva <gustavo@...eddedor.com>
> Signed-off-by: Kalle Valo <kvalo@...eaurora.org>
Patch applied to ath-next branch of ath.git, thanks.
df75786b9233 ath6kl: debug: Use struct_size() helper
--
https://patchwork.kernel.org/patch/10884039/
https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches
Powered by blists - more mailing lists