Message ID | 20211217174231.36419-1-sean.anderson@seco.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 662f11d55ffd02933e1bd275d732b97eddccf870 |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | docs: networking: dpaa2: Fix DPNI header | expand |
Context | Check | Description |
---|---|---|
netdev/tree_selection | success | Not a local patch |
Hello: This patch was applied to netdev/net.git (master) by David S. Miller <davem@davemloft.net>: On Fri, 17 Dec 2021 12:42:31 -0500 you wrote: > The DPNI object should get its own header, like the rest of the objects. > > Fixes: 60b91319a349 ("staging: fsl-mc: Convert documentation to rst format") > Signed-off-by: Sean Anderson <sean.anderson@seco.com> > --- > > .../device_drivers/ethernet/freescale/dpaa2/overview.rst | 1 + > 1 file changed, 1 insertion(+) Here is the summary with links: - docs: networking: dpaa2: Fix DPNI header https://git.kernel.org/netdev/net/c/662f11d55ffd You are awesome, thank you!
diff --git a/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/overview.rst b/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/overview.rst index d638b5a8aadd..199647729251 100644 --- a/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/overview.rst +++ b/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/overview.rst @@ -183,6 +183,7 @@ PHY and allows physical transmission and reception of Ethernet frames. IRQ config, enable, reset DPNI (Datapath Network Interface) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Contains TX/RX queues, network interface configuration, and RX buffer pool configuration mechanisms. The TX/RX queues are in memory and are identified by queue number.
The DPNI object should get its own header, like the rest of the objects. Fixes: 60b91319a349 ("staging: fsl-mc: Convert documentation to rst format") Signed-off-by: Sean Anderson <sean.anderson@seco.com> --- .../device_drivers/ethernet/freescale/dpaa2/overview.rst | 1 + 1 file changed, 1 insertion(+)