trivial: fix typo "to to" in multiple files
Signed-off-by: Anand Gadiyar <gadiyar@ti.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
committed by
Jiri Kosina
parent
4f37940d64
commit
fd589a8f0a
@ -1270,7 +1270,7 @@ putreg (struct task_struct *child, int regno, unsigned int value)
|
||||
case PT_CS:
|
||||
if (value != __USER_CS)
|
||||
printk(KERN_ERR
|
||||
"ia32.putreg: attempt to to set invalid segment register %d = %x\n",
|
||||
"ia32.putreg: attempt to set invalid segment register %d = %x\n",
|
||||
regno, value);
|
||||
break;
|
||||
default:
|
||||
|
Reference in New Issue
Block a user