mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
ap_tools/ap-check: Fix typo AQPN -> APQN
Signed-off-by: André Wild <awild@linux.ibm.com> Reviewed-by: Matthew Rosato <mjrosato@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
@@ -303,11 +303,11 @@ static void conflict_error(const char *uuid, unsigned int a, unsigned int d,
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if (persistent) {
|
if (persistent) {
|
||||||
fprintf(stderr, "AQPN %u.%u is not defined for "
|
fprintf(stderr, "APQN %u.%u is not defined for "
|
||||||
"vfio_ap-passthrough use by the persistent "
|
"vfio_ap-passthrough use by the persistent "
|
||||||
"ap bus mask settings\n", a, d);
|
"ap bus mask settings\n", a, d);
|
||||||
} else {
|
} else {
|
||||||
fprintf(stderr, "AQPN %u.%u is not allowed for "
|
fprintf(stderr, "APQN %u.%u is not allowed for "
|
||||||
"vfio_ap-passthrough use by the active ap "
|
"vfio_ap-passthrough use by the active ap "
|
||||||
"bus mask settings\n", a, d);
|
"bus mask settings\n", a, d);
|
||||||
}
|
}
|
||||||
@@ -531,7 +531,7 @@ out:
|
|||||||
* Determine if there are any conflicts between the specified device and
|
* Determine if there are any conflicts between the specified device and
|
||||||
* the apmask/aqmask settings stored in udev. This is done by treating
|
* the apmask/aqmask settings stored in udev. This is done by treating
|
||||||
* the masks as a temporary vfio_ap_device with all of the associated
|
* the masks as a temporary vfio_ap_device with all of the associated
|
||||||
* AQPNs owned by the system.
|
* APQNs owned by the system.
|
||||||
*/
|
*/
|
||||||
static int check_cfg_mask_conflicts(struct ap_check_anchor *anc)
|
static int check_cfg_mask_conflicts(struct ap_check_anchor *anc)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user