From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 721ED101FB for ; Tue, 20 Jun 2023 16:15:49 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A88ABC433C0; Tue, 20 Jun 2023 16:15:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1687277748; bh=vLu8A87e4PVV+1rfngkXDGdxWaIobIfJxgp7T9HvP3U=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=RKZkJLXfap69ZUlvUbdPlheJZ53McsjHEkRWmsy9BntNQaPOa5mQkG5yScfnCeD3p d7vw0z/ywJFr3AzCLCNtVT0cfiB97SUFYpBW0AgAhUCFfZgliYjC1XLihsYGXymOVS KPFXHDSD/wcudqMocJl7uoQEsPSNqrvQ4279zK6eG4EChCJfvKlQbkcWujqF05h3zD ICzvT/fNZY/knt1Av/iSsDaceWgl8eB71CmWsQR065ykhgdAY3NNrRVi3p2dGCxxAo DxSRWPAqGxs9ExbDgw2eIpi07HoJm8WhL+JZNFoj2RcRAHoQozLxnYhn4lEkShGHIW kkiR5xLDb7uUA== Date: Tue, 20 Jun 2023 09:15:47 -0700 From: Jakub Kicinski To: Stephen Rothwell , Saeed Mahameed Cc: David Miller , Networking , Shay Drory , Linux Kernel Mailing List , Linux Next Mailing List Subject: Re: linux-next: build warnings after merge of the net-next tree Message-ID: <20230620091547.43aae17e@kernel.org> In-Reply-To: <20230613163114.1ad2f38d@canb.auug.org.au> References: <20230613163114.1ad2f38d@canb.auug.org.au> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Tue, 13 Jun 2023 16:31:14 +1000 Stephen Rothwell wrote: > Documentation/networking/device_drivers/ethernet/mellanox/mlx5/switchdev.rst:57: ERROR: Unexpected indentation. > Documentation/networking/device_drivers/ethernet/mellanox/mlx5/switchdev.rst:61: ERROR: Unexpected indentation. Hi Saeed, what's the ETA on the fix for this?