mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git/
synced 2026-05-02 18:15:03 -04:00
treewide: Fix typos in printk
This patch fix spelling typos in printk from various part of the codes. 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:
committed by
Jiri Kosina
parent
35fc7b7dac
commit
c01e01597c
@@ -1499,7 +1499,7 @@ static int cyttsp4_core_sleep_(struct cyttsp4 *cd)
|
||||
|
||||
if (IS_BOOTLOADER(mode[0], mode[1])) {
|
||||
mutex_unlock(&cd->system_lock);
|
||||
dev_err(cd->dev, "%s: Device in BOOTLADER mode.\n", __func__);
|
||||
dev_err(cd->dev, "%s: Device in BOOTLOADER mode.\n", __func__);
|
||||
rc = -EINVAL;
|
||||
goto error;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user