Skip to content

Commit cada938

Browse files
hcahcaAlexander Gordeev
authored andcommitted
s390: fix various typos
Fix various typos found with codespell. Signed-off-by: Heiko Carstens <hca@linux.ibm.com> Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
1 parent 2b70a11 commit cada938

36 files changed

Lines changed: 50 additions & 50 deletions

arch/s390/boot/head.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ ipl_start:
6767
jz .Lagain1 # skip dataset header
6868
larl %r13,.L_eof
6969
clc 0(3,%r4),0(%r13) # if it is EOFx
70-
jz .Lagain1 # skip dateset trailer
70+
jz .Lagain1 # skip data set trailer
7171
lgr %r5,%r2
7272
la %r6,COMMAND_LINE-PARMAREA(%r12)
7373
lgr %r7,%r2

arch/s390/crypto/crc32be-vx.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
*
4949
* Note that the constant definitions below are extended in order to compute
5050
* intermediate results with a single VECTOR GALOIS FIELD MULTIPLY instruction.
51-
* The righmost doubleword can be 0 to prevent contribution to the result or
51+
* The rightmost doubleword can be 0 to prevent contribution to the result or
5252
* can be multiplied by 1 to perform an XOR without the need for a separate
5353
* VECTOR EXCLUSIVE OR instruction.
5454
*

arch/s390/include/asm/ap.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ union ap_qact_ap_info {
333333
};
334334

335335
/**
336-
* ap_qact(): Query AP combatibility type.
336+
* ap_qact(): Query AP compatibility type.
337337
* @qid: The AP queue number
338338
* @apinfo: On input the info about the AP queue. On output the
339339
* alternate AP queue info provided by the qact function

arch/s390/include/uapi/asm/cmb.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
struct cmbdata {
3232
__u64 size;
3333
__u64 elapsed_time;
34-
/* basic and exended format: */
34+
/* basic and extended format: */
3535
__u64 ssch_rsch_count;
3636
__u64 sample_count;
3737
__u64 device_connect_time;

arch/s390/include/uapi/asm/dasd.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
/*
2525
* struct dasd_information2_t
2626
* represents any data about the device, which is visible to userspace.
27-
* including foramt and featueres.
27+
* including format and featueres.
2828
*/
2929
typedef struct dasd_information2_t {
3030
unsigned int devno; /* S/390 devno */

arch/s390/include/uapi/asm/pkey.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ struct pkey_kblob2pkey2 {
353353
* Is able to find out which type of secure key is given (CCA AES secure
354354
* key, CCA AES cipher key, CCA ECC private key, EP11 AES key, EP11 ECC private
355355
* key) and tries to find all matching crypto cards based on the MKVP and maybe
356-
* other criterias (like CCA AES cipher keys need a CEX5C or higher, EP11 keys
356+
* other criteria (like CCA AES cipher keys need a CEX5C or higher, EP11 keys
357357
* with BLOB_PKEY_EXTRACTABLE need a CEX7 and EP11 api version 4). The list of
358358
* APQNs is further filtered by the key's mkvp which needs to match to either
359359
* the current mkvp (CCA and EP11) or the alternate mkvp (old mkvp, CCA adapters
@@ -370,7 +370,7 @@ struct pkey_kblob2pkey2 {
370370
* is empty (apqn_entries is 0) the apqn_entries field is updated to the number
371371
* of apqn targets found and the ioctl returns with 0. If apqn_entries is > 0
372372
* but the number of apqn targets does not fit into the list, the apqn_targets
373-
* field is updatedd with the number of reqired entries but there are no apqn
373+
* field is updated with the number of required entries but there are no apqn
374374
* values stored in the list and the ioctl returns with ENOSPC. If no matching
375375
* APQN is found, the ioctl returns with 0 but the apqn_entries value is 0.
376376
*/
@@ -408,7 +408,7 @@ struct pkey_apqns4key {
408408
* is empty (apqn_entries is 0) the apqn_entries field is updated to the number
409409
* of apqn targets found and the ioctl returns with 0. If apqn_entries is > 0
410410
* but the number of apqn targets does not fit into the list, the apqn_targets
411-
* field is updatedd with the number of reqired entries but there are no apqn
411+
* field is updated with the number of required entries but there are no apqn
412412
* values stored in the list and the ioctl returns with ENOSPC. If no matching
413413
* APQN is found, the ioctl returns with 0 but the apqn_entries value is 0.
414414
*/

arch/s390/kernel/dis.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ void show_code(struct pt_regs *regs)
516516
if (copy_from_regs(regs, code + end, (void *)addr, 2))
517517
break;
518518
}
519-
/* Code snapshot useable ? */
519+
/* Code snapshot usable ? */
520520
if ((regs->psw.addr & 1) || start >= end) {
521521
printk("%s Code: Bad PSW.\n", mode);
522522
return;

arch/s390/kernel/nospec-branch.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ static int __init nobp_setup_early(char *str)
1414
return rc;
1515
if (enabled && test_facility(82)) {
1616
/*
17-
* The user explicitely requested nobp=1, enable it and
17+
* The user explicitly requested nobp=1, enable it and
1818
* disable the expoline support.
1919
*/
2020
__set_facility(82, alt_stfle_fac_list);

arch/s390/kernel/perf_cpum_sf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1865,7 +1865,7 @@ static void cpumsf_pmu_read(struct perf_event *event)
18651865
/* Nothing to do ... updates are interrupt-driven */
18661866
}
18671867

1868-
/* Check if the new sampling period/freqeuncy is appropriate.
1868+
/* Check if the new sampling period/frequency is appropriate.
18691869
*
18701870
* Return non-zero on error and zero on passed checks.
18711871
*/

arch/s390/kernel/perf_pai_ext.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ static int paiext_root_alloc(void)
8484
/* The memory is already zeroed. */
8585
paiext_root.mapptr = alloc_percpu(struct paiext_mapptr);
8686
if (!paiext_root.mapptr) {
87-
/* Returing without refcnt adjustment is ok. The
87+
/* Returning without refcnt adjustment is ok. The
8888
* error code is handled by paiext_alloc() which
8989
* decrements refcnt when an event can not be
9090
* created.
@@ -190,7 +190,7 @@ static int paiext_alloc(struct perf_event_attr *a, struct perf_event *event)
190190
cpump->mode = a->sample_period ? PAI_MODE_SAMPLING
191191
: PAI_MODE_COUNTING;
192192
} else {
193-
/* Multiple invocation, check whats active.
193+
/* Multiple invocation, check what is active.
194194
* Supported are multiple counter events or only one sampling
195195
* event concurrently at any one time.
196196
*/

0 commit comments

Comments
 (0)