From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-3.5 required=5.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_MED,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by gnuweeb.org (Postfix) with ESMTPS id D65C1804FD for ; Thu, 15 Sep 2022 04:09:19 +0000 (UTC) Authentication-Results: gnuweeb.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.a=rsa-sha256 header.s=Intel header.b=RlXXYSAr; dkim-atps=neutral DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1663214959; x=1694750959; h=date:from:to:cc:subject:message-id:mime-version; bh=TzphYM1h+6I8Oo1m4GyReXXjD1TCLY++ypjD7c+v8/c=; b=RlXXYSArvKb3ljwJtB9TzReYQ05v0la7a8p8jnpJQT54YI4wIphSdWZZ NLyfbwNkzeeGG/iTAP6h2dP3jv8gbCQaAmoQUNGawexxtvokA2BhXcS+h 9JROBJLsICj1ta3EM39MU4SrZKa+Vu5ttOAHy9+WrerfHk7ONR/iVzFXW 2tuO0g9SHUSqx1aRrkeicX2c9Xer+jYWRm5Cqxx/ac7ICUqOfwQKLoU5J hHauWllr89CkOqI4hEQV7AZH/cX18t2kFbbWoKhMvxr6oycPVPS7CaxCa MozRevX12g+loYHCcesKPkcCbC5ilI54co6ICa3CsifyhM9eDWAQaSVHN A==; X-IronPort-AV: E=McAfee;i="6500,9779,10470"; a="278991252" X-IronPort-AV: E=Sophos;i="5.93,316,1654585200"; d="scan'208";a="278991252" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Sep 2022 21:09:14 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.93,316,1654585200"; d="scan'208";a="594659869" Received: from lkp-server01.sh.intel.com (HELO d6e6b7c4e5a2) ([10.239.97.150]) by orsmga006.jf.intel.com with ESMTP; 14 Sep 2022 21:09:13 -0700 Received: from kbuild by d6e6b7c4e5a2 with local (Exim 4.96) (envelope-from ) id 1oYgBc-0000qu-17; Thu, 15 Sep 2022 04:09:12 +0000 Date: Thu, 15 Sep 2022 12:09:02 +0800 From: kernel test robot To: Palmer Dabbelt Cc: kbuild-all@lists.01.org, Ammar Faizi , GNU/Weeb Mailing List , linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org Subject: [ammarfaizi2-block:palmer/linux/riscv-hwprobe 2/4] htmldocs: Documentation/riscv/hwprobe.rst:40: WARNING: Unexpected indentation. Message-ID: <202209151152.HqgJ1dvn-lkp@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline List-Id: tree: https://github.com/ammarfaizi2/linux-block palmer/linux/riscv-hwprobe head: 9be297f7ed349945cccc85f8df9d90e5ab68c1d9 commit: b4d5e48f9f63b0c36801f57df0c22c7328f841c2 [2/4] (WIP) RISC-V: hwprobe: Add support for RISCV_HWPROBE_BASE_BEHAVIOR_IMA reproduce: # https://github.com/ammarfaizi2/linux-block/commit/b4d5e48f9f63b0c36801f57df0c22c7328f841c2 git remote add ammarfaizi2-block https://github.com/ammarfaizi2/linux-block git fetch --no-tags ammarfaizi2-block palmer/linux/riscv-hwprobe git checkout b4d5e48f9f63b0c36801f57df0c22c7328f841c2 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 All warnings (new ones prefixed by >>): >> Documentation/riscv/hwprobe.rst:40: WARNING: Unexpected indentation. vim +40 Documentation/riscv/hwprobe.rst 27 28 * :RISCV_HWPROBE_KEY_MVENDORID:: Contains the value of :mvendorid:, as per the 29 ISA specifications. 30 * :RISCV_HWPROBE_KEY_MARCHID:: Contains the value of :marchid:, as per the ISA 31 specifications. 32 * :RISCV_HWPROBE_KEY_MIMPLID:: Contains the value of :mimplid:, as per the ISA 33 specifications. 34 * :RISCV_HWPROBE_KEY_BASE_BEHAVIOR:: A bitmask containing the base user-visible 35 behavior that this kernel supports. The following base user ABIs are defined: 36 * :RISCV_HWPROBE_BASE_BEHAVIOR_IMA:: Support for rv32ima or rv64ima, as 37 defined by version 2.2 of the user ISA and version 1.10 of the privileged 38 ISA, with the following known exceptions (more exceptions may be added, 39 but only if it can be demonstrated that the user ABI is not broken): > 40 * The :fence.i: instruction cannot be directly executed by userspace -- 0-DAY CI Kernel Test Service https://01.org/lkp