Message ID | 20230620133544.32584-1-darinzon@amazon.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 5dfbbaa208f5429a02ccb410ae3515222bbe64ef |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | [v2,net-next] net: ena: Fix rst format issues in readme | expand |
On Tue, Jun 20, 2023 at 01:35:44PM +0000, darinzon@amazon.com wrote: > From: David Arinzon <darinzon@amazon.com> > > This patch fixes a warning in the ena documentation > file identified by the kernel automatic tools. > The patch also adds a missing newline between > sections. > > Signed-off-by: David Arinzon <darinzon@amazon.com> > Reported-by: kernel test robot <lkp@intel.com> > Closes: https://lore.kernel.org/oe-kbuild-all/202306171804.U7E92zoE-lkp@intel.com/ Reviewed-by: Simon Horman <simon.horman@corigine.com>
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Tue, 20 Jun 2023 13:35:44 +0000 you wrote: > From: David Arinzon <darinzon@amazon.com> > > This patch fixes a warning in the ena documentation > file identified by the kernel automatic tools. > The patch also adds a missing newline between > sections. > > [...] Here is the summary with links: - [v2,net-next] net: ena: Fix rst format issues in readme https://git.kernel.org/netdev/net-next/c/5dfbbaa208f5 You are awesome, thank you!
diff --git a/Documentation/networking/device_drivers/ethernet/amazon/ena.rst b/Documentation/networking/device_drivers/ethernet/amazon/ena.rst index 491492677632..5eaa3ab6c73e 100644 --- a/Documentation/networking/device_drivers/ethernet/amazon/ena.rst +++ b/Documentation/networking/device_drivers/ethernet/amazon/ena.rst @@ -38,6 +38,7 @@ debug logs. Some of the ENA devices support a working mode called Low-latency Queue (LLQ), which saves several more microseconds. + ENA Source Code Directory Structure =================================== @@ -206,6 +207,7 @@ More information about Adaptive Interrupt Moderation (DIM) can be found in Documentation/networking/net_dim.rst .. _`RX copybreak`: + RX copybreak ============ The rx_copybreak is initialized by default to ENA_DEFAULT_RX_COPYBREAK