From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754479AbcDYKjH (ORCPT ); Mon, 25 Apr 2016 06:39:07 -0400 Received: from mail-lb0-f196.google.com ([209.85.217.196]:35739 "EHLO mail-lb0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754455AbcDYKjF (ORCPT ); Mon, 25 Apr 2016 06:39:05 -0400 Date: Mon, 25 Apr 2016 12:38:58 +0200 From: Johan Hovold To: Julia Lawall Cc: Johan Hovold , kernel-janitors@vger.kernel.org, Greg Kroah-Hartman , linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] USB: ftdi_sio: constify ftdi_sio_quirk structures Message-ID: <20160425103858.GM18866@localhost> References: <1460199748-14466-1-git-send-email-Julia.Lawall@lip6.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1460199748-14466-1-git-send-email-Julia.Lawall@lip6.fr> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Apr 09, 2016 at 01:02:28PM +0200, Julia Lawall wrote: > The ftdi_sio_quirk structures are never modified, so declare them as const. > > Done with the help of Coccinelle. > > Signed-off-by: Julia Lawall Now applied, thanks. Johan