From patchwork Thu Aug 22 12:57:28 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Horman X-Patchwork-Id: 13773328 X-Patchwork-Delegate: kuba@kernel.org 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 C7EAD1CB13A; Thu, 22 Aug 2024 12:58:13 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1724331493; cv=none; b=pBpPupRjvmfXPhQ+TPZ/wJCvoh0X45OYt2M4rDOpoKEyP2NHzcNfgBXRQ+iMHyacxmSEerNfB2Kzhpigk1B2q6BFZmNGztqoO3jfiLXjlFsJDIR1LeQ7KQWWZbrJFks+h5AI2uXIayXfLIkpYrK9ekRcLG7LjSdwnhXWFWF8kGM= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1724331493; c=relaxed/simple; bh=KluiLPbgmkvpDmtfXvkcGmfgCPWUHv5loNG5U9w0TUU=; h=From:Date:Subject:MIME-Version:Content-Type:Message-Id:References: In-Reply-To:To:Cc; b=ZW7uxMEvYKN8nFSz4Y9lgf8fzozwNHauxqiYgF2z7KkS46kvCVfcJy3pvKHfFAi1MVFuG+2CoFYXY7+jiZdZa/zwztMlBVIs2A8KTbQM9YVpN/EN/v0pTv/K7c+Fj+wK3ex1gJF3yYR37kQc99rtHr/MBsU6vE65stonVbKMqho= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=IMjZ1P/E; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="IMjZ1P/E" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1F1D3C32782; Thu, 22 Aug 2024 12:58:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1724331493; bh=KluiLPbgmkvpDmtfXvkcGmfgCPWUHv5loNG5U9w0TUU=; h=From:Date:Subject:References:In-Reply-To:To:Cc:From; b=IMjZ1P/ED9gJirWs6BoFguB3nZDbzGBUeKdL6oHEy89eLwqXaFafqsla/CxZkEPyW TemiZtFqBVMW6v1cYrJfJk7B8+Ebz0gzh3NWpGb573sphAeUODiIXEIMxScA8Xb2z+ m8+XFKsQXKuDoBcgO5oUrikoTNn9V7HQxAlmSNh43GDM75wPM+DpYMoigwfjGz2SZQ cnoMbkYzICKvJj/SffQzHfGuZ3ozFdL74J8EkoqpwMM3AP7h3Ipourh5tFUNWXq/Bd H0x3u+HLOYRY5GASx9nddaCKnyxztew4bRDKCYQuLuvLcqmxUUJ7CJLjsd0EWdgPF/ JPF0qW3vdFHkw== From: Simon Horman Date: Thu, 22 Aug 2024 13:57:28 +0100 Subject: [PATCH net-next 07/13] netlabel: Correct spelling in netlabel.h Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Message-Id: <20240822-net-spell-v1-7-3a98971ce2d2@kernel.org> References: <20240822-net-spell-v1-0-3a98971ce2d2@kernel.org> In-Reply-To: <20240822-net-spell-v1-0-3a98971ce2d2@kernel.org> To: Willem de Bruijn , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Alexandra Winter , Thorsten Winkler , David Ahern , Jay Vosburgh , Andy Gospodarek , Subash Abhinov Kasiviswanathan , Sean Tranchetti , Paul Moore , Krzysztof Kozlowski , Jamal Hadi Salim , Cong Wang , Jiri Pirko , Marcelo Ricardo Leitner , Xin Long , Martin Schiller Cc: netdev@vger.kernel.org, linux-s390@vger.kernel.org, linux-security-module@vger.kernel.org, linux-sctp@vger.kernel.org, linux-x25@vger.kernel.org X-Mailer: b4 0.14.0 X-Patchwork-Delegate: kuba@kernel.org Correct spelling in netlabel.h. As reported by codespell. Cc: Paul Moore Cc: linux-security-module@vger.kernel.org Signed-off-by: Simon Horman --- include/net/netlabel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/net/netlabel.h b/include/net/netlabel.h index 654bc777d2a7..529160f76cac 100644 --- a/include/net/netlabel.h +++ b/include/net/netlabel.h @@ -30,7 +30,7 @@ struct calipso_doi; /* * NetLabel - A management interface for maintaining network packet label - * mapping tables for explicit packet labling protocols. + * mapping tables for explicit packet labeling protocols. * * Network protocols such as CIPSO and RIPSO require a label translation layer * to convert the label on the packet into something meaningful on the host