Commit 9dbbc3b9 authored by Zhen Lei's avatar Zhen Lei Committed by Linus Torvalds
Browse files

lib: fix spelling mistakes

Fix some spelling mistakes in comments:
permanentely ==> permanently
wont ==> won't
remaning ==> remaining
succed ==> succeed
shouldnt ==> shouldn't
alpha-numeric ==> alphanumeric
storeing ==> storing
funtion ==> function
documenation ==> documentation
Determin ==> Determine
intepreted ==> interpreted
ammount ==> amount
obious ==> obvious
interupts ==> interrupts
occured ==> occurred
asssociated ==> associated
taking into acount ==> taking into account
squence ==> sequence
stil ==> still
contiguos ==> contiguous
matchs ==> matches

Link: https://lkml.kernel.org/r/20210607072555.12416-1-thunder.leizhen@huawei.com


Signed-off-by: default avatarZhen Lei <thunder.leizhen@huawei.com>
Reviewed-by: default avatarJacob Keller <jacob.e.keller@intel.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 53b0fe36
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -1282,7 +1282,7 @@ config PROVE_RAW_LOCK_NESTING
	 option expect lockdep splats until these problems have been fully
	 addressed which is work in progress. This config switch allows to
	 identify and analyze these problems. It will be removed and the
	 check permanentely enabled once the main issues have been fixed.
	 check permanently enabled once the main issues have been fixed.

	 If unsure, select N.

@@ -1448,7 +1448,7 @@ config DEBUG_LOCKING_API_SELFTESTS
	  Say Y here if you want the kernel to run a short self-test during
	  bootup. The self-test checks whether common types of locking bugs
	  are detected by debugging mechanisms or not. (if you disable
	  lock debugging then those bugs wont be detected of course.)
	  lock debugging then those bugs won't be detected of course.)
	  The following locking APIs are covered: spinlocks, rwlocks,
	  mutexes and rwsems.

@@ -1928,7 +1928,7 @@ config FAIL_IO_TIMEOUT
	  thus exercising the error handling.

	  Only works with drivers that use the generic timeout handling,
	  for others it wont do anything.
	  for others it won't do anything.

config FAIL_FUTEX
	bool "Fault-injection capability for futexes"
+1 −1
Original line number Diff line number Diff line
@@ -181,7 +181,7 @@ EXPORT_SYMBOL_GPL(asn1_encode_oid);
/**
 * asn1_encode_length() - encode a length to follow an ASN.1 tag
 * @data: pointer to encode at
 * @data_len: pointer to remaning length (adjusted by routine)
 * @data_len: pointer to remaining length (adjusted by routine)
 * @len: length to encode
 *
 * This routine can encode lengths up to 65535 using the ASN.1 rules.
+1 −1
Original line number Diff line number Diff line
@@ -355,7 +355,7 @@ static void pcim_iomap_release(struct device *gendev, void *res)
 * detach.
 *
 * This function might sleep when the table is first allocated but can
 * be safely called without context and guaranteed to succed once
 * be safely called without context and guaranteed to succeed once
 * allocated.
 */
void __iomem * const *pcim_iomap_table(struct pci_dev *pdev)
+1 −1
Original line number Diff line number Diff line
@@ -991,7 +991,7 @@ static int ddebug_dyndbg_param_cb(char *param, char *val,

	ddebug_exec_queries((val ? val : "+p"), modname);

	return 0; /* query failure shouldnt stop module load */
	return 0; /* query failure shouldn't stop module load */
}

/* handle both dyndbg and $module.dyndbg params at boot */
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
/*                                            */
/*       Font file generated by cpi2fnt       */
/*       ------------------------------       */
/*       Combined with the alpha-numeric      */
/*       Combined with the alphanumeric       */
/*       portion of Greg Harp's old PEARL     */
/*       font (from earlier versions of       */
/*       linux-m86k) by John Shifflett        */
Loading