From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH] net: dsa: make some structures const Date: Tue, 29 Aug 2017 16:05:27 -0700 (PDT) Message-ID: <20170829.160527.1962097240249498532.davem@davemloft.net> References: <1504025272-8304-1-git-send-email-bhumirks@gmail.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: julia.lawall@lip6.fr, andrew@lunn.ch, vivien.didelot@savoirfairelinux.com, f.fainelli@gmail.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org To: bhumirks@gmail.com Return-path: In-Reply-To: <1504025272-8304-1-git-send-email-bhumirks@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: Bhumika Goyal Date: Tue, 29 Aug 2017 22:17:52 +0530 > Make these const as they are not modified anywhere. > > Signed-off-by: Bhumika Goyal Applied.