[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230215053738.11562-1-rdunlap@infradead.org>
Date: Tue, 14 Feb 2023 21:37:38 -0800
From: Randy Dunlap <rdunlap@...radead.org>
To: linux-kernel@...r.kernel.org
Cc: Randy Dunlap <rdunlap@...radead.org>,
Vladimir Oltean <olteanv@...il.com>, netdev@...r.kernel.org,
Jonathan Corbet <corbet@....net>, linux-doc@...r.kernel.org,
"David S. Miller" <davem@...emloft.net>,
Eric Dumazet <edumazet@...gle.com>,
Jakub Kicinski <kuba@...nel.org>,
Paolo Abeni <pabeni@...hat.com>,
Mukesh Ojha <quic_mojha@...cinc.com>,
Daniel Jordan <daniel.m.jordan@...cle.com>
Subject: [PATCH v3] Documentation: core-api: packing: correct spelling
Correct spelling problems for Documentation/core-api/packing.rst as
reported by codespell.
Signed-off-by: Randy Dunlap <rdunlap@...radead.org>
Cc: Vladimir Oltean <olteanv@...il.com>
Cc: netdev@...r.kernel.org
Cc: Jonathan Corbet <corbet@....net>
Cc: linux-doc@...r.kernel.org
Cc: "David S. Miller" <davem@...emloft.net>
Cc: Eric Dumazet <edumazet@...gle.com>
Cc: Jakub Kicinski <kuba@...nel.org>
Cc: Paolo Abeni <pabeni@...hat.com>
Reviewed-by: Mukesh Ojha <quic_mojha@...cinc.com>
Acked-by: Daniel Jordan <daniel.m.jordan@...cle.com>
---
v3: split into a separate patch as requested by Jakub.
Documentation/core-api/packing.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff -- a/Documentation/core-api/packing.rst b/Documentation/core-api/packing.rst
--- a/Documentation/core-api/packing.rst
+++ b/Documentation/core-api/packing.rst
@@ -161,6 +161,6 @@ xxx_packing() that calls it using the pr
The packing() function returns an int-encoded error code, which protects the
programmer against incorrect API use. The errors are not expected to occur
-durring runtime, therefore it is reasonable for xxx_packing() to return void
+during runtime, therefore it is reasonable for xxx_packing() to return void
and simply swallow those errors. Optionally it can dump stack or print the
error description.
Powered by blists - more mailing lists