diff --git a/fcoeadm_display.c b/fcoeadm_display.c index 585ecfa..c2ef33b 100644 --- a/fcoeadm_display.c +++ b/fcoeadm_display.c @@ -132,7 +132,7 @@ static void show_port_info(struct port_attributes *lp_info) printf(" Port Name: %s\n", lp_info->port_name); - printf(" Fabric Name: %s\n", + printf(" Fabric Name: %s\n", lp_info->fabric_name); printf(" Speed: %s\n", @@ -853,7 +853,7 @@ static void print_fcoe_fcf_device(void *ep, UNUSED void *arg) buf = temp; printf(" Connection Mode: %s\n", buf); printf(" Fabric Name: 0x%016" PRIx64 "\n", fcf->fabric_name); - printf(" Switch Name 0x%016" PRIx64 "\n", fcf->switch_name); + printf(" Switch Name: 0x%016" PRIx64 "\n", fcf->switch_name); mac2str(fcf->mac, mac, MAX_STR_LEN); printf(" MAC Address: %s\n", mac); printf(" FCF Priority: %u\n", fcf->priority);