Update comments; trivial addtion to a document.

This commit is contained in:
Gregory Nutt
2016-06-10 09:36:23 -06:00
parent b275604eab
commit c98f00a93b
3 changed files with 11 additions and 11 deletions

View File

@@ -67,9 +67,9 @@
* Handle incoming UDP input
*
* Parameters:
* dev - The device driver structure containing the received UDP packet
* udp - A pointer to the UDP header in the packet
* udpiplen - Length of the IP and UDP headers
* dev - The device driver structure containing the received UDP packet
* udp - A pointer to the UDP header in the packet
* iplen - Length of the IP and UDP headers
*
* Return:
* OK The packet has been processed and can be deleted