Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fd589a8f authored by Anand Gadiyar's avatar Anand Gadiyar Committed by Jiri Kosina
Browse files

trivial: fix typo "to to" in multiple files



Signed-off-by: default avatarAnand Gadiyar <gadiyar@ti.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 4f37940d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,5 +34,5 @@ Fan rotation speeds are reported as 14-bit values from a gated clock
signal. Speeds down to 83 RPM can be measured.

An alarm is triggered if the rotation speed drops below a programmable
limit. Another alarm is triggered if the speed is too low to to be measured
limit. Another alarm is triggered if the speed is too low to be measured
(including stalled or missing fan).
+1 −1
Original line number Diff line number Diff line
@@ -96,7 +96,7 @@ Example code - drivers hinting an alpha2:

This example comes from the zd1211rw device driver. You can start
by having a mapping of your device's EEPROM country/regulatory
domain value to to a specific alpha2 as follows:
domain value to a specific alpha2 as follows:

static struct zd_reg_alpha2_map reg_alpha2_map[] = {
	{ ZD_REGDOMAIN_FCC, "US" },
+1 −1
Original line number Diff line number Diff line
@@ -378,7 +378,7 @@ Vport Disable/Enable:
      int vport_disable(struct fc_vport *vport, bool disable)

    where:
      vport:    Is vport to to be enabled or disabled
      vport:    Is vport to be enabled or disabled
      disable:  If "true", the vport is to be disabled.
                If "false", the vport is to be enabled.

+1 −1
Original line number Diff line number Diff line
@@ -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:
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ extern int ptrace_setregs(long pid, unsigned long *regs_in);
 * recompilation. So, we use PTRACE_OLDSETOPTIONS in UML.
 * We also want to be able to build the kernel on 2.4, which doesn't
 * have PTRACE_OLDSETOPTIONS. So, if it is missing, we declare
 * PTRACE_OLDSETOPTIONS to to be the same as PTRACE_SETOPTIONS.
 * PTRACE_OLDSETOPTIONS to be the same as PTRACE_SETOPTIONS.
 *
 * On architectures, that start to support PTRACE_O_TRACESYSGOOD on
 * linux 2.6, PTRACE_OLDSETOPTIONS never is defined, and also isn't
Loading