net: Fix typos, update comments in Kconfigs

This commit is contained in:
JacobCrabill 2022-03-30 12:47:50 -07:00 committed by Mateusz Szafoni
parent 0a37bd8d4f
commit 3ddc019f8e
2 changed files with 5 additions and 5 deletions

View File

@ -256,7 +256,7 @@ config NETDEV_LATEINIT
Normally, networking initialization occur in the later phase of the Normally, networking initialization occur in the later phase of the
boot process in the function up_initialize() when it calls the boot process in the function up_initialize() when it calls the
driver initialization function, up_netinitialize(). This driver initialization function, up_netinitialize(). This
initialization occurs after a sufficient about of the OS has been initialization occurs after a sufficient amount of the OS has been
initialized so that driver registration can be performed, but initialized so that driver registration can be performed, but
before the completion of OS initialization and before the first before the completion of OS initialization and before the first
application is started. application is started.
@ -272,7 +272,7 @@ config NETDEV_LATEINIT
dependencies so that the hardware is not in an appropriate dependencies so that the hardware is not in an appropriate
state for up_netinitialize() to be called. state for up_netinitialize() to be called.
Examples of this latter situation includes such things as network Examples of this latter situation include such things as network
drivers that required some setup via an I2C I/O expander, or network drivers that required some setup via an I2C I/O expander, or network
drivers that depend on USB, SPI, I2C, PCI, serial, or other drivers that depend on USB, SPI, I2C, PCI, serial, or other
interfaces that may not be ready when up_netinitialize() is normally interfaces that may not be ready when up_netinitialize() is normally

View File

@ -11,10 +11,10 @@ config NET_CAN
select NET_READAHEAD select NET_READAHEAD
depends on NET depends on NET
---help--- ---help---
Enable support for SocketCAN sockets that will permit. Enable support for SocketCAN sockets.
This logic is a WIP. Currently only fragmentary support is This requires a lower-half driver compatible with the SocketCAN
available, not enough to actually do anything of consequence. API.
if NET_CAN if NET_CAN