OSDN Git Service

monitor: Fix flow specification modify complete event name
authorMarcel Holtmann <marcel@holtmann.org>
Mon, 7 Oct 2013 10:05:36 +0000 (03:05 -0700)
committerMarcel Holtmann <marcel@holtmann.org>
Mon, 7 Oct 2013 10:05:36 +0000 (03:05 -0700)
monitor/packet.c

index acc5086..3420e58 100644 (file)
@@ -1920,7 +1920,7 @@ static const struct {
        {  4, "Physical Link Recovery"                                  },
        {  5, "Logical Link Complete"                                   },
        {  6, "Disconnection Logical Link Complete"                     },
-       {  7, "Flow Spec Modify Complete"                               },
+       {  7, "Flow Specification Modify Complete"                      },
        {  8, "Number of Completed Data Blocks"                         },
        {  9, "AMP Start Test"                                          },
        { 10, "AMP Test End"                                            },
@@ -5922,7 +5922,7 @@ static const struct event_data event_table[] = {
                                logic_link_complete_evt, 5, true },
        { 0x46, "Disconnect Logical Link Complete",
                                disconn_logic_link_complete_evt, 4, true },
-       { 0x47, "Flow Spec Modify Complete",
+       { 0x47, "Flow Specification Modify Complete",
                                flow_spec_modify_complete_evt, 3, true },
        { 0x48, "Number of Completed Data Blocks",
                                num_completed_data_blocks_evt, 3, false },