You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/05/09 19:30:39 UTC

[GitHub] [incubator-nuttx-apps] patacongo commented on a change in pull request #243: netutils/dhcpd: cancelable dhcp daemon

patacongo commented on a change in pull request #243:
URL: https://github.com/apache/incubator-nuttx-apps/pull/243#discussion_r422536405



##########
File path: netutils/dhcpd/dhcpd.c
##########
@@ -82,9 +82,10 @@
 #define DHCP_SERVER_PORT         67
 #define DHCP_CLIENT_PORT         68
 
-/* Option codes understood in this file                                     */
-/*                              Code    Data   Description                  */
-/*                                      Length                              */
+/* Option codes understood in this file
+ *                              Code    Data   Description
+ *                                      Length
+ */
 #define DHCP_OPTION_PAD           0  /*  1     Pad                          */

Review comment:
       Shouldn't there be a blank line here.  It is hard to see.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org