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 A501DC76196 for ; Sat, 1 Apr 2023 02:13:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233304AbjDACNY (ORCPT ); Fri, 31 Mar 2023 22:13:24 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44272 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233099AbjDACNX (ORCPT ); Fri, 31 Mar 2023 22:13:23 -0400 Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D1CEF173F; Fri, 31 Mar 2023 19:13:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1680315202; x=1711851202; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=Eka2BumyS/dRgCVD/9HCoyWAmeSkOvL1lRg44jTlg40=; b=LOvst/4q7pyE76VG/YZxdHvfhxFTuUPUj5LvK2Sxj1i0TlGUjjSNoiV3 9jTWoGoO8VkYK3/P3FrH19K9Vi88tZn67KXc7+RvZK75NyrxVkI5uGIyT BXTc65fMRzoEuJIn5zxhDeHFLfv/LJDIA5xDS6Y5cFr+enFNc38X8PjKK yxIfUo1c0CPR+VX0iYtpt9XidT33KpdrxHAEUsWBzraocPqpmF09RzcUg F1vZMePw23QQsNwx0JIR0aM66n//K622vCMw6zwwaz1huNBcv6m5Qlh6T XcFRw4UXPshbcJwDIAKq1wvnYwnZrCWWkDUL4AZEjuNliS+PgfJsMn2Fq Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10666"; a="339097605" X-IronPort-AV: E=Sophos;i="5.98,308,1673942400"; d="scan'208";a="339097605" Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 31 Mar 2023 19:13:11 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10666"; a="931398666" X-IronPort-AV: E=Sophos;i="5.98,308,1673942400"; d="scan'208";a="931398666" Received: from lkp-server01.sh.intel.com (HELO b613635ddfff) ([10.239.97.150]) by fmsmga006.fm.intel.com with ESMTP; 31 Mar 2023 19:13:07 -0700 Received: from kbuild by b613635ddfff with local (Exim 4.96) (envelope-from ) id 1piQjr-000MMw-00; Sat, 01 Apr 2023 02:13:07 +0000 Date: Sat, 1 Apr 2023 10:12:52 +0800 From: kernel test robot To: Jack Zhu , Mauro Carvalho Chehab , Maxime Ripard , Rob Herring , Krzysztof Kozlowski , Robert Foss , Todor Tomov , Philipp Zabel , Laurent Pinchart , Ezequiel Garcia , Hans Verkuil , Eugen Hristev Cc: oe-kbuild-all@lists.linux.dev, linux-media@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, jack.zhu@starfivetech.com, changhuang.liang@starfivetech.com Subject: Re: [PATCH v3 2/9] media: admin-guide: Add starfive_camss.rst for Starfive Camera Subsystem Message-ID: <202304010958.qMr3POf6-lkp@intel.com> References: <20230331121826.96973-3-jack.zhu@starfivetech.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230331121826.96973-3-jack.zhu@starfivetech.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi Jack, I love your patch! Perhaps something to improve: [auto build test WARNING on media-tree/master] [also build test WARNING on robh/for-next linus/master v6.3-rc4 next-20230331] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in https://git-scm.com/docs/git-format-patch#_base_tree_information] url: https://github.com/intel-lab-lkp/linux/commits/Jack-Zhu/media-dt-bindings-Add-bindings-for-JH7110-Camera-Subsystem/20230331-202001 base: git://linuxtv.org/media_tree.git master patch link: https://lore.kernel.org/r/20230331121826.96973-3-jack.zhu%40starfivetech.com patch subject: [PATCH v3 2/9] media: admin-guide: Add starfive_camss.rst for Starfive Camera Subsystem reproduce: # https://github.com/intel-lab-lkp/linux/commit/2e986871a1e6e63c6915803102a6025f19781772 git remote add linux-review https://github.com/intel-lab-lkp/linux git fetch --no-tags linux-review Jack-Zhu/media-dt-bindings-Add-bindings-for-JH7110-Camera-Subsystem/20230331-202001 git checkout 2e986871a1e6e63c6915803102a6025f19781772 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/202304010958.qMr3POf6-lkp@intel.com/ All warnings (new ones prefixed by >>): >> Documentation/admin-guide/media/v4l-drivers.rst:9: WARNING: toctree contains reference to nonexisting document 'admin-guide/media/starfive' >> Documentation/admin-guide/media/starfive_camss.rst: WARNING: document isn't included in any toctree vim +9 Documentation/admin-guide/media/v4l-drivers.rst 33fc918ab89bec Mauro Carvalho Chehab 2020-04-18 8 33fc918ab89bec Mauro Carvalho Chehab 2020-04-18 @9 .. toctree:: -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests