From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754525AbbK3ONX (ORCPT ); Mon, 30 Nov 2015 09:13:23 -0500 Received: from mail-wm0-f45.google.com ([74.125.82.45]:33214 "EHLO mail-wm0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754271AbbK3ONT (ORCPT ); Mon, 30 Nov 2015 09:13:19 -0500 Message-ID: <565C597B.2030500@cantab.net> Date: Mon, 30 Nov 2015 14:13:15 +0000 From: David Vrabel User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.8.0 MIME-Version: 1.0 To: Julia Lawall , Konrad Rzeszutek Wilk CC: xen-devel@lists.xenproject.org, Boris Ostrovsky , kernel-janitors@vger.kernel.org, David Vrabel , linux-kernel@vger.kernel.org Subject: Re: [Xen-devel] [PATCH] xen/grant-table: constify gnttab_ops structure References: <1448720920-10606-1-git-send-email-Julia.Lawall@lip6.fr> In-Reply-To: <1448720920-10606-1-git-send-email-Julia.Lawall@lip6.fr> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 28/11/15 14:28, Julia Lawall wrote: > The gnttab_ops structure is never modified, so declare it as const. > > Done with the help of Coccinelle. Applied to for-linus-4.5, thanks. David