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 0A6C2EB64DB for ; Mon, 19 Jun 2023 05:41:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229621AbjFSFlv (ORCPT ); Mon, 19 Jun 2023 01:41:51 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57320 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229456AbjFSFlu (ORCPT ); Mon, 19 Jun 2023 01:41:50 -0400 Received: from smtp-fw-6002.amazon.com (smtp-fw-6002.amazon.com [52.95.49.90]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 347E6188; Sun, 18 Jun 2023 22:41:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amazon.com; i=@amazon.com; q=dns/txt; s=amazon201209; t=1687153310; x=1718689310; h=from:to:cc:subject:date:message-id: content-transfer-encoding:mime-version; bh=CZx7GIQQLy+OCq7YmHISPmUrUL3enkw6RnhnSLYyqs0=; b=q0K/Yuy5QGOj0C+d6ANyGRlXgQUsvc6QxqPYEjUE4ZlZmcbTSAhvDdnW c+08K7yPYYJySDH4xswK2oSmhRyFuN6XBx50kByZ4YaFX+2S+5wjUkbqR CyXEVwgGqhcVrVm+yfCfQ22WC75cJq9ISpt/MYEFjBtMq7dIAZHE2KbgG k=; X-IronPort-AV: E=Sophos;i="6.00,254,1681171200"; d="scan'208";a="339593627" Received: from iad12-co-svc-p1-lb1-vlan3.amazon.com (HELO email-inbound-relay-iad-1d-m6i4x-25ac6bd5.us-east-1.amazon.com) ([10.43.8.6]) by smtp-border-fw-6002.iad6.amazon.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Jun 2023 05:41:47 +0000 Received: from EX19D019EUA003.ant.amazon.com (iad12-ws-svc-p26-lb9-vlan2.iad.amazon.com [10.40.163.34]) by email-inbound-relay-iad-1d-m6i4x-25ac6bd5.us-east-1.amazon.com (Postfix) with ESMTPS id 129B145EDA; Mon, 19 Jun 2023 05:41:44 +0000 (UTC) Received: from EX19D028EUB003.ant.amazon.com (10.252.61.31) by EX19D019EUA003.ant.amazon.com (10.252.50.35) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1118.26; Mon, 19 Jun 2023 05:41:44 +0000 Received: from EX19D047EUB004.ant.amazon.com (10.252.61.5) by EX19D028EUB003.ant.amazon.com (10.252.61.31) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1118.26; Mon, 19 Jun 2023 05:41:43 +0000 Received: from EX19D047EUB004.ant.amazon.com ([fe80::e4ef:7b7e:20b2:9c20]) by EX19D047EUB004.ant.amazon.com ([fe80::e4ef:7b7e:20b2:9c20%3]) with mapi id 15.02.1118.026; Mon, 19 Jun 2023 05:41:43 +0000 From: "Arinzon, David" To: Stephen Rothwell , David Miller CC: Networking , "Kiyanovski, Arthur" , Jakub Kicinski , "Agroskin, Shay" , Linux Kernel Mailing List , Linux Next Mailing List Subject: RE: linux-next: build warning after merge of the net-next tree Thread-Topic: linux-next: build warning after merge of the net-next tree Thread-Index: AdmicJQL8/ZDcnnqQZGJBpGhxox0zg== Date: Mon, 19 Jun 2023 05:41:43 +0000 Message-ID: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.85.143.179] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > Hi all, >=20 > After merging the net-next tree, today's linux-next build (htmldocs) > produced this warning: >=20 > Documentation/networking/device_drivers/ethernet/amazon/ena.rst:209: > WARNING: Explicit markup ends without a blank line; unexpected unindent. >=20 > Introduced by commit >=20 > f7d625adeb7b ("net: ena: Add dynamic recycling mechanism for rx buffers= ") >=20 > -- > Cheers, > Stephen Rothwell Thank you for highlighting this, we're working on a patch to resolve the wa= rning. Thanks, David