From patchwork Tue Sep 5 18:16:27 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 9939443 X-Patchwork-Delegate: rjw@sisk.pl Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 7FC1460350 for ; Tue, 5 Sep 2017 18:18:30 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 7774628A06 for ; Tue, 5 Sep 2017 18:18:30 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 66BA628A01; Tue, 5 Sep 2017 18:18:30 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=unavailable version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 069342896F for ; Tue, 5 Sep 2017 18:18:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752637AbdIESQf (ORCPT ); Tue, 5 Sep 2017 14:16:35 -0400 Received: from laurent.telenet-ops.be ([195.130.137.89]:35496 "EHLO laurent.telenet-ops.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752308AbdIESQf (ORCPT ); Tue, 5 Sep 2017 14:16:35 -0400 Received: from ayla.of.borg ([84.195.106.246]) by laurent.telenet-ops.be with bizsmtp id 5uGV1w00Q5JzmfG01uGV7R; Tue, 05 Sep 2017 20:16:33 +0200 Received: from ramsan.of.borg ([192.168.97.29] helo=ramsan) by ayla.of.borg with esmtp (Exim 4.86_2) (envelope-from ) id 1dpIOe-0006LE-4T; Tue, 05 Sep 2017 20:16:24 +0200 Received: from geert by ramsan with local (Exim 4.86_2) (envelope-from ) id 1dpIOj-0007s6-HF; Tue, 05 Sep 2017 20:16:29 +0200 From: Geert Uytterhoeven To: Greg Kroah-Hartman , "Rafael J . Wysocki" Cc: Jonathan Corbet , Mauro Carvalho Chehab , linux-pm@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH] device: Fix link to device power management documentation Date: Tue, 5 Sep 2017 20:16:27 +0200 Message-Id: <1504635387-30217-1-git-send-email-geert+renesas@glider.be> X-Mailer: git-send-email 2.7.4 Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Correct location as of commit 2728b2d2e5be4b82 ("PM / core / docs: Convert sleep states API document to reST"). Signed-off-by: Geert Uytterhoeven --- Note that the link was already broken before... --- include/linux/device.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/device.h b/include/linux/device.h index beabdbc0842059b3..9db9c528bb5d1608 100644 --- a/include/linux/device.h +++ b/include/linux/device.h @@ -838,7 +838,7 @@ struct dev_links_info { * @driver_data: Private pointer for driver specific info. * @links: Links to suppliers and consumers of this device. * @power: For device power management. - * See Documentation/power/admin-guide/devices.rst for details. + * See Documentation/driver-api/pm/devices.rst for details. * @pm_domain: Provide callbacks that are executed during system suspend, * hibernation, system resume and during runtime PM transitions * along with subsystem-level and driver-level callbacks.