From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932750AbcHNSNW (ORCPT ); Sun, 14 Aug 2016 14:13:22 -0400 Received: from tex.lwn.net ([70.33.254.29]:42619 "EHLO vena.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932361AbcHNSNU (ORCPT ); Sun, 14 Aug 2016 14:13:20 -0400 Date: Sun, 14 Aug 2016 12:13:18 -0600 From: Jonathan Corbet To: Geert Uytterhoeven Cc: Michael Turquette , Stephen Boyd , linux-clk@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, Andi Shyti Subject: Re: [PATCH v2] Documentation: clk: update file names containing referenced structures Message-ID: <20160814121318.22c09fe3@lwn.net> In-Reply-To: <1471005685-505-1-git-send-email-geert+renesas@glider.be> References: <1471005685-505-1-git-send-email-geert+renesas@glider.be> Organization: LWN.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 12 Aug 2016 14:41:25 +0200 Geert Uytterhoeven wrote: > From: Andi Shyti > > Commit 'b09d6d991' removes include/linux/clk-private.h and > re-arranges the clock related structures contained in it in > different files. The documentation has not been updated > accordingly, thus it wasn't anymore consistent. > > Place the structures referenced by Documentation/clk.txt in the > correct files and update their contents to the latest status. OK, I've applied this to the docs tree. Someday it would be nice to do this properly with kerneldoc, but, in the meantime, what we have should be current. Thanks, jon