From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753365AbdHKPcF (ORCPT ); Fri, 11 Aug 2017 11:32:05 -0400 Received: from mail-wm0-f67.google.com ([74.125.82.67]:35392 "EHLO mail-wm0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752959AbdHKPcD (ORCPT ); Fri, 11 Aug 2017 11:32:03 -0400 Date: Fri, 11 Aug 2017 17:32:00 +0200 From: Jiri Pirko To: Bhumika Goyal Cc: julia.lawall@lip6.fr, jiri@mellanox.com, idosch@mellanox.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] mlxsw: make mlxsw_config_profile const Message-ID: <20170811153200.GE1852@nanopsycho> References: <1502458842-31516-1-git-send-email-bhumirks@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1502458842-31516-1-git-send-email-bhumirks@gmail.com> User-Agent: Mutt/1.8.0 (2017-02-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Fri, Aug 11, 2017 at 03:40:42PM CEST, bhumirks@gmail.com wrote: >Make these structures const as they only stored in the profile field of >a mlxsw_driver structure, which is of type const. >Done using Coccinelle. > >Signed-off-by: Bhumika Goyal Acked-by: Jiri Pirko