Commit d0c8fd21 authored by Gerd Bayer's avatar Gerd Bayer Committed by Heiko Carstens

s390/pci: fix three typos in comments

Found and fixed these while working on synchronizing the state
handling of zpci_dev's.
Signed-off-by: default avatarGerd Bayer <gbayer@linux.ibm.com>
Reviewed-by: default avatarNiklas Schnelle <schnelle@linux.ibm.com>
Signed-off-by: default avatarHeiko Carstens <hca@linux.ibm.com>
parent 6ee600bf
...@@ -896,7 +896,7 @@ int zpci_deconfigure_device(struct zpci_dev *zdev) ...@@ -896,7 +896,7 @@ int zpci_deconfigure_device(struct zpci_dev *zdev)
} }
/** /**
* zpci_device_reserved() - Mark device as resverved * zpci_device_reserved() - Mark device as reserved
* @zdev: the zpci_dev that was reserved * @zdev: the zpci_dev that was reserved
* *
* Handle the case that a given zPCI function was reserved by another system. * Handle the case that a given zPCI function was reserved by another system.
......
...@@ -355,7 +355,7 @@ static void __zpci_event_availability(struct zpci_ccdf_avail *ccdf) ...@@ -355,7 +355,7 @@ static void __zpci_event_availability(struct zpci_ccdf_avail *ccdf)
break; break;
case 0x0303: /* Deconfiguration requested */ case 0x0303: /* Deconfiguration requested */
if (zdev) { if (zdev) {
/* The event may have been queued before we confirgured /* The event may have been queued before we configured
* the device. * the device.
*/ */
if (zdev->state != ZPCI_FN_STATE_CONFIGURED) if (zdev->state != ZPCI_FN_STATE_CONFIGURED)
...@@ -366,7 +366,7 @@ static void __zpci_event_availability(struct zpci_ccdf_avail *ccdf) ...@@ -366,7 +366,7 @@ static void __zpci_event_availability(struct zpci_ccdf_avail *ccdf)
break; break;
case 0x0304: /* Configured -> Standby|Reserved */ case 0x0304: /* Configured -> Standby|Reserved */
if (zdev) { if (zdev) {
/* The event may have been queued before we confirgured /* The event may have been queued before we configured
* the device.: * the device.:
*/ */
if (zdev->state == ZPCI_FN_STATE_CONFIGURED) if (zdev->state == ZPCI_FN_STATE_CONFIGURED)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment