From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from stravinsky.debian.org (stravinsky.debian.org [82.195.75.108]) (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 32DCF4A23; Mon, 20 Apr 2026 13:35:24 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=82.195.75.108 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776692125; cv=none; b=XWLFzaxSZ3K82YoDkN4L5XYK2KoDgZ/ztIVMpsVFAOZhUCiElF2UrjnrFsUNAkACnmVGcW2ybW6UIE3DE3AxIoYO41rrl+SsrvoNh924UQeiPMwVKHs8fQzR2WX9yve6SyOSnD/mxb/0OqSq6LaS3mRxSPIl+Vjiov9TFSVy2kQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776692125; c=relaxed/simple; bh=K3dBw9Wa743/1joY3IzX1Q6OH6GdFvdHUxInXgHI1R4=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=nOLMcvECGC/GberwdDLYY2qQxKG1Fhes+OC0AQwtO+8sQ//IBqv7iUr9jujHLkFDYm9F4TOxGGPEz9OOkPrFy1LrXk1kURDAuZhI2z5jm3XfmhJTvR/kbN6yzEDIk/9zgwtzyUKzyluiKHGskFRzToAY+yRzY5HzdeGhWA/q26I= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=debian.org; spf=none smtp.mailfrom=debian.org; dkim=pass (2048-bit key) header.d=debian.org header.i=@debian.org header.b=P+Otr73n; arc=none smtp.client-ip=82.195.75.108 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=debian.org Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=debian.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=debian.org header.i=@debian.org header.b="P+Otr73n" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=debian.org; s=smtpauto.stravinsky; h=X-Debian-User:In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=gr9nug+IudIAFfAPPf/K/cpRlKvYovwf0x2how1X280=; b=P+Otr73n84cWIFBzXdjgM1nSnj 47QDqxInfIsUNDSvAvjA8AHpAgoQbTyz0eCZJrpHPmaJBX6/mOdMeLYAAPD1ODq7cBhEuKLNSIOfF KQaQ1g07argvqWU8emOxhYTMD4E41LaxDE5SbPsl4E0J6TC44pY7LKoPM2n3iTjk+i0lPQBmmB7Kd 2YEnf67h9j7p3a2ZmmVcwM1gDT2oyJuykfFGYEJHMI3bb2yIR7wGDxc/414w+La7k4QJ6byPyYV8h zdwzMG+sWPRvWF8bvDm+gvA+0vNXSuk0NaCViTpyJy6mr0nqKU+XQGM0doZmoY93H5CUi2AlIv9Su gF8SpIwQ==; Received: from authenticated user by stravinsky.debian.org with esmtpsa (TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.96) (envelope-from ) id 1wEomX-0007P4-2K; Mon, 20 Apr 2026 13:35:22 +0000 Date: Mon, 20 Apr 2026 06:35:18 -0700 From: Breno Leitao To: Ariful Islam Shoikot Cc: netdev@vger.kernel.org, linux-doc@vger.kernel.org, workflows@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] docs: maintainer-netdev: fix typo in "targeting" Message-ID: References: <20260420114554.1026-1-islamarifulshoikat@gmail.com> 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-Disposition: inline In-Reply-To: <20260420114554.1026-1-islamarifulshoikat@gmail.com> X-Debian-User: leitao On Mon, Apr 20, 2026 at 05:45:53PM +0600, Ariful Islam Shoikot wrote: > Fix spelling mistake "targgeting" -> "targeting" in > maintainer-netdev.rst > > No functional change. > > Signed-off-by: Ariful Islam Shoikot Reviewed-by: Breno Leitao