From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5256DC00140 for ; Wed, 24 Aug 2022 08:33:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229551AbiHXIdb (ORCPT ); Wed, 24 Aug 2022 04:33:31 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50280 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232621AbiHXIda (ORCPT ); Wed, 24 Aug 2022 04:33:30 -0400 Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8F1003D5B9; Wed, 24 Aug 2022 01:33:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1661330009; x=1692866009; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=tVYV8x5KqSC9OSZo8dHmjJz6cGc4M/c0VgmXCI9d7qs=; b=d/hcibLeRwq0wjwGPCPm3DXDLmMym9XGVV0wWsSWfjuUl0xH/d5w0yPe J2KWSxMeyE0FXIKT4vRvUaORqIyUoLtuRhGEq7bLmyCChX9wXhTa7nUZz zcGFSWfPJGkt0eSKTXJBBNzEa2ZGaS/Lzt6Qbn8uvMw6OkEe0Dm+OjzNR bg8up/YJ0ZEasM+qHxtf9PcNIiMKTWKSrzoJkQCba5mmOwDQYf781DG5c 7DKu7uPnXcbYuwBEAZFlt9aLOo/HXYKpN13bnM1eOKCEEyfFcs01EELgY lMfo6R7yvC1mZRmgR3d3sgk3ewyUJRSiKA+yDykYjUAbUYrLh9oGgfzY/ g==; X-IronPort-AV: E=McAfee;i="6500,9779,10448"; a="292649768" X-IronPort-AV: E=Sophos;i="5.93,260,1654585200"; d="scan'208";a="292649768" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Aug 2022 01:33:14 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.93,260,1654585200"; d="scan'208";a="735799593" Received: from black.fi.intel.com ([10.237.72.28]) by orsmga004.jf.intel.com with ESMTP; 24 Aug 2022 01:33:11 -0700 Received: by black.fi.intel.com (Postfix, from userid 1001) id DC93A19D; Wed, 24 Aug 2022 11:33:25 +0300 (EEST) Date: Wed, 24 Aug 2022 11:33:25 +0300 From: Mika Westerberg To: "Rafael J. Wysocki" Cc: Linux ACPI , LKML , Linux PM , Sakari Ailus , Tomasz Figa Subject: Re: [PATCH] ACPI: PM: Fix up documentation reference Message-ID: References: <5852809.lOV4Wx5bFT@kreacher> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5852809.lOV4Wx5bFT@kreacher> Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org On Tue, Aug 23, 2022 at 03:28:02PM +0200, Rafael J. Wysocki wrote: > From: Rafael J. Wysocki > > The acpi_dev_state_d0() kerneldoc comment should refer to > non-d0-probe.rst which is there in the tree instead of > low-power-probe.rst which is not. Fix it up. > > While at it, adjust the formatting of that comment to save space. > > No functional impact. > > Fixes: b82a7df4a7f3 ("ACPI: Add a convenience function to tell a device is in D0 state") > Reported-by: kernel test robot > Signed-off-by: Rafael J. Wysocki Reviewed-by: Mika Westerberg