From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752052AbcGGJpj (ORCPT ); Thu, 7 Jul 2016 05:45:39 -0400 Received: from smtp02.citrix.com ([66.165.176.63]:40132 "EHLO SMTP02.CITRIX.COM" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751092AbcGGJph (ORCPT ); Thu, 7 Jul 2016 05:45:37 -0400 X-IronPort-AV: E=Sophos;i="5.28,324,1464652800"; d="scan'208";a="371740430" Date: Thu, 7 Jul 2016 11:45:35 +0200 From: Roger Pau Monne To: Jan Beulich CC: Konrad Rzeszutek Wilk , , Subject: Re: [PATCH] xen-blkback: constify instance of "struct attribute_group" Message-ID: <20160707094535.wsgrxlnib5ajcsdc@mac> References: <577E233202000078000FBE11@prv-mh.provo.novell.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <577E233202000078000FBE11@prv-mh.provo.novell.com> User-Agent: Mutt/1.6.0-neo (2016-04-07) X-DLP: MIA1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jul 07, 2016 at 01:38:58AM -0600, Jan Beulich wrote: > The functions such get passed to have been taking pointers to const > since at least 2.6.16. > > Signed-off-by: Jan Beulich Acked-by: Roger Pau Monné Although the wording in the commit message looks weird to me, but I'm not a native speaker anyway. Roger.