[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20170222.153955.343248329052736951.davem@davemloft.net>
Date: Wed, 22 Feb 2017 15:39:55 -0500 (EST)
From: David Miller <davem@...emloft.net>
To: bhumirks@...il.com
Cc: julia.lawall@...6.fr, harish.patil@...ium.com,
manish.chopra@...ium.com, Dept-GELinuxNICDev@...ium.com,
netdev@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] qlogic: qlcnic_sysfs: constify bin_attribute structures
From: Bhumika Goyal <bhumirks@...il.com>
Date: Wed, 22 Feb 2017 00:11:17 +0530
> Declare bin_attribute structures as const as they are only passed as an
> arguments to the functions device_remove_bin_file and
> device_create_bin_file. These function arguments are of type const, so
> bin_attribute structures having this property can be made const too.
> Done using Coccinelle:
...
> Signed-off-by: Bhumika Goyal <bhumirks@...il.com>
Applied.
Powered by blists - more mailing lists