Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752242AbdG1PGN (ORCPT ); Fri, 28 Jul 2017 11:06:13 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:58544 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751628AbdG1PGM (ORCPT ); Fri, 28 Jul 2017 11:06:12 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org 9AF51605BD Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=none smtp.mailfrom=kvalo@codeaurora.org Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [v3,04/10] ipw2200: constify attribute_group structures From: Kalle Valo In-Reply-To: <1500371102-14758-1-git-send-email-arvind.yadav.cs@gmail.com> References: <1500371102-14758-1-git-send-email-arvind.yadav.cs@gmail.com> To: Arvind Yadav Cc: davem@davemloft.net, stas.yakovlev@gmail.com, sgruszka@redhat.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linux-wireless@vger.kernel.org User-Agent: pwcli/0.0.0-git (https://github.com/kvalo/pwcli/) Python/2.7.12 Message-Id: <20170728150611.96B1A60884@smtp.codeaurora.org> Date: Fri, 28 Jul 2017 15:06:11 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 767 Lines: 19 Arvind Yadav wrote: > attribute_group are not supposed to change at runtime. All functions > working with attribute_group provided by work > with const attribute_group. So mark the non-const structs as const. > > Signed-off-by: Arvind Yadav 4 patches applied to wireless-drivers-next.git, thanks. 17830147c40a mwifiex: fix spelling mistake: "Insuffient" -> "Insufficient" 185ffc194800 ipw2100: don't return positive values to PCI probe on error af643fe9bbe0 zd1211rw: fix spelling mistake 'hybernate' -> 'hibernate' e66d70b789d1 brcmfmac: constify pci_device_id -- https://patchwork.kernel.org/patch/9847373/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches