ia64: fix typos in comments
Various spelling mistakes in comments. Detected with the help of Coccinelle. Link: https://lkml.kernel.org/r/20220318103729.157574-1-Julia.Lawall@inria.fr Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
This commit is contained in:
parent
38d741cb70
commit
0af96a024f
|
@ -120,7 +120,7 @@ static const char *mem_attrib[]={
|
||||||
* Input:
|
* Input:
|
||||||
* - a pointer to a buffer to hold the string
|
* - a pointer to a buffer to hold the string
|
||||||
* - a 64-bit vector
|
* - a 64-bit vector
|
||||||
* Ouput:
|
* Output:
|
||||||
* - a pointer to the end of the buffer
|
* - a pointer to the end of the buffer
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -309,7 +309,7 @@ handle_fpu_swa (int fp_fault, struct pt_regs *regs, unsigned long isr)
|
||||||
/*
|
/*
|
||||||
* Lower 4 bits are used as a count. Upper bits are a sequence
|
* Lower 4 bits are used as a count. Upper bits are a sequence
|
||||||
* number that is updated when count is reset. The cmpxchg will
|
* number that is updated when count is reset. The cmpxchg will
|
||||||
* fail is seqno has changed. This minimizes mutiple cpus
|
* fail is seqno has changed. This minimizes multiple cpus
|
||||||
* resetting the count.
|
* resetting the count.
|
||||||
*/
|
*/
|
||||||
if (current_jiffies > last.time)
|
if (current_jiffies > last.time)
|
||||||
|
|
|
@ -451,7 +451,7 @@ mem_init (void)
|
||||||
memblock_free_all();
|
memblock_free_all();
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* For fsyscall entrpoints with no light-weight handler, use the ordinary
|
* For fsyscall entrypoints with no light-weight handler, use the ordinary
|
||||||
* (heavy-weight) handler, but mark it by setting bit 0, so the fsyscall entry
|
* (heavy-weight) handler, but mark it by setting bit 0, so the fsyscall entry
|
||||||
* code can tell them apart.
|
* code can tell them apart.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -174,7 +174,7 @@ __setup("nptcg=", set_nptcg);
|
||||||
* override table (in which case we should ignore the value from
|
* override table (in which case we should ignore the value from
|
||||||
* PAL_VM_SUMMARY).
|
* PAL_VM_SUMMARY).
|
||||||
*
|
*
|
||||||
* Kernel parameter "nptcg=" overrides maximum number of simultanesous ptc.g
|
* Kernel parameter "nptcg=" overrides maximum number of simultaneous ptc.g
|
||||||
* purges defined in either PAL_VM_SUMMARY or PAL override table. In this case,
|
* purges defined in either PAL_VM_SUMMARY or PAL override table. In this case,
|
||||||
* we should ignore the value from either PAL_VM_SUMMARY or PAL override table.
|
* we should ignore the value from either PAL_VM_SUMMARY or PAL override table.
|
||||||
*
|
*
|
||||||
|
@ -516,7 +516,7 @@ found:
|
||||||
if (i >= per_cpu(ia64_tr_num, cpu))
|
if (i >= per_cpu(ia64_tr_num, cpu))
|
||||||
return -EBUSY;
|
return -EBUSY;
|
||||||
|
|
||||||
/*Record tr info for mca hander use!*/
|
/*Record tr info for mca handler use!*/
|
||||||
if (i > per_cpu(ia64_tr_used, cpu))
|
if (i > per_cpu(ia64_tr_used, cpu))
|
||||||
per_cpu(ia64_tr_used, cpu) = i;
|
per_cpu(ia64_tr_used, cpu) = i;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue