diff options
author | Gerd Bayer <gbayer@linux.ibm.com> | 2023-12-05 20:39:14 +0300 |
---|---|---|
committer | Heiko Carstens <hca@linux.ibm.com> | 2024-02-20 16:37:32 +0300 |
commit | d0c8fd21006777b3952263973237fcd82e049ec4 (patch) | |
tree | 3428bd214e0c6d3ff3a5cd09593fb15563e78bd0 /arch/s390/pci/pci.c | |
parent | 6ee600bfbe0f818ffb7748d99e9b0c89d0d9f02a (diff) | |
download | linux-d0c8fd21006777b3952263973237fcd82e049ec4.tar.xz |
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: Gerd Bayer <gbayer@linux.ibm.com>
Reviewed-by: Niklas Schnelle <schnelle@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Diffstat (limited to 'arch/s390/pci/pci.c')
-rw-r--r-- | arch/s390/pci/pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/pci/pci.c b/arch/s390/pci/pci.c index c87b8aff5285..9e80945fb11d 100644 --- a/arch/s390/pci/pci.c +++ b/arch/s390/pci/pci.c @@ -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 * * Handle the case that a given zPCI function was reserved by another system. |