Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751967AbbEDUcP (ORCPT ); Mon, 4 May 2015 16:32:15 -0400 Received: from mail-ig0-f170.google.com ([209.85.213.170]:33243 "EHLO mail-ig0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751251AbbEDUcK (ORCPT ); Mon, 4 May 2015 16:32:10 -0400 MIME-Version: 1.0 In-Reply-To: <1428943097-2768-1-git-send-email-rklein@nvidia.com> References: <1428943097-2768-1-git-send-email-rklein@nvidia.com> Date: Mon, 4 May 2015 13:32:09 -0700 X-Google-Sender-Auth: B8wlOLyBgxIP6fI6UaMum4dIMbw Message-ID: Subject: Re: [PATCH] clk: tegra: Fix comments for structure definitions From: Benson Leung To: Rhyland Klein Cc: Peter De Schrijver , Mike Turquette , Stephen Warren , Stephen Boyd , Thierry Reding , Alexandre Courbot , linux-clk@vger.kernel.org, linux-tegra@vger.kernel.org, "linux-kernel@vger.kernel.org" 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: 1270 Lines: 34 On Mon, Apr 13, 2015 at 9:38 AM, Rhyland Klein wrote: > Some fields moved from the tegra_clk_pll struct to > the tegra_pll_params struct. Update the struct comments > to reflect where the fields really are. > > Signed-off-by: Rhyland Klein > --- > drivers/clk/tegra/clk.h | 74 +++++++++++++++++++++++------------------------ > 1 file changed, 37 insertions(+), 37 deletions(-) > > diff --git a/drivers/clk/tegra/clk.h b/drivers/clk/tegra/clk.h > index 751a97966354..4eae99a4f32e 100644 > --- a/drivers/clk/tegra/clk.h > +++ b/drivers/clk/tegra/clk.h > @@ -171,6 +171,30 @@ struct div_nmp { > * @lock_bit_idx: Bit index for PLL lock status By the way, It looks like the kernel doc for this structure hasn't been updated for some of the fields added or modified since. lock_bit_idx is actually no longer here (now lock_mask), and the bunch added for 114 (including ext_misc_reg) aren't documented. -- Benson Leung Software Engineer, Chrom* OS bleung@chromium.org -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/