From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752018AbcACA1p (ORCPT ); Sat, 2 Jan 2016 19:27:45 -0500 Received: from v094114.home.net.pl ([79.96.170.134]:50544 "HELO v094114.home.net.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1751056AbcACA1m (ORCPT ); Sat, 2 Jan 2016 19:27:42 -0500 From: "Rafael J. Wysocki" To: Julia Lawall Cc: kernel-janitors@vger.kernel.org, linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] PowerCap: constify powercap_zone_ops and powercap_zone_constraint_ops structures Date: Sun, 03 Jan 2016 01:58:18 +0100 Message-ID: <2776851.fyhdtS7sMd@vostro.rjw.lan> User-Agent: KMail/4.11.5 (Linux/4.1.0-rc5+; KDE/4.11.5; x86_64; ; ) In-Reply-To: <1450907995-825-1-git-send-email-Julia.Lawall@lip6.fr> References: <1450907995-825-1-git-send-email-Julia.Lawall@lip6.fr> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="utf-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wednesday, December 23, 2015 10:59:55 PM Julia Lawall wrote: > The powercap_zone_ops and powercap_zone_constraint_ops structures are never > modified, so declare them as const. > > Most of the actual changes adjust indentation to accomodate the const > keyword. > > Done with the help of Coccinelle. > > Signed-off-by: Julia Lawall Applied, thanks!