From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753694AbdH2N1d (ORCPT ); Tue, 29 Aug 2017 09:27:33 -0400 Received: from mga03.intel.com ([134.134.136.65]:40949 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753569AbdH2N1b (ORCPT ); Tue, 29 Aug 2017 09:27:31 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,444,1498546800"; d="scan'208";a="123655317" Date: Tue, 29 Aug 2017 08:27:28 -0500 From: Shiraz Saleem To: Bhumika Goyal Cc: julia.lawall@lip6.fr, faisal.latif@intel.com, dledford@redhat.com, sean.hefty@intel.com, hal.rosenstock@gmail.com, linux-rdma@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] i40iw: make some structures const Message-ID: <20170829132728.GA4580@ssaleem-MOBL4.amr.corp.intel.com> References: <1503937283-15549-1-git-send-email-bhumirks@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1503937283-15549-1-git-send-email-bhumirks@gmail.com> User-Agent: Mutt/1.7.2 (2016-11-26) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Aug 28, 2017 at 09:51:23PM +0530, Bhumika Goyal wrote: > Make some structures const as they are only used during a copy > operation. > > Signed-off-by: Bhumika Goyal Thanks! Acked-by: Shiraz Saleem