mirror of
https://github.com/apache/nuttx.git
synced 2026-05-22 22:20:01 +08:00
Cosmetic changes to comments
This commit is contained in:
@@ -200,9 +200,8 @@ struct uip_conn
|
||||
FAR struct uip_callback_s *list;
|
||||
|
||||
/* Close callback. The socket close logic allocates this callback and lets
|
||||
* the connection handle closing itself. So the application won't be
|
||||
* blocked on the close call. The callback has to be freed together with
|
||||
* this connection structure.
|
||||
* the connection handle close itself. So the application won't be blocked
|
||||
* on the close call. The callback has to be freed together with this.
|
||||
*/
|
||||
|
||||
FAR struct uip_callback_s *closecb;
|
||||
|
||||
Reference in New Issue
Block a user