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 3621CC678D4 for ; Fri, 3 Mar 2023 10:26:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229864AbjCCK0M (ORCPT ); Fri, 3 Mar 2023 05:26:12 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39328 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229852AbjCCK0L (ORCPT ); Fri, 3 Mar 2023 05:26:11 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C729F5B5D6 for ; Fri, 3 Mar 2023 02:26:00 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 4EDDB61777 for ; Fri, 3 Mar 2023 10:26:00 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9861DC4339B; Fri, 3 Mar 2023 10:25:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1677839159; bh=ap6IaIV9D5nbOojtI+wfT0yA2bCAiSAIWdekaC6UGUc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=foVECDwG0PPijbl6JhyvCndOgjOmexe75NDCt+P+tjQGrUX/oLVz/NQnIUcDjx0IZ Zp6n3HNxVT/VfsPyH/bh2ghJlnUnfZTnxzf9+5ofGVRG40LOr040QILBZT9FtdJmR1 wo/OSFq8F9yflVGd21oESs2pIxW4bm+WM+6zV7Pgd/rEvRvf7cw/VfNXmze9TeXK14 69ZrA6pdUBXAQfr8aPgV7AoVUbFDOfZ1U6aHvUj/McX1rmMkRdWn4DYzqPgFqp4wGA dUgfbecevGvLgU4rJwdPKw3ry8oDmm4sVlkZ04oLKtiR5P4XiY41yJnsT/c7Jp4mHg pBma+VAN6UC+g== Date: Fri, 3 Mar 2023 10:25:55 +0000 From: Lee Jones To: kernel test robot Cc: Jianhua Lu , oe-kbuild-all@lists.linux.dev, Daniel Thompson , linux-doc@vger.kernel.org Subject: Re: htmldocs: Warning: MAINTAINERS references a file that doesn't exist: Documentation/devicetree/bindings/leds/backlight/kinetic,ktz8866.yaml Message-ID: <20230303102555.GO2303077@google.com> References: <202302150624.hBap1fiY-lkp@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <202302150624.hBap1fiY-lkp@intel.com> Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org On Wed, 15 Feb 2023, kernel test robot wrote: > tree: https://github.com/intel-lab-lkp/linux/commits/Uwe-Kleine-K-nig/backlight-ktz8866-Convert-to-i2c-s-probe_new/20230128-142032 > head: dc37b5d324751a941e8c1241d6043bafef5b10cd > commit: 65759c2135f640ed6d9ef64b96666e2980b4d122 backlight: ktz8866: Add support for Kinetic KTZ8866 backlight > date: 3 weeks ago > reproduce: > # https://github.com/intel-lab-lkp/linux/commit/65759c2135f640ed6d9ef64b96666e2980b4d122 > git remote add linux-review https://github.com/intel-lab-lkp/linux > git fetch --no-tags linux-review Uwe-Kleine-K-nig/backlight-ktz8866-Convert-to-i2c-s-probe_new/20230128-142032 > git checkout 65759c2135f640ed6d9ef64b96666e2980b4d122 > make menuconfig > # enable CONFIG_COMPILE_TEST, CONFIG_WARN_MISSING_DOCUMENTS, CONFIG_WARN_ABI_ERRORS > make htmldocs > > If you fix the issue, kindly add following tag where applicable > | Reported-by: kernel test robot > | Link: https://lore.kernel.org/oe-kbuild-all/202302150624.hBap1fiY-lkp@intel.com/ > > All warnings (new ones prefixed by >>): > > >> Warning: MAINTAINERS references a file that doesn't exist: Documentation/devicetree/bindings/leds/backlight/kinetic,ktz8866.yaml What's going on here? What tree is this? Why does it contain: backlight: ktz8866: Add support for Kinetic KTZ8866 backlight But not: dt-bindings: leds: backlight: Add Kinetic KTZ8866 backlight -- Lee Jones [李琼斯]