From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752115AbdBFS2V (ORCPT ); Mon, 6 Feb 2017 13:28:21 -0500 Received: from ms.lwn.net ([45.79.88.28]:54992 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751492AbdBFS2U (ORCPT ); Mon, 6 Feb 2017 13:28:20 -0500 Date: Mon, 6 Feb 2017 11:28:18 -0700 From: Jonathan Corbet To: "Rafael J. Wysocki" Cc: Linux PM , Linux Documentation , LKML , Mauro Carvalho Chehab , Lukas Wunner , Alan Stern Subject: Re: [PATCH 0/3 v2] PM / docs: linux/pm.h kerneldocs update and conversion of two docs to reST Message-ID: <20170206112818.3694cf04@lwn.net> In-Reply-To: <1741856.1gu5vXgsff@aspire.rjw.lan> References: <1741856.1gu5vXgsff@aspire.rjw.lan> Organization: LWN.net X-Mailer: Claws Mail 3.14.1 (GTK+ 2.24.31; x86_64-redhat-linux-gnu) 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 Thu, 02 Feb 2017 01:30:08 +0100 "Rafael J. Wysocki" wrote: > This is a new (and hopefully final) iteration of the series of patches starting > the conversion of power management driver API documentation. > > Patch [1/3] updates kerneldoc comments in include/linux/pm.h (to make the > documentation generated out of them look better), patch [2/3] converts > Documentation/power/devices.txt to reST, and patch [3/3] does the same thing > to Documentation/power/notifiers.txt (the new files go into the driver-api subdir > and are hooked up to that manual). > > Patch [1/3] has not been changed since the previous iteration. Patch [2/3] > addresses some comments from Lukas and patch [3/3] has been trivially > rebased. > > Please apply unless there are any objections. Just applied them, thanks. One thing I do notice is that, while you update the kerneldoc comments, nothing in the associated documentation pulls them in. That would be a good future enhancement...:) Thanks, jon