Skip to content

Commit

Permalink
linux/ena: Add missing newline after markup
Browse files Browse the repository at this point in the history
This patch fixes a warning identified by upstream kernel
automatic tools and published in [1].

[1]: https://lore.kernel.org/oe-kbuild-all/[email protected]/

Signed-off-by: David Arinzon <[email protected]>
  • Loading branch information
Osama Abboud committed Sep 4, 2023
1 parent 77b26b4 commit 5d46360
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kernel/linux/ena/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,7 @@ More information about Adaptive Interrupt Moderation (DIM) can be found in
https://elixir.bootlin.com/linux/latest/source/Documentation/networking/net_dim.rst

.. _`RX copybreak`:

RX copybreak
============

Expand All @@ -493,6 +494,7 @@ than RX copybreak bytes is received, it is copied into a new memory
buffer and the RX descriptor is returned to HW.

.. _`LPC`:

Local Page Cache (LPC)
======================

Expand Down Expand Up @@ -529,6 +531,7 @@ disabled when using XDP or when using less than 16 queue pairs. Increasing the
cache size might result in higher memory usage, and should be handled with care.

.. _`PHC`:

PTP Hardware Clock (PHC)
======================

Expand Down

0 comments on commit 5d46360

Please sign in to comment.