Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751880AbdH2WLA (ORCPT ); Tue, 29 Aug 2017 18:11:00 -0400 Received: from shards.monkeyblade.net ([184.105.139.130]:40108 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751829AbdH2WK6 (ORCPT ); Tue, 29 Aug 2017 18:10:58 -0400 Date: Tue, 29 Aug 2017 15:10:58 -0700 (PDT) Message-Id: <20170829.151058.935821565106187659.davem@davemloft.net> To: bhumirks@gmail.com Cc: julia.lawall@lip6.fr, gregkh@linuxfoundation.org, jslaby@suse.com, sparclinux@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] sparc64: vcc: make ktermios const From: David Miller In-Reply-To: <1503944924-28141-1-git-send-email-bhumirks@gmail.com> References: <1503944924-28141-1-git-send-email-bhumirks@gmail.com> X-Mailer: Mew version 6.7 on Emacs 25.2 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Tue, 29 Aug 2017 15:10:58 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 195 Lines: 8 From: Bhumika Goyal Date: Mon, 28 Aug 2017 23:58:44 +0530 > Make this const as it is not modified anywhere. > > Signed-off-by: Bhumika Goyal Applied.