mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 15:27:29 +00:00
treewide: Fix printk() message errors
This patch fix spelling typos in printk and kconfig. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
95f21c5c6d
commit
9165dabb25
19 changed files with 21 additions and 21 deletions
|
@ -136,7 +136,7 @@ int arch_hibernation_header_save(void *addr, unsigned int max_size)
|
|||
|
||||
/* Save the mpidr of the cpu we called cpu_suspend() on... */
|
||||
if (sleep_cpu < 0) {
|
||||
pr_err("Failing to hibernate on an unkown CPU.\n");
|
||||
pr_err("Failing to hibernate on an unknown CPU.\n");
|
||||
return -ENODEV;
|
||||
}
|
||||
hdr->sleep_cpu_mpidr = cpu_logical_map(sleep_cpu);
|
||||
|
@ -547,7 +547,7 @@ out:
|
|||
int hibernate_resume_nonboot_cpu_disable(void)
|
||||
{
|
||||
if (sleep_cpu < 0) {
|
||||
pr_err("Failing to resume from hibernate on an unkown CPU.\n");
|
||||
pr_err("Failing to resume from hibernate on an unknown CPU.\n");
|
||||
return -ENODEV;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue