From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752162AbdHHLwy (ORCPT ); Tue, 8 Aug 2017 07:52:54 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:51486 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751880AbdHHLww (ORCPT ); Tue, 8 Aug 2017 07:52:52 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org 4A616600E6 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: [1/2] wlcore: add const to bin_attribute structure From: Kalle Valo In-Reply-To: <1501696634-15765-2-git-send-email-bhumirks@gmail.com> References: <1501696634-15765-2-git-send-email-bhumirks@gmail.com> To: Bhumika Goyal Cc: julia.lawall@lip6.fr, linux-wireless@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, harish.patil@cavium.com, manish.chopra@cavium.com, Dept-GELinuxNICDev@cavium.com, Bhumika Goyal User-Agent: pwcli/0.0.0-git (https://github.com/kvalo/pwcli/) Python/2.7.12 Message-Id: <20170808115252.6DD2260209@smtp.codeaurora.org> Date: Tue, 8 Aug 2017 11:52:52 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Bhumika Goyal wrote: > Add const to bin_attribute structure as it is only passed to the > functions sysfs_{remove/create}_bin_file. The corresponding arguments > are of type const, so declare the structure to be const. > > Signed-off-by: Bhumika Goyal Patch applied to wireless-drivers-next.git, thanks. 4f2949febc22 wlcore: add const to bin_attribute structure -- https://patchwork.kernel.org/patch/9877341/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches