From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934213AbdABWK3 (ORCPT ); Mon, 2 Jan 2017 17:10:29 -0500 Received: from cloudserver094114.home.net.pl ([79.96.170.134]:59708 "EHLO cloudserver094114.home.net.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932844AbdABWJl (ORCPT ); Mon, 2 Jan 2017 17:09:41 -0500 From: "Rafael J. Wysocki" To: Jonathan Corbet , Linux PM Cc: LKML , Mauro Carvalho Chehab , Linux Documentation Subject: Re: [PATCH] PM / docs: Drop confusing kernel-doc references from infrastructure.rst Date: Mon, 02 Jan 2017 23:05:31 +0100 Message-ID: <1866121.f9dSvTNiL5@aspire.rjw.lan> User-Agent: KMail/4.14.10 (Linux/4.10.0-rc1+; KDE/4.14.9; x86_64; ; ) In-Reply-To: <1637935.8QKVTKQPm8@aspire.rjw.lan> References: <1637935.8QKVTKQPm8@aspire.rjw.lan> 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 On Monday, December 19, 2016 09:36:39 PM Rafael J. Wysocki wrote: > From: Rafael J. Wysocki > > 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 I'd like this to go into 4.10. Are there any objections here? > --- > 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 > -------------------------- > > > -- Thanks, Rafael