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 928A6C43334 for ; Tue, 12 Jul 2022 11:32:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232258AbiGLLce (ORCPT ); Tue, 12 Jul 2022 07:32:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46604 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232599AbiGLLc2 (ORCPT ); Tue, 12 Jul 2022 07:32:28 -0400 Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5B3699C279; Tue, 12 Jul 2022 04:32:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1657625545; x=1689161545; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=eyKlkKRUb/bfXr6lL9b0D9L6TwSjNtrZFvzJIx/FLHQ=; b=LHH9cG5RWNP18fgMxRmluBtHr/sBL+eEBZSxbJQnsjXx87HsNxfr0gmM ZBf/VOKXYuUAvrR8EzBdQcZf68Pe0IYW1bHTXPRmq7tQmkX1l+DG3g6Dn 7xgJiw5SyyrlEctUUkFKJiya9m/tqCuEoVVBMta92WnCncb0t5y2U5qYy 0Ee4g8lvFjd+FPTDwVc4H6JDPrd8wUoWCrOEPb0Ljc+uF+FgL5SVYGZZo A27n5mz5Zl2/wg6UAOF5ThnsbcSzvVtM5hrJE/BjGY7QHNX/k9Z4E7VD2 Vr9WhrNqlL8GbjWd5LRhY0Bm2cNcEkJ8t115aFQdq/0VWy/x+HKyQKlu0 g==; X-IronPort-AV: E=McAfee;i="6400,9594,10405"; a="283662020" X-IronPort-AV: E=Sophos;i="5.92,265,1650956400"; d="scan'208";a="283662020" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Jul 2022 04:32:24 -0700 X-IronPort-AV: E=Sophos;i="5.92,265,1650956400"; d="scan'208";a="622472632" Received: from silpixa00400314.ir.intel.com (HELO silpixa00400314) ([10.237.222.76]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Jul 2022 04:32:21 -0700 Date: Tue, 12 Jul 2022 12:32:14 +0100 From: Giovanni Cabiddu To: Bagas Sanjaya Cc: linux-doc@vger.kernel.org, kernel test robot , Stephen Rothwell , Wojciech Ziemba , Adam Guerin , Fiona Trahe , Herbert Xu , Vladis Dronov , Tomasz Kowallik , linux-crypto@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH next 1/3] Documentation: qat: Use code block for qat sysfs example Message-ID: References: <20220712092954.142027-1-bagasdotme@gmail.com> <20220712092954.142027-2-bagasdotme@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220712092954.142027-2-bagasdotme@gmail.com> Organization: Intel Research and Development Ireland Ltd - Co. Reg. #308263 - Collinstown Industrial Park, Leixlip, County Kildare - Ireland Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org On Tue, Jul 12, 2022 at 04:29:52PM +0700, Bagas Sanjaya wrote: > kernel test robot and Stephen Rothwell reported htmldocs warning: > > Documentation/ABI/testing/sysfs-driver-qat:24: WARNING: Unexpected indentation. > > The warning isn't caused by Date: field pointed by the warning, but rather > by sysfs example that isn't in literal code block. > > Add the code block marker. > > Link: https://lore.kernel.org/linux-next/20220711204932.333379b4@canb.auug.org.au/ > Link: https://lore.kernel.org/linux-doc/202207090803.TEGI95qw-lkp@intel.com/ > Reported-by: kernel test robot > Reported-by: Stephen Rothwell > Fixes: d4cfb144f60551 ("crypto: qat - expose device config through sysfs for 4xxx") > Cc: Wojciech Ziemba > Cc: Adam Guerin > Cc: Fiona Trahe > Cc: Giovanni Cabiddu > Cc: Herbert Xu > Cc: Vladis Dronov > Cc: Tomasz Kowallik > Cc: linux-crypto@vger.kernel.org > Cc: linux-kernel@vger.kernel.org > Signed-off-by: Bagas Sanjaya Acked-by: Giovanni Cabiddu -- Giovanni