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 4F3D41800D for ; Tue, 20 Jun 2023 23:12:54 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id CA044C433C0; Tue, 20 Jun 2023 23:12:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1687302773; bh=/5bo5g8W/lm+VG0x/hbqsgLrUWsHXxhUqcF2voXbXaU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ecuBldW1MvxlzxJCGJu7MuN+UooZhW2XgN/sTn8vil32wpc2DSVeX1y5MQ+XlMOtE 20bi7GSxt3neVcORbjudncSX91n3XQ5IQvoBRxry6j4J5vqh9e0orakpxAPgZA+0ik +xVgd2D8AQiXpl8NWb+ZFjkV8PuW7IRwQYZgGd/vJCHGiN2P/o+eJqmwG09bdBjuMV AJju+DAOliwcjI1+dGhCSToLHa/LqNJE1jjeFj0KYs1YkaHtiWQ/9C6ARTMLg+8OOn rZSES3KnxefFtkUu47U7Bs7csUdVpIbA2sr3sZxrB/fxpiSnvEhl2Yjs/5kPM2/yOh +Nje54+2iBFBQ== Date: Tue, 20 Jun 2023 16:12:52 -0700 From: Saeed Mahameed To: Jakub Kicinski Cc: Stephen Rothwell , Saeed Mahameed , 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: References: <20230613163114.1ad2f38d@canb.auug.org.au> <20230620091547.43aae17e@kernel.org> 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; format=flowed Content-Disposition: inline In-Reply-To: <20230620091547.43aae17e@kernel.org> On 20 Jun 09:15, Jakub Kicinski wrote: >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? > Hi, I will provide a fix by tomorrow. Thanks.