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 26F80C7EE32 for ; Wed, 1 Mar 2023 03:11:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229906AbjCADLM (ORCPT ); Tue, 28 Feb 2023 22:11:12 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53366 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229619AbjCADLJ (ORCPT ); Tue, 28 Feb 2023 22:11:09 -0500 Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BFF692E807; Tue, 28 Feb 2023 19:11:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1677640266; x=1709176266; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=wk3JjSam+vOSq3prirEXuTOTY39Ksl2q9J269nhLmFA=; b=eL+RqLEdaRFdM6K127BDr2jDG1d2rvf3D9iPphDcYDDXhEHx2zggDD+5 WvcGQVMqtoF81n3qjm0CNYGnL8pNSs3QSmqRNiZQbHabdmqJBmhB3Lksx GKcUpDAg4rLjoawuRGy2crs2Zwlg2ouHwD8MteFmBssCgms++PUdAAvhU Df4G29JZt2HgcRtG8TEb1kr7WKmvP0kZXKxGdzJvKAmueEFsnjUBwSsP9 m+9XdTYVxfRP/gfi9XmmXxW6UJ7DCeHK5S2JEBxq2E5ymHv6xga2/zYMe 6XXwg9/zLNldHt3tYhIBy7OIz7wb2oCbJFVig+9WGo6hsjPctBQgIKcqn A==; X-IronPort-AV: E=McAfee;i="6500,9779,10635"; a="334344443" X-IronPort-AV: E=Sophos;i="5.98,223,1673942400"; d="scan'208";a="334344443" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Feb 2023 19:11:06 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10635"; a="784154555" X-IronPort-AV: E=Sophos;i="5.98,223,1673942400"; d="scan'208";a="784154555" Received: from lkp-server01.sh.intel.com (HELO 3895f5c55ead) ([10.239.97.150]) by fmsmga002.fm.intel.com with ESMTP; 28 Feb 2023 19:11:02 -0800 Received: from kbuild by 3895f5c55ead with local (Exim 4.96) (envelope-from ) id 1pXCrt-0005qV-24; Wed, 01 Mar 2023 03:11:01 +0000 Date: Wed, 1 Mar 2023 11:10:18 +0800 From: kernel test robot To: Ye Xiang , Lee Jones , Wolfram Sang , Tyrone Ting , Mark Brown , Linus Walleij , Bartosz Golaszewski , linux-i2c@vger.kernel.org, linux-kernel@vger.kernel.org, linux-spi@vger.kernel.org, linux-gpio@vger.kernel.org Cc: oe-kbuild-all@lists.linux.dev, srinivas.pandruvada@intel.com, heikki.krogerus@linux.intel.com, andriy.shevchenko@linux.intel.com, sakari.ailus@linux.intel.com, zhifeng.wang@intel.com, wentong.wu@intel.com, lixu.zhang@intel.com, Ye Xiang Subject: Re: [PATCH v3 5/5] Documentation: Add ABI doc for attributes of LJCA device Message-ID: <202303011034.QrSQepq1-lkp@intel.com> References: <20230228065618.2686550-6-xiang.ye@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230228065618.2686550-6-xiang.ye@intel.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Ye, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on lee-mfd/for-mfd-next] [also build test WARNING on lee-mfd/for-mfd-fixes wsa/i2c/for-next broonie-spi/for-next linus/master v6.2 next-20230228] [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/Ye-Xiang/mfd-Add-support-for-Intel-LJCA-device/20230228-150024 base: https://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git for-mfd-next patch link: https://lore.kernel.org/r/20230228065618.2686550-6-xiang.ye%40intel.com patch subject: [PATCH v3 5/5] Documentation: Add ABI doc for attributes of LJCA device reproduce: # https://github.com/intel-lab-lkp/linux/commit/4073fac1618098db6eaffaa9b3b8cef9968bfd12 git remote add linux-review https://github.com/intel-lab-lkp/linux git fetch --no-tags linux-review Ye-Xiang/mfd-Add-support-for-Intel-LJCA-device/20230228-150024 git checkout 4073fac1618098db6eaffaa9b3b8cef9968bfd12 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/202303011034.QrSQepq1-lkp@intel.com/ All warnings (new ones prefixed by >>): >> Documentation/ABI/testing/sysfs-bus-usb-devices-ljca:12: WARNING: Unexpected indentation. >> Documentation/ABI/testing/sysfs-bus-usb-devices-ljca:12: WARNING: Block quote ends without a blank line; unexpected unindent. vim +12 Documentation/ABI/testing/sysfs-bus-usb-devices-ljca > 12 Date: July 2023 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests