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

Commit 98a1708d authored by Martin Olsson's avatar Martin Olsson Committed by Jiri Kosina
Browse files

trivial: fix typos s/paramter/parameter/ and s/excute/execute/ in...


trivial: fix typos s/paramter/parameter/ and s/excute/execute/ in documentation and source comments.

Signed-off-by: default avatarMartin Olsson <martin@minimum.se>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent ab2274af
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ Required properities:
- reg : Should contain the address and the length of the GPIO bank
  register.
- #gpio-cells : Should be two. The first cell is the pin number and the
  second cell is used to specify optional paramters (currently unused).
  second cell is used to specify optional parameters (currently unused).
- gpio-controller : Marks the port as GPIO controller.

Example:
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ Required properties:
  "fsl,cpm1-pario-bank-c", "fsl,cpm1-pario-bank-d",
  "fsl,cpm1-pario-bank-e", "fsl,cpm2-pario-bank"
- #gpio-cells : Should be two. The first cell is the pin number and the
  second cell is used to specify optional paramters (currently unused).
  second cell is used to specify optional parameters (currently unused).
- gpio-controller : Marks the port as GPIO controller.

Example of three SOC GPIO banks defined as gpio-controller nodes:
+1 −1
Original line number Diff line number Diff line
@@ -64,7 +64,7 @@ __HEAD
	.org   0x100
#
# subroutine for loading from tape
# Paramters:
# Parameters:
#  R1 = device number
#  R2 = load address
.Lloader:
+2 −2
Original line number Diff line number Diff line
@@ -748,9 +748,9 @@ static int ata_acpi_run_tf(struct ata_device *dev,
/**
 * ata_acpi_exec_tfs - get then write drive taskfile settings
 * @dev: target ATA device
 * @nr_executed: out paramter for the number of executed commands
 * @nr_executed: out parameter for the number of executed commands
 *
 * Evaluate _GTF and excute returned taskfiles.
 * Evaluate _GTF and execute returned taskfiles.
 *
 * LOCKING:
 * EH context.
+1 −1
Original line number Diff line number Diff line
@@ -2864,7 +2864,7 @@ static int ata_eh_revalidate_and_attach(struct ata_link *link,
/**
 *	ata_set_mode - Program timings and issue SET FEATURES - XFER
 *	@link: link on which timings will be programmed
 *	@r_failed_dev: out paramter for failed device
 *	@r_failed_dev: out parameter for failed device
 *
 *	Set ATA device disk transfer mode (PIO3, UDMA6, etc.).  If
 *	ata_set_mode() fails, pointer to the failing device is
Loading