ofp-errors: Fix typos in error enumeration names.
authorBen Pfaff <blp@nicira.com>
Wed, 19 Jun 2013 20:55:17 +0000 (13:55 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 28 Jun 2013 19:53:58 +0000 (12:53 -0700)
OFPGMFC is so nice these constants said it twice.

Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/ofp-errors.h

index 17f8bce..5bf5826 100644 (file)
@@ -407,13 +407,13 @@ enum ofperr {
     OFPERR_OFPGMFC_BAD_COMMAND,
 
     /* OF1.2+(6,12).  Error in bucket. */
-    OFPERR_OFPGMFC_OFPGMFC_BAD_BUCKET,
+    OFPERR_OFPGMFC_BAD_BUCKET,
 
     /* OF1.2+(6,13).  Error in watch port/group. */
-    OFPERR_OFPGMFC_OFPGMFC_BAD_WATCH,
+    OFPERR_OFPGMFC_BAD_WATCH,
 
     /* OF1.2+(6,14).  Permissions error. */
-    OFPERR_OFPGMFC_OFPGMFC_EPERM,
+    OFPERR_OFPGMFC_EPERM,
 
 /* ## --------------------- ## */
 /* ## OFPET_PORT_MOD_FAILED ## */