From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751390AbbCLAfw (ORCPT ); Wed, 11 Mar 2015 20:35:52 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:56727 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751052AbbCLAfv (ORCPT ); Wed, 11 Mar 2015 20:35:51 -0400 Message-ID: <5500DF65.1030001@codeaurora.org> Date: Wed, 11 Mar 2015 17:35:49 -0700 From: Stephen Boyd User-Agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Mike Turquette CC: linux-kernel@vger.kernel.org, Tomeu Vizoso , Alban Browaeys Subject: Re: [PATCH v2 2/3] clk: Rename child_node to clks_node to avoid confusion References: <1423251765-2947-1-git-send-email-sboyd@codeaurora.org> <1423251765-2947-3-git-send-email-sboyd@codeaurora.org> In-Reply-To: <1423251765-2947-3-git-send-email-sboyd@codeaurora.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 02/06/15 11:42, Stephen Boyd wrote: > The child_node member of struct clk is named the same as the > child_node member of struct clk_core. Let's rename the struct > clk's member to clks_node to avoid getting confused with the > child_node member of struct clk_core and to match the name of the > list head, clks. > > Reviewed-by: Tomeu Vizoso > Cc: Alban Browaeys > Signed-off-by: Stephen Boyd > Applied to clk-next -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project