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 E8FB5C64EC4 for ; Mon, 13 Feb 2023 10:15:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229952AbjBMKPw (ORCPT ); Mon, 13 Feb 2023 05:15:52 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50640 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229477AbjBMKPv (ORCPT ); Mon, 13 Feb 2023 05:15:51 -0500 Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5E0201BCD; Mon, 13 Feb 2023 02:15:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1676283350; x=1707819350; h=message-id:subject:from:to:cc:date:in-reply-to: references:content-transfer-encoding:mime-version; bh=8pxbrVMMBeuKldEB4rEpcQ/HEmb3Tvb3aO7aDW2woT8=; b=Tyd8rORmBvqcD3RkoTn0hIROEKTWroko8+/CYJx7SqiecPL15e9jzSZr afN3DKwL+oCuSa8wGa016LX3VwO+gKmva1fKkFx8FrkhHmkcfqHgQy6br 5knixyuxfjRNSct2VXSs55M+6Ft41emQzdtvaw/myioTD2rUaf+0q7/AL Bf8OsYAYr6GDyYOPlM1IoFOjxkQS4S3sYojEDgXISynM9dRQeEP5DOeVY GeBWkeE6XVNwJKZ2iUe0aEOe7j6joYgr8ov0bopIKQsHSjTJg96M2WQJ4 e9w7IDwFF6UHXxaYS5M037lzg0A6qUPTwKWgwn58KIakqqClNkWrpd8Mu g==; X-IronPort-AV: E=McAfee;i="6500,9779,10619"; a="417082719" X-IronPort-AV: E=Sophos;i="5.97,293,1669104000"; d="scan'208";a="417082719" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Feb 2023 02:15:48 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10619"; a="668753842" X-IronPort-AV: E=Sophos;i="5.97,293,1669104000"; d="scan'208";a="668753842" Received: from pranavk3-mobl.gar.corp.intel.com ([10.213.82.89]) by orsmga002-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Feb 2023 02:15:41 -0800 Message-ID: <6cc45a32e92e6a261b7d497eb48ac59472c35508.camel@linux.intel.com> Subject: Re: [PATCH 1/3] Documentation: admin-guide: Add toctree entry for thermal docs From: srinivas pandruvada To: Bagas Sanjaya , Linux Documentation , Linux Kernel Mailing List , Linux Power Management Cc: Jonathan Corbet , "Rafael J. Wysocki" , Daniel Lezcano , Amit Kucheria , Zhang Rui , Thorsten Leemhuis , Mauro Carvalho Chehab , Arjan van de Ven , Jacob Pan , oe-kbuild-all@lists.linux.dev, kernel test robot Date: Mon, 13 Feb 2023 02:15:36 -0800 In-Reply-To: <20230213100800.28333-2-bagasdotme@gmail.com> References: <20230213100800.28333-1-bagasdotme@gmail.com> <20230213100800.28333-2-bagasdotme@gmail.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.44.4-0ubuntu1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Sanjaya, On Mon, 2023-02-13 at 17:07 +0700, Bagas Sanjaya wrote: > kernel test robot reported htmldocs warnings: >=20 > Documentation/admin-guide/index.rst:62: WARNING: toctree contains > reference to nonexisting document 'admin-guide/thermal' > Documentation/admin-guide/thermal/intel_powerclamp.rst: WARNING: > document isn't included in any toctree >=20 > Add toctree entry for thermal/ docs to fix these warnings. >=20 I submitted a patch=20 [thermal-bleeding-edge][PATCH] thermal: intel: powerclamp: Fix warnings Thanks, Srinivas > Link: > https://lore.kernel.org/linux-doc/202302121759.MmJgDTxc-lkp@intel.com/ > Fixes: 707bf8e1dfd51d ("Documentation: admin-guide: Move > intel_powerclamp documentation") > Reported-by: kernel test robot > Signed-off-by: Bagas Sanjaya > --- > =C2=A0Documentation/admin-guide/index.rst=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0 | 2 +- > =C2=A0Documentation/admin-guide/thermal/index.rst | 8 ++++++++ > =C2=A02 files changed, 9 insertions(+), 1 deletion(-) > =C2=A0create mode 100644 Documentation/admin-guide/thermal/index.rst >=20 > diff --git a/Documentation/admin-guide/index.rst > b/Documentation/admin-guide/index.rst > index c872a8a1ddfa28..0571938ecdc868 100644 > --- a/Documentation/admin-guide/index.rst > +++ b/Documentation/admin-guide/index.rst > @@ -116,7 +116,7 @@ configure specific aspects of kernel behavior to > your liking. > =C2=A0=C2=A0=C2=A0 svga > =C2=A0=C2=A0=C2=A0 syscall-user-dispatch > =C2=A0=C2=A0=C2=A0 sysrq > -=C2=A0=C2=A0 thermal > +=C2=A0=C2=A0 thermal/index > =C2=A0=C2=A0=C2=A0 thunderbolt > =C2=A0=C2=A0=C2=A0 ufs > =C2=A0=C2=A0=C2=A0 unicode > diff --git a/Documentation/admin-guide/thermal/index.rst > b/Documentation/admin-guide/thermal/index.rst > new file mode 100644 > index 00000000000000..193b7b01a87d7e > --- /dev/null > +++ b/Documentation/admin-guide/thermal/index.rst > @@ -0,0 +1,8 @@ > +=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > +Thermal Subsystem > +=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > + > +.. toctree:: > +=C2=A0=C2=A0 :maxdepth: 1 > + > +=C2=A0=C2=A0 intel_powerclamp