diff options
author | Heiko Carstens <[email protected]> | 2024-10-18 15:26:25 +0200 |
---|---|---|
committer | Heiko Carstens <[email protected]> | 2024-10-25 16:03:23 +0200 |
commit | e6ebf0d6514bd4438f43fe8926723cf807355b7e (patch) | |
tree | faa8e842ee3c1b07182d17e280103f2845b4b9f4 /arch/s390/kvm/pci.c | |
parent | 8c58a229688ce3a097b3b1a2efe1b4f5508c2123 (diff) |
s390: Fix various typos
Run codespell on arch/s390 and drivers/s390 and fix all typos.
Signed-off-by: Heiko Carstens <[email protected]>
Diffstat (limited to 'arch/s390/kvm/pci.c')
-rw-r--r-- | arch/s390/kvm/pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/kvm/pci.c b/arch/s390/kvm/pci.c index ffa7739c7a28..a61518b549f0 100644 --- a/arch/s390/kvm/pci.c +++ b/arch/s390/kvm/pci.c @@ -103,7 +103,7 @@ static int zpci_reset_aipb(u8 nisc) /* * AEN registration can only happen once per system boot. If * an aipb already exists then AEN was already registered and - * we can re-use the aipb contents. This can only happen if + * we can reuse the aipb contents. This can only happen if * the KVM module was removed and re-inserted. However, we must * ensure that the same forwarding ISC is used as this is assigned * during KVM module load. |