Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b4a96015 authored by Hendrik Brueckner's avatar Hendrik Brueckner Committed by Martin Schwidefsky
Browse files

s390: Fix misspellings using 'codespell' tool

parent 1c59a861
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -336,7 +336,7 @@ typedef void qdio_handler_t(struct ccw_device *, unsigned int, int,
#define QDIO_FLAG_CLEANUP_USING_HALT		0x02

/**
 * struct qdio_initialize - qdio initalization data
 * struct qdio_initialize - qdio initialization data
 * @cdev: associated ccw device
 * @q_format: queue format
 * @adapter_name: name for the adapter
+1 −1
Original line number Diff line number Diff line
@@ -975,7 +975,7 @@ sie_done:
	lctlg	%c1,%c1,__LC_USER_ASCE		# load primary asce
# some program checks are suppressing. C code (e.g. do_protection_exception)
# will rewind the PSW by the ILC, which is 4 bytes in case of SIE. Other
# instructions beween sie64a and sie_done should not cause program
# instructions between sie64a and sie_done should not cause program
# interrupts. So lets use a nop (47 00 00 00) as a landing pad.
# See also HANDLE_SIE_INTERCEPT
rewind_pad:
+1 −1
Original line number Diff line number Diff line
@@ -373,7 +373,7 @@ static void __init setup_lowcore(void)

	/*
	 * Set up PSW restart to call ipl.c:do_restart(). Copy the relevant
	 * restart data to the absolute zero lowcore. This is necesary if
	 * restart data to the absolute zero lowcore. This is necessary if
	 * PSW restart is done on an offline CPU that has lowcore zero.
	 */
	lc->restart_stack = (unsigned long) restart_stack;
+1 −1
Original line number Diff line number Diff line
@@ -275,7 +275,7 @@ static int handle_io_inst(struct kvm_vcpu *vcpu)
		return -EOPNOTSUPP;
	} else {
		/*
		 * Set condition code 3 to stop the guest from issueing channel
		 * Set condition code 3 to stop the guest from issuing channel
		 * I/O instructions.
		 */
		kvm_s390_set_psw_cc(vcpu, 3);
+2 −2
Original line number Diff line number Diff line
@@ -74,8 +74,8 @@ static size_t copy_in_kernel(size_t count, void __user *to,

/*
 * Returns kernel address for user virtual address. If the returned address is
 * >= -4095 (IS_ERR_VALUE(x) returns true), a fault has occured and the address
 * contains the (negative) exception code.
 * >= -4095 (IS_ERR_VALUE(x) returns true), a fault has occurred and the
 * address contains the (negative) exception code.
 */
#ifdef CONFIG_64BIT

Loading