Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030237AbcJTO2P (ORCPT ); Thu, 20 Oct 2016 10:28:15 -0400 Received: from smtp.csie.ntu.edu.tw ([140.112.30.61]:36528 "EHLO smtp.csie.ntu.edu.tw" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754875AbcJTO2O (ORCPT ); Thu, 20 Oct 2016 10:28:14 -0400 MIME-Version: 1.0 In-Reply-To: <28e6628786497633eea8cd8522d89284414a7c4c.1476196031.git-series.maxime.ripard@free-electrons.com> References: <28e6628786497633eea8cd8522d89284414a7c4c.1476196031.git-series.maxime.ripard@free-electrons.com> From: Chen-Yu Tsai Date: Thu, 20 Oct 2016 22:27:48 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [linux-sunxi] [PATCH v4 1/9] clk: sunxi-ng: Rename the internal structures To: Maxime Ripard Cc: Mike Turquette , Stephen Boyd , Chen-Yu Tsai , linux-arm-kernel , linux-kernel , linux-clk , linux-sunxi , Andre Przywara Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 315 Lines: 8 On Tue, Oct 11, 2016 at 10:28 PM, Maxime Ripard wrote: > Rename the structures meant to be embedded in other structures to make it > consistent with the mux structure name > > Signed-off-by: Maxime Ripard Acked-by: Chen-Yu Tsai