From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933799AbcJHOP0 (ORCPT ); Sat, 8 Oct 2016 10:15:26 -0400 Received: from spo001.leaseweb.nl ([85.17.2.162]:40221 "EHLO spo001.leaseweb.nl" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1756964AbcJHOPX (ORCPT ); Sat, 8 Oct 2016 10:15:23 -0400 Date: Sat, 8 Oct 2016 16:01:20 +0200 From: Wim Van Sebroeck To: Julia Lawall Cc: kernel-janitors@vger.kernel.org, Guenter Roeck , linux-watchdog@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] watchdog: iTCO_wdt: constify iTCO_wdt_pm structure Message-ID: <20161008140120.GB23290@spo001.leaseweb.nl> References: <1472415986-16035-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: <1472415986-16035-1-git-send-email-Julia.Lawall@lip6.fr> User-Agent: Mutt/1.4.1i Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Julia, > iTCO_wdt_pm, of type struct dev_pm_ops, is never modified, so declare it as > const. > > Done with the help of Coccinelle. > > Signed-off-by: Julia Lawall This patch and your constify watchdog_ops structures were added to linux-watchdog-next almost 2 weeks ago. Kind regards, Wim.