From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Mon, 21 Dec 2015 10:48:00 +0100 From: Heiko Carstens Subject: Re: [PATCH] s390: char: constify hmcdrv_ftp_ops structs Message-ID: <20151221094800.GB4058@osiris> References: <20151213185149.GA24510@waves> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20151213185149.GA24510@waves> Sender: linux-kernel-owner@vger.kernel.org List-Archive: List-Post: To: Aya Mahfouz Cc: Martin Schwidefsky , Christophe Jaillet , Julia Lawall , linux-s390@vger.kernel.org, linux-kernel@vger.kernel.org List-ID: On Sun, Dec 13, 2015 at 08:51:49PM +0200, Aya Mahfouz wrote: > Constifies hmcdrv_ftp_ops structures in s390's char > driver since they are not modified after their > initialization. > > Detected and found using Coccinelle. > > Suggested-by: Julia Lawall > Signed-off-by: Aya Mahfouz > --- > drivers/s390/char/hmcdrv_ftp.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) Applied, thanks.