From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755210AbbCRHWq (ORCPT ); Wed, 18 Mar 2015 03:22:46 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:56362 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754818AbbCRHWp (ORCPT ); Wed, 18 Mar 2015 03:22:45 -0400 Date: Wed, 18 Mar 2015 08:22:40 +0100 From: Greg Kroah-Hartman To: "Rafael J. Wysocki" Cc: Adrian Hunter , "Rafael J. Wysocki" , Grant Likely , linux-kernel@vger.kernel.org Subject: Re: [PATCH] device_property: Add comments about returning array counts Message-ID: <20150318072240.GA27389@kroah.com> References: <1426579138-16003-1-git-send-email-adrian.hunter@intel.com> <2262064.kjejuUIL7s@vostro.rjw.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2262064.kjejuUIL7s@vostro.rjw.lan> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Mar 18, 2015 at 02:27:59AM +0100, Rafael J. Wysocki wrote: > On Tuesday, March 17, 2015 09:58:58 AM Adrian Hunter wrote: > > The "read array" variants of the device property functions > > can be used to return the number of values in an array. > > Update the comments to reflect that. > > > > Signed-off-by: Adrian Hunter > > Looks OK to me. > > Greg, any objections? Nope: Acked-by: Greg Kroah-Hartman