net: unify Private Types banners
unify Private Types banners according to NuttX coding standard Signed-off-by: raiden00pl <raiden00@railab.me>
This commit is contained in:
parent
98e2267297
commit
9aab92e3cf
3 changed files with 3 additions and 3 deletions
|
|
@ -49,7 +49,7 @@
|
|||
#ifdef HAVE_INET_SOCKETS
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Definitions
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
union sockaddr_u
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@
|
|||
!defined(CONFIG_FS_PROCFS_EXCLUDE_NET)
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Definitions
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
/* Read statistics function type */
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@
|
|||
+ (tv).tv_usec + 0x00e03ab44a676000ll)
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Definitions
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
/* The availability of tools to capture, display and interpret packets
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue