Skip to content
Snippets Groups Projects
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
No related merge requests found
Showing
with 26 additions and 26 deletions
...@@ -74,7 +74,7 @@ ...@@ -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:
......
...@@ -88,7 +88,7 @@ enum s3c2410_dma_state { ...@@ -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
......
...@@ -51,7 +51,7 @@ ...@@ -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:
......
...@@ -121,7 +121,7 @@ void s3c_pm_configure_extint(void) ...@@ -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
*/ */
......
...@@ -325,7 +325,7 @@ static int s3c2410_dma_start(struct s3c2410_dma_chan *chan) ...@@ -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
*/ */
......
...@@ -50,7 +50,7 @@ fp_fsqrt(struct fp_ext *dest, struct fp_ext *src) ...@@ -50,7 +50,7 @@ fp_fsqrt(struct fp_ext *dest, struct fp_ext *src)
* sqrt(m*2^e) = * sqrt(m*2^e) =
* sqrt(2*m) * 2^(p) , if e = 2*p + 1 * sqrt(2*m) * 2^(p) , if e = 2*p + 1
* *
* So we use the last bit of the exponent to decide wether to * So we use the last bit of the exponent to decide whether to
* use the m or 2*m. * use the m or 2*m.
* *
* Since only the fractional part of the mantissa is stored and * Since only the fractional part of the mantissa is stored and
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
/* Note the full page bits must be in the same location as for normal /* Note the full page bits must be in the same location as for normal
* 4k pages as the same assembly will be used to insert 64K pages * 4k pages as the same assembly will be used to insert 64K pages
* wether the kernel has CONFIG_PPC_64K_PAGES or not * whether the kernel has CONFIG_PPC_64K_PAGES or not
*/ */
#define _PAGE_F_SECOND 0x00008000 /* full page: hidx bits */ #define _PAGE_F_SECOND 0x00008000 /* full page: hidx bits */
#define _PAGE_F_GIX 0x00007000 /* full page: hidx bits */ #define _PAGE_F_GIX 0x00007000 /* full page: hidx bits */
......
...@@ -132,7 +132,7 @@ ...@@ -132,7 +132,7 @@
* *
* At this point, the OF driver seems to have a limitation on transfer * At this point, the OF driver seems to have a limitation on transfer
* sizes of 0xd bytes on reads and 0x5 bytes on writes. I do not know * sizes of 0xd bytes on reads and 0x5 bytes on writes. I do not know
* wether this is just an OF limit due to some temporary buffer size * whether this is just an OF limit due to some temporary buffer size
* or if this is an SMU imposed limit. This driver has the same limitation * or if this is an SMU imposed limit. This driver has the same limitation
* for now as I use a 0x10 bytes temporary buffer as well * for now as I use a 0x10 bytes temporary buffer as well
* *
...@@ -236,7 +236,7 @@ ...@@ -236,7 +236,7 @@
* 3 (optional): enable nmi? [0x00 or 0x01] * 3 (optional): enable nmi? [0x00 or 0x01]
* *
* Returns: * Returns:
* If parameter 2 is 0x00 and parameter 3 is not specified, returns wether * If parameter 2 is 0x00 and parameter 3 is not specified, returns whether
* NMI is enabled. Otherwise unknown. * NMI is enabled. Otherwise unknown.
*/ */
#define SMU_CMD_MISC_df_NMI_OPTION 0x04 #define SMU_CMD_MISC_df_NMI_OPTION 0x04
......
...@@ -387,7 +387,7 @@ void __init find_legacy_serial_ports(void) ...@@ -387,7 +387,7 @@ void __init find_legacy_serial_ports(void)
of_node_put(parent); of_node_put(parent);
continue; continue;
} }
/* Check for known pciclass, and also check wether we have /* Check for known pciclass, and also check whether we have
* a device with child nodes for ports or not * a device with child nodes for ports or not
*/ */
if (of_device_is_compatible(np, "pciclass,0700") || if (of_device_is_compatible(np, "pciclass,0700") ||
......
...@@ -82,7 +82,7 @@ static int __devinit of_pci_phb_probe(struct platform_device *dev) ...@@ -82,7 +82,7 @@ static int __devinit of_pci_phb_probe(struct platform_device *dev)
return -ENXIO; return -ENXIO;
/* Claim resources. This might need some rework as well depending /* Claim resources. This might need some rework as well depending
* wether we are doing probe-only or not, like assigning unassigned * whether we are doing probe-only or not, like assigning unassigned
* resources etc... * resources etc...
*/ */
pcibios_claim_one_bus(phb->bus); pcibios_claim_one_bus(phb->bus);
......
...@@ -83,7 +83,7 @@ static long setup_sigcontext(struct sigcontext __user *sc, struct pt_regs *regs, ...@@ -83,7 +83,7 @@ static long setup_sigcontext(struct sigcontext __user *sc, struct pt_regs *regs,
* the context). This is very important because we must ensure we * the context). This is very important because we must ensure we
* don't lose the VRSAVE content that may have been set prior to * don't lose the VRSAVE content that may have been set prior to
* the process doing its first vector operation * the process doing its first vector operation
* Userland shall check AT_HWCAP to know wether it can rely on the * Userland shall check AT_HWCAP to know whether it can rely on the
* v_regs pointer or not * v_regs pointer or not
*/ */
#ifdef CONFIG_ALTIVEC #ifdef CONFIG_ALTIVEC
......
...@@ -722,7 +722,7 @@ void slice_set_range_psize(struct mm_struct *mm, unsigned long start, ...@@ -722,7 +722,7 @@ void slice_set_range_psize(struct mm_struct *mm, unsigned long start,
} }
/* /*
* is_hugepage_only_range() is used by generic code to verify wether * is_hugepage_only_range() is used by generic code to verify whether
* a normal mmap mapping (non hugetlbfs) is valid on a given area. * a normal mmap mapping (non hugetlbfs) is valid on a given area.
* *
* until the generic code provides a more generic hook and/or starts * until the generic code provides a more generic hook and/or starts
......
...@@ -526,7 +526,7 @@ EXPORT_SYMBOL(mpc52xx_gpt_timer_period); ...@@ -526,7 +526,7 @@ EXPORT_SYMBOL(mpc52xx_gpt_timer_period);
#define WDT_IDENTITY "mpc52xx watchdog on GPT0" #define WDT_IDENTITY "mpc52xx watchdog on GPT0"
/* wdt_is_active stores wether or not the /dev/watchdog device is opened */ /* wdt_is_active stores whether or not the /dev/watchdog device is opened */
static unsigned long wdt_is_active; static unsigned long wdt_is_active;
/* wdt-capable gpt */ /* wdt-capable gpt */
......
...@@ -728,7 +728,7 @@ static struct cbe_iommu * __init cell_iommu_alloc(struct device_node *np) ...@@ -728,7 +728,7 @@ static struct cbe_iommu * __init cell_iommu_alloc(struct device_node *np)
nid, np->full_name); nid, np->full_name);
/* XXX todo: If we can have multiple windows on the same IOMMU, which /* XXX todo: If we can have multiple windows on the same IOMMU, which
* isn't the case today, we probably want here to check wether the * isn't the case today, we probably want here to check whether the
* iommu for that node is already setup. * iommu for that node is already setup.
* However, there might be issue with getting the size right so let's * However, there might be issue with getting the size right so let's
* ignore that for now. We might want to completely get rid of the * ignore that for now. We might want to completely get rid of the
......
...@@ -148,7 +148,7 @@ static int spider_set_irq_type(struct irq_data *d, unsigned int type) ...@@ -148,7 +148,7 @@ static int spider_set_irq_type(struct irq_data *d, unsigned int type)
/* Configure the source. One gross hack that was there before and /* Configure the source. One gross hack that was there before and
* that I've kept around is the priority to the BE which I set to * that I've kept around is the priority to the BE which I set to
* be the same as the interrupt source number. I don't know wether * be the same as the interrupt source number. I don't know whether
* that's supposed to make any kind of sense however, we'll have to * that's supposed to make any kind of sense however, we'll have to
* decide that, but for now, I'm not changing the behaviour. * decide that, but for now, I'm not changing the behaviour.
*/ */
...@@ -220,7 +220,7 @@ static void spider_irq_cascade(unsigned int irq, struct irq_desc *desc) ...@@ -220,7 +220,7 @@ static void spider_irq_cascade(unsigned int irq, struct irq_desc *desc)
/* For hooking up the cascace we have a problem. Our device-tree is /* For hooking up the cascace we have a problem. Our device-tree is
* crap and we don't know on which BE iic interrupt we are hooked on at * crap and we don't know on which BE iic interrupt we are hooked on at
* least not the "standard" way. We can reconstitute it based on two * least not the "standard" way. We can reconstitute it based on two
* informations though: which BE node we are connected to and wether * informations though: which BE node we are connected to and whether
* we are connected to IOIF0 or IOIF1. Right now, we really only care * we are connected to IOIF0 or IOIF1. Right now, we really only care
* about the IBM cell blade and we know that its firmware gives us an * about the IBM cell blade and we know that its firmware gives us an
* interrupt-map property which is pretty strange. * interrupt-map property which is pretty strange.
...@@ -232,7 +232,7 @@ static unsigned int __init spider_find_cascade_and_node(struct spider_pic *pic) ...@@ -232,7 +232,7 @@ static unsigned int __init spider_find_cascade_and_node(struct spider_pic *pic)
int imaplen, intsize, unit; int imaplen, intsize, unit;
struct device_node *iic; struct device_node *iic;
/* First, we check wether we have a real "interrupts" in the device /* First, we check whether we have a real "interrupts" in the device
* tree in case the device-tree is ever fixed * tree in case the device-tree is ever fixed
*/ */
struct of_irq oirq; struct of_irq oirq;
......
...@@ -529,7 +529,7 @@ static int __init pmac_pic_probe_mpic(void) ...@@ -529,7 +529,7 @@ static int __init pmac_pic_probe_mpic(void)
void __init pmac_pic_init(void) void __init pmac_pic_init(void)
{ {
/* We configure the OF parsing based on our oldworld vs. newworld /* We configure the OF parsing based on our oldworld vs. newworld
* platform type and wether we were booted by BootX. * platform type and whether we were booted by BootX.
*/ */
#ifdef CONFIG_PPC32 #ifdef CONFIG_PPC32
if (!pmac_newworld) if (!pmac_newworld)
......
...@@ -1648,7 +1648,7 @@ static int evergreen_cp_resume(struct radeon_device *rdev) ...@@ -1648,7 +1648,7 @@ static int evergreen_cp_resume(struct radeon_device *rdev)
ring->wptr = 0; ring->wptr = 0;
WREG32(CP_RB_WPTR, ring->wptr); WREG32(CP_RB_WPTR, ring->wptr);
/* set the wb address wether it's enabled or not */ /* set the wb address whether it's enabled or not */
WREG32(CP_RB_RPTR_ADDR, WREG32(CP_RB_RPTR_ADDR,
((rdev->wb.gpu_addr + RADEON_WB_CP_RPTR_OFFSET) & 0xFFFFFFFC)); ((rdev->wb.gpu_addr + RADEON_WB_CP_RPTR_OFFSET) & 0xFFFFFFFC));
WREG32(CP_RB_RPTR_ADDR_HI, upper_32_bits(rdev->wb.gpu_addr + RADEON_WB_CP_RPTR_OFFSET) & 0xFF); WREG32(CP_RB_RPTR_ADDR_HI, upper_32_bits(rdev->wb.gpu_addr + RADEON_WB_CP_RPTR_OFFSET) & 0xFF);
......
...@@ -1059,7 +1059,7 @@ static int cayman_cp_resume(struct radeon_device *rdev) ...@@ -1059,7 +1059,7 @@ static int cayman_cp_resume(struct radeon_device *rdev)
WREG32(CP_DEBUG, (1 << 27)); WREG32(CP_DEBUG, (1 << 27));
/* set the wb address wether it's enabled or not */ /* set the wb address whether it's enabled or not */
WREG32(SCRATCH_ADDR, ((rdev->wb.gpu_addr + RADEON_WB_SCRATCH_OFFSET) >> 8) & 0xFFFFFFFF); WREG32(SCRATCH_ADDR, ((rdev->wb.gpu_addr + RADEON_WB_SCRATCH_OFFSET) >> 8) & 0xFFFFFFFF);
WREG32(SCRATCH_UMSK, 0xff); WREG32(SCRATCH_UMSK, 0xff);
...@@ -1076,7 +1076,7 @@ static int cayman_cp_resume(struct radeon_device *rdev) ...@@ -1076,7 +1076,7 @@ static int cayman_cp_resume(struct radeon_device *rdev)
#endif #endif
WREG32(cp_rb_cntl[i], rb_cntl); WREG32(cp_rb_cntl[i], rb_cntl);
/* set the wb address wether it's enabled or not */ /* set the wb address whether it's enabled or not */
addr = rdev->wb.gpu_addr + RADEON_WB_CP_RPTR_OFFSET; addr = rdev->wb.gpu_addr + RADEON_WB_CP_RPTR_OFFSET;
WREG32(cp_rb_rptr_addr[i], addr & 0xFFFFFFFC); WREG32(cp_rb_rptr_addr[i], addr & 0xFFFFFFFC);
WREG32(cp_rb_rptr_addr_hi[i], upper_32_bits(addr) & 0xFF); WREG32(cp_rb_rptr_addr_hi[i], upper_32_bits(addr) & 0xFF);
......
...@@ -2007,7 +2007,7 @@ static int si_cp_resume(struct radeon_device *rdev) ...@@ -2007,7 +2007,7 @@ static int si_cp_resume(struct radeon_device *rdev)
ring->wptr = 0; ring->wptr = 0;
WREG32(CP_RB0_WPTR, ring->wptr); WREG32(CP_RB0_WPTR, ring->wptr);
/* set the wb address wether it's enabled or not */ /* set the wb address whether it's enabled or not */
WREG32(CP_RB0_RPTR_ADDR, (rdev->wb.gpu_addr + RADEON_WB_CP_RPTR_OFFSET) & 0xFFFFFFFC); WREG32(CP_RB0_RPTR_ADDR, (rdev->wb.gpu_addr + RADEON_WB_CP_RPTR_OFFSET) & 0xFFFFFFFC);
WREG32(CP_RB0_RPTR_ADDR_HI, upper_32_bits(rdev->wb.gpu_addr + RADEON_WB_CP_RPTR_OFFSET) & 0xFF); WREG32(CP_RB0_RPTR_ADDR_HI, upper_32_bits(rdev->wb.gpu_addr + RADEON_WB_CP_RPTR_OFFSET) & 0xFF);
...@@ -2040,7 +2040,7 @@ static int si_cp_resume(struct radeon_device *rdev) ...@@ -2040,7 +2040,7 @@ static int si_cp_resume(struct radeon_device *rdev)
ring->wptr = 0; ring->wptr = 0;
WREG32(CP_RB1_WPTR, ring->wptr); WREG32(CP_RB1_WPTR, ring->wptr);
/* set the wb address wether it's enabled or not */ /* set the wb address whether it's enabled or not */
WREG32(CP_RB1_RPTR_ADDR, (rdev->wb.gpu_addr + RADEON_WB_CP1_RPTR_OFFSET) & 0xFFFFFFFC); WREG32(CP_RB1_RPTR_ADDR, (rdev->wb.gpu_addr + RADEON_WB_CP1_RPTR_OFFSET) & 0xFFFFFFFC);
WREG32(CP_RB1_RPTR_ADDR_HI, upper_32_bits(rdev->wb.gpu_addr + RADEON_WB_CP1_RPTR_OFFSET) & 0xFF); WREG32(CP_RB1_RPTR_ADDR_HI, upper_32_bits(rdev->wb.gpu_addr + RADEON_WB_CP1_RPTR_OFFSET) & 0xFF);
...@@ -2066,7 +2066,7 @@ static int si_cp_resume(struct radeon_device *rdev) ...@@ -2066,7 +2066,7 @@ static int si_cp_resume(struct radeon_device *rdev)
ring->wptr = 0; ring->wptr = 0;
WREG32(CP_RB2_WPTR, ring->wptr); WREG32(CP_RB2_WPTR, ring->wptr);
/* set the wb address wether it's enabled or not */ /* set the wb address whether it's enabled or not */
WREG32(CP_RB2_RPTR_ADDR, (rdev->wb.gpu_addr + RADEON_WB_CP2_RPTR_OFFSET) & 0xFFFFFFFC); WREG32(CP_RB2_RPTR_ADDR, (rdev->wb.gpu_addr + RADEON_WB_CP2_RPTR_OFFSET) & 0xFFFFFFFC);
WREG32(CP_RB2_RPTR_ADDR_HI, upper_32_bits(rdev->wb.gpu_addr + RADEON_WB_CP2_RPTR_OFFSET) & 0xFF); WREG32(CP_RB2_RPTR_ADDR_HI, upper_32_bits(rdev->wb.gpu_addr + RADEON_WB_CP2_RPTR_OFFSET) & 0xFF);
......
...@@ -304,7 +304,7 @@ static void i2c_nuc900_irq_nextbyte(struct nuc900_i2c *i2c, ...@@ -304,7 +304,7 @@ static void i2c_nuc900_irq_nextbyte(struct nuc900_i2c *i2c,
case STATE_READ: case STATE_READ:
/* we have a byte of data in the data register, do /* we have a byte of data in the data register, do
* something with it, and then work out wether we are * something with it, and then work out whether we are
* going to do any more read/write * going to do any more read/write
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment