From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Turquette Date: Tue, 25 Feb 2014 08:36:28 +0000 Subject: Re: [PATCH] clk: shmobile: div6: use proper description in kernel doc Message-Id: <20140225083628.22529.78265@quantum> List-Id: References: <1393271848-13313-1-git-send-email-wsa@the-dreams.de> <1592414.PQLaxVPFpz@avalon> In-Reply-To: <1592414.PQLaxVPFpz@avalon> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-arm-kernel@lists.infradead.org Quoting Laurent Pinchart (2014-02-24 11:59:49) > Hi Wolfram, > > Thank you for the patch. > > On Monday 24 February 2014 20:57:11 Wolfram Sang wrote: > > From: Wolfram Sang > > > > These variable clocks have nothing to do with MSTP gating, probably a > > copy&paste leftover. > > > > Signed-off-by: Wolfram Sang > > Acked-by: Laurent Pinchart > > Mike, could you please pick this up for v3.15 ? Taken into clk-next! Thanks, Mike > > > --- > > drivers/clk/shmobile/clk-div6.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/drivers/clk/shmobile/clk-div6.c > > b/drivers/clk/shmobile/clk-div6.c index aac4756..f065f69 100644 > > --- a/drivers/clk/shmobile/clk-div6.c > > +++ b/drivers/clk/shmobile/clk-div6.c > > @@ -23,7 +23,7 @@ > > #define CPG_DIV6_DIV_MASK 0x3f > > > > /** > > - * struct div6_clock - MSTP gating clock > > + * struct div6_clock - CPG 6 bit divider clock > > * @hw: handle between common and hardware-specific interfaces > > * @reg: IO-remapped register > > * @div: divisor value (1-64) > > -- > Regards, > > Laurent Pinchart >