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

Commit 48fc7f7e authored by Adam Buchbinder's avatar Adam Buchbinder Committed by Jiri Kosina
Browse files

Fix misspellings of "whether" in comments.



"Whether" is misspelled in various comments across the tree; this
fixes them. No code changes.

Signed-off-by: default avatarAdam Buchbinder <adam.buchbinder@gmail.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 53f698cd
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -74,7 +74,7 @@




/* 0xE0000000 contains the IO space that is split by speed and
/* 0xE0000000 contains the IO space that is split by speed and
 * wether the access is for 8 or 16bit IO... this ensures that
 * whether the access is for 8 or 16bit IO... this ensures that
 * the correct access is made
 * the correct access is made
 *
 *
 * 0x10000000 of space, partitioned as so:
 * 0x10000000 of space, partitioned as so:
+1 −1
Original line number Original line Diff line number Diff line
@@ -88,7 +88,7 @@ enum s3c2410_dma_state {
 *
 *
 * This represents the state of the DMA engine, wrt to the loaded / running
 * This represents the state of the DMA engine, wrt to the loaded / running
 * transfers. Since we don't have any way of knowing exactly the state of
 * transfers. Since we don't have any way of knowing exactly the state of
 * the DMA transfers, we need to know the state to make decisions on wether
 * the DMA transfers, we need to know the state to make decisions on whether
 * we can
 * we can
 *
 *
 * S3C2410_DMA_NONE
 * S3C2410_DMA_NONE
+1 −1
Original line number Original line Diff line number Diff line
@@ -51,7 +51,7 @@
#define VR1000_VA_PC104_IRQMASK VR1000_IOADDR(0x00600000)
#define VR1000_VA_PC104_IRQMASK VR1000_IOADDR(0x00600000)


/* 0xE0000000 contains the IO space that is split by speed and
/* 0xE0000000 contains the IO space that is split by speed and
 * wether the access is for 8 or 16bit IO... this ensures that
 * whether the access is for 8 or 16bit IO... this ensures that
 * the correct access is made
 * the correct access is made
 *
 *
 * 0x10000000 of space, partitioned as so:
 * 0x10000000 of space, partitioned as so:
+1 −1
Original line number Original line Diff line number Diff line
@@ -121,7 +121,7 @@ void s3c_pm_configure_extint(void)
	int pin;
	int pin;


	/* for each of the external interrupts (EINT0..EINT15) we
	/* for each of the external interrupts (EINT0..EINT15) we
	 * need to check wether it is an external interrupt source,
	 * need to check whether it is an external interrupt source,
	 * and then configure it as an input if it is not
	 * and then configure it as an input if it is not
	*/
	*/


+1 −1
Original line number Original line Diff line number Diff line
@@ -325,7 +325,7 @@ static int s3c2410_dma_start(struct s3c2410_dma_chan *chan)


	chan->state = S3C2410_DMA_RUNNING;
	chan->state = S3C2410_DMA_RUNNING;


	/* check wether there is anything to load, and if not, see
	/* check whether there is anything to load, and if not, see
	 * if we can find anything to load
	 * if we can find anything to load
	 */
	 */


Loading