--- openflow-2011-11-17.h	2015-07-23 09:54:16.832479349 -0700
+++ openflow-2011-11-17-2.h	2015-07-23 09:54:16.840479349 -0700
@@ -1382,7 +1382,7 @@
     OFPPMFC_BAD_HW_ADDR,         /* Specified hardware address does not
                                   * match the port number. */
     OFPPMFC_BAD_CONFIG,          /* Specified config is invalid. */
-    OFPPMFC_BAD_ADVERTISE        /* Specified advertise is invalid. */
+    OFPPMFC_BAD_ADVERTISE,       /* Specified advertise is invalid. */
     OFPPMFC_EPERM,               /* Permissions error. */
 };
 
@@ -1390,7 +1390,7 @@
  * at least the first 64 bytes of the failed request. */
 enum ofp_table_mod_failed_code {
     OFPTMFC_BAD_TABLE,           /* Specified table does not exist. */
-    OFPTMFC_BAD_CONFIG           /* Specified config is invalid. */
+    OFPTMFC_BAD_CONFIG,          /* Specified config is invalid. */
     OFPTMFC_EPERM,               /* Permissions error. */
 };
 
@@ -1399,7 +1399,7 @@
 enum ofp_queue_op_failed_code {
     OFPQOFC_BAD_PORT,           /* Invalid port (or port does not exist). */
     OFPQOFC_BAD_QUEUE,          /* Queue does not exist. */
-    OFPQOFC_EPERM               /* Permissions error. */
+    OFPQOFC_EPERM,              /* Permissions error. */
 };
 
 /* ofp_error_msg 'code' values for OFPET_SWITCH_CONFIG_FAILED. 'data' contains
@@ -1407,7 +1407,7 @@
 enum ofp_switch_config_failed_code {
     OFPSCFC_BAD_FLAGS,           /* Specified flags is invalid. */
     OFPSCFC_BAD_LEN,             /* Specified len is invalid. */
-    OFPQCFC_EPERM                /* Permissions error. */
+    OFPQCFC_EPERM,               /* Permissions error. */
 };
 
 /* ofp_error_msg 'code' values for OFPET_ROLE_REQUEST_FAILED. 'data' contains
