From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752995AbdAFBtN (ORCPT ); Thu, 5 Jan 2017 20:49:13 -0500 Received: from cloudserver094114.home.net.pl ([79.96.170.134]:47172 "EHLO cloudserver094114.home.net.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752848AbdAFBtA (ORCPT ); Thu, 5 Jan 2017 20:49:00 -0500 From: "Rafael J. Wysocki" To: Linux PM , Jonathan Corbet Cc: Linux Documentation , LKML , Mauro Carvalho Chehab Subject: [PATCH 0/3] PM / docs: linux/pm.h kerneldocs update and conversion of two docs to reST Date: Fri, 06 Jan 2017 02:38:13 +0100 Message-ID: <17467778.bsRBpnPicc@aspire.rjw.lan> User-Agent: KMail/4.14.10 (Linux/4.10.0-rc1+; KDE/4.14.9; x86_64; ; ) MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Everyone, I sent patches [1-2/3] previosly a couple of weeks ago and there have not been any comments since then, so either they are fine by everybody or the timing was particularly bad and no one had the time to look at them. Admittedly, the former is more attractive to me, so I'll assume that this is the case if there are no comments still this time. :-) 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). If the conversions can be done in a better way (with not much more effort), please let me know. Thanks, Rafael