From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934124AbcISIg3 (ORCPT ); Mon, 19 Sep 2016 04:36:29 -0400 Received: from mga11.intel.com ([192.55.52.93]:16419 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754044AbcISIen (ORCPT ); Mon, 19 Sep 2016 04:34:43 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,361,1470726000"; d="scan'208";a="11200672" Date: Mon, 19 Sep 2016 10:34:39 +0200 From: Samuel Ortiz To: Julia Lawall Cc: Lauro Ramos Venancio , kernel-janitors@vger.kernel.org, Aloisio Almeida Jr , linux-wireless@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] NFC: pn533: constify pn533_phy_ops structures Message-ID: <20160919083439.GA13777@zurbaran.home> References: <1470759062-21276-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: <1470759062-21276-1-git-send-email-Julia.Lawall@lip6.fr> User-Agent: Mutt/1.7.0 (2016-08-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Julia, On Tue, Aug 09, 2016 at 06:11:02PM +0200, Julia Lawall wrote: > The pn533_phy_ops are never modified, so declare them as const. > > Done with the help of Coccinelle. > > Signed-off-by: Julia Lawall > > --- > drivers/nfc/pn533/i2c.c | 2 +- > drivers/nfc/pn533/pn533.c | 2 +- > drivers/nfc/pn533/pn533.h | 4 ++-- > drivers/nfc/pn533/usb.c | 2 +- > 4 files changed, 5 insertions(+), 5 deletions(-) Applied to nfc-next, thanks. Cheers, Samuel.