Message ID | 20230215053738.11562-1-rdunlap@infradead.org (mailing list archive) |
---|---|
State | Accepted |
Commit | 1f26c8b7507c42f5fec95e757c435300e8af0d1a |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | [v3] Documentation: core-api: packing: correct spelling | expand |
Context | Check | Description |
---|---|---|
netdev/tree_selection | success | Not a local patch |
Hello: This patch was applied to netdev/net-next.git (master) by Jakub Kicinski <kuba@kernel.org>: On Tue, 14 Feb 2023 21:37:38 -0800 you wrote: > Correct spelling problems for Documentation/core-api/packing.rst as > reported by codespell. > > Signed-off-by: Randy Dunlap <rdunlap@infradead.org> > Cc: Vladimir Oltean <olteanv@gmail.com> > Cc: netdev@vger.kernel.org > Cc: Jonathan Corbet <corbet@lwn.net> > Cc: linux-doc@vger.kernel.org > Cc: "David S. Miller" <davem@davemloft.net> > Cc: Eric Dumazet <edumazet@google.com> > Cc: Jakub Kicinski <kuba@kernel.org> > Cc: Paolo Abeni <pabeni@redhat.com> > Reviewed-by: Mukesh Ojha <quic_mojha@quicinc.com> > Acked-by: Daniel Jordan <daniel.m.jordan@oracle.com> > > [...] Here is the summary with links: - [v3] Documentation: core-api: packing: correct spelling https://git.kernel.org/netdev/net-next/c/1f26c8b7507c You are awesome, thank you!
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.