[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1637935.8QKVTKQPm8@aspire.rjw.lan>
Date: Mon, 19 Dec 2016 21:36:39 +0100
From: "Rafael J. Wysocki" <rjw@...ysocki.net>
To: Jonathan Corbet <corbet@....net>
Cc: LKML <linux-kernel@...r.kernel.org>,
Linux PM <linux-pm@...r.kernel.org>,
Mauro Carvalho Chehab <mchehab@....samsung.com>,
Linux Documentation <linux-doc@...r.kernel.org>
Subject: [PATCH] PM / docs: Drop confusing kernel-doc references from infrastructure.rst
From: Rafael J. Wysocki <rafael.j.wysocki@...el.com>
The references to drivers/base/power/main.c and
drivers/acpi/scan.c from Documentation/driver-api/infrastructure.rst
are confusing. They both cause descriptions of functions that are
not relevant to device drivers at all to be generated and none of
them is sufficient to cover the API in a meaningful way.
Drop them for now.
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@...el.com>
---
Documentation/driver-api/infrastructure.rst | 15 ---------------
1 file changed, 15 deletions(-)
Index: linux-pm/Documentation/driver-api/infrastructure.rst
===================================================================
--- linux-pm.orig/Documentation/driver-api/infrastructure.rst
+++ linux-pm/Documentation/driver-api/infrastructure.rst
@@ -55,21 +55,6 @@ Device Drivers DMA Management
.. kernel-doc:: drivers/base/dma-mapping.c
:export:
-Device Drivers Power Management
--------------------------------
-
-.. kernel-doc:: drivers/base/power/main.c
- :export:
-
-Device Drivers ACPI Support
----------------------------
-
-.. kernel-doc:: drivers/acpi/scan.c
- :export:
-
-.. kernel-doc:: drivers/acpi/scan.c
- :internal:
-
Device drivers PnP support
--------------------------
Powered by blists - more mailing lists