From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from ms.lwn.net (ms.lwn.net [45.79.88.28]) (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 6001F3C5832; Tue, 30 Jun 2026 19:57:59 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=45.79.88.28 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782849480; cv=none; b=kTREEaWr4Pw9XcBvoTbjav6cuSfhC1ZYyvG7S9x9/GtMrkJ5VLp8orTPQxgeyBIbR52bXMB+eRrOLqh4ULF+Wn+7pcUgJ5v/uktep2APWfeM9pVWsTaBYGn9zxzjlluvYm2o9qhJCP0BMyp2+LpK9dZjWIX1UbwW0QoomtyEIZg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782849480; c=relaxed/simple; bh=7rv8FeQjkiSoY806ZjJZqCFwhSktFgEEADUnmuLBJ1g=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=VePKp8CGkOH7jRBoBMNNLanFK8Q5LBoqacsTyS4LH9Sps64+4iqhyS2Nfk9hrB4je12bCuGqSTShbsxNx3uj0G/fx/SKgmgg20qxO4KEJn9JWyNCnJeUcPurdG/LqW3hB5PgZ1zjnl25pzeKTeoWk+J36rp7QHaLTpoR4OM2+TY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lwn.net; spf=pass smtp.mailfrom=lwn.net; dkim=pass (2048-bit key) header.d=lwn.net header.i=@lwn.net header.b=k78PDh/Z; arc=none smtp.client-ip=45.79.88.28 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lwn.net Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=lwn.net Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=lwn.net header.i=@lwn.net header.b="k78PDh/Z" DKIM-Filter: OpenDKIM Filter v2.11.0 ms.lwn.net 9262040E27 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lwn.net; s=20201203; t=1782849478; bh=v+bGW5ja90L0MgONlATGSBFz21k7wxiBqV4tjlYo6Ew=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=k78PDh/ZSfp+exbeoD95VsDseZP1ISUgfikl+xWRdvw5q9JqInoFEr9HsVbj0B1Ge kWLY39tX6egFdgcBWEzi4eFcLXJc2wkfJqk2sMuQDEVWt3trNzFFXdhcM17I4TOlD/ FgdOGQ5IYQTYNDbCqNLKqwCv5zfmtgFl5RTuCzUOoGmb7kg0DKEN4yu5miA1/5NfJo vU9UBGwqtHuHv+eG1KDzRm/rmx+F6k13Q27LHB7fAXUrEJz/pS/QdUpKTso3EphxAu t2Z2c0W63Zo0CV/Emm5qeFQQ60NlC/rabk8RYD8A29gGn2WYT5hYqsF8hOuRMj1Tsd lcDoP89WGJjVg== Received: from localhost (unknown [IPv6:2601:280:4600:27b::1fe]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (prime256v1) server-signature ECDSA (prime256v1) server-digest SHA256) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id 9262040E27; Tue, 30 Jun 2026 19:57:58 +0000 (UTC) From: Jonathan Corbet To: Amanda =?utf-8?Q?Corr=C3=AAa?= , danielmaraboo@gmail.com Cc: skhan@linuxfoundation.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, Amanda =?utf-8?Q?Corr=C3=AAa?= Subject: Re: [PATCH] docs: pt_BR: update netdevsim section in maintainer-netdev.rst In-Reply-To: <20260616005234.11036-1-amandacorreasilvax@gmail.com> References: <20260616005234.11036-1-amandacorreasilvax@gmail.com> Date: Tue, 30 Jun 2026 13:57:57 -0600 Message-ID: <87bjcrrebe.fsf@trenco.lwn.net> Precedence: bulk X-Mailing-List: linux-doc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Amanda Corr=C3=AAa writes: > Update the Brazilian Portuguese translation of maintainer-netdev.rst > to align with the latest English version. > > Key changes include: > - Updated the netdevsim section to reflect upstream changes > - Added guidance on netdevsim-based API testing > - Fixed minor spacing and formatting issues > > Signed-off-by: Amanda Corr=C3=AAa > --- > .../pt_BR/process/maintainer-netdev.rst | 23 +++++++++++++------ > 1 file changed, 16 insertions(+), 7 deletions(-) Applied, thanks. jon