Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Fix misspellings of "whether" in comments.

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

Signed-off-by: Adam Buchbinder <adam.buchbinder@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

authored by

Adam Buchbinder and committed by
Jiri Kosina
48fc7f7e 53f698cd

+58 -58
+1 -1
arch/arm/mach-s3c24xx/include/mach/bast-map.h
··· 74 74 75 75 76 76 /* 0xE0000000 contains the IO space that is split by speed and 77 - * wether the access is for 8 or 16bit IO... this ensures that 77 + * whether the access is for 8 or 16bit IO... this ensures that 78 78 * the correct access is made 79 79 * 80 80 * 0x10000000 of space, partitioned as so:
+1 -1
arch/arm/mach-s3c24xx/include/mach/dma.h
··· 88 88 * 89 89 * This represents the state of the DMA engine, wrt to the loaded / running 90 90 * transfers. Since we don't have any way of knowing exactly the state of 91 - * the DMA transfers, we need to know the state to make decisions on wether 91 + * the DMA transfers, we need to know the state to make decisions on whether 92 92 * we can 93 93 * 94 94 * S3C2410_DMA_NONE
+1 -1
arch/arm/mach-s3c24xx/include/mach/vr1000-map.h
··· 51 51 #define VR1000_VA_PC104_IRQMASK VR1000_IOADDR(0x00600000) 52 52 53 53 /* 0xE0000000 contains the IO space that is split by speed and 54 - * wether the access is for 8 or 16bit IO... this ensures that 54 + * whether the access is for 8 or 16bit IO... this ensures that 55 55 * the correct access is made 56 56 * 57 57 * 0x10000000 of space, partitioned as so:
+1 -1
arch/arm/mach-s3c24xx/pm.c
··· 121 121 int pin; 122 122 123 123 /* for each of the external interrupts (EINT0..EINT15) we 124 - * need to check wether it is an external interrupt source, 124 + * need to check whether it is an external interrupt source, 125 125 * and then configure it as an input if it is not 126 126 */ 127 127
+1 -1
arch/arm/plat-s3c24xx/dma.c
··· 325 325 326 326 chan->state = S3C2410_DMA_RUNNING; 327 327 328 - /* check wether there is anything to load, and if not, see 328 + /* check whether there is anything to load, and if not, see 329 329 * if we can find anything to load 330 330 */ 331 331
+1 -1
arch/m68k/math-emu/fp_log.c
··· 50 50 * sqrt(m*2^e) = 51 51 * sqrt(2*m) * 2^(p) , if e = 2*p + 1 52 52 * 53 - * So we use the last bit of the exponent to decide wether to 53 + * So we use the last bit of the exponent to decide whether to 54 54 * use the m or 2*m. 55 55 * 56 56 * Since only the fractional part of the mantissa is stored and
+1 -1
arch/powerpc/include/asm/pte-hash64-64k.h
··· 23 23 24 24 /* Note the full page bits must be in the same location as for normal 25 25 * 4k pages as the same assembly will be used to insert 64K pages 26 - * wether the kernel has CONFIG_PPC_64K_PAGES or not 26 + * whether the kernel has CONFIG_PPC_64K_PAGES or not 27 27 */ 28 28 #define _PAGE_F_SECOND 0x00008000 /* full page: hidx bits */ 29 29 #define _PAGE_F_GIX 0x00007000 /* full page: hidx bits */
+2 -2
arch/powerpc/include/asm/smu.h
··· 132 132 * 133 133 * At this point, the OF driver seems to have a limitation on transfer 134 134 * sizes of 0xd bytes on reads and 0x5 bytes on writes. I do not know 135 - * wether this is just an OF limit due to some temporary buffer size 135 + * whether this is just an OF limit due to some temporary buffer size 136 136 * or if this is an SMU imposed limit. This driver has the same limitation 137 137 * for now as I use a 0x10 bytes temporary buffer as well 138 138 * ··· 236 236 * 3 (optional): enable nmi? [0x00 or 0x01] 237 237 * 238 238 * Returns: 239 - * If parameter 2 is 0x00 and parameter 3 is not specified, returns wether 239 + * If parameter 2 is 0x00 and parameter 3 is not specified, returns whether 240 240 * NMI is enabled. Otherwise unknown. 241 241 */ 242 242 #define SMU_CMD_MISC_df_NMI_OPTION 0x04
+1 -1
arch/powerpc/kernel/legacy_serial.c
··· 387 387 of_node_put(parent); 388 388 continue; 389 389 } 390 - /* Check for known pciclass, and also check wether we have 390 + /* Check for known pciclass, and also check whether we have 391 391 * a device with child nodes for ports or not 392 392 */ 393 393 if (of_device_is_compatible(np, "pciclass,0700") ||
+1 -1
arch/powerpc/kernel/of_platform.c
··· 82 82 return -ENXIO; 83 83 84 84 /* Claim resources. This might need some rework as well depending 85 - * wether we are doing probe-only or not, like assigning unassigned 85 + * whether we are doing probe-only or not, like assigning unassigned 86 86 * resources etc... 87 87 */ 88 88 pcibios_claim_one_bus(phb->bus);
+1 -1
arch/powerpc/kernel/signal_64.c
··· 83 83 * the context). This is very important because we must ensure we 84 84 * don't lose the VRSAVE content that may have been set prior to 85 85 * the process doing its first vector operation 86 - * Userland shall check AT_HWCAP to know wether it can rely on the 86 + * Userland shall check AT_HWCAP to know whether it can rely on the 87 87 * v_regs pointer or not 88 88 */ 89 89 #ifdef CONFIG_ALTIVEC
+1 -1
arch/powerpc/mm/slice.c
··· 722 722 } 723 723 724 724 /* 725 - * is_hugepage_only_range() is used by generic code to verify wether 725 + * is_hugepage_only_range() is used by generic code to verify whether 726 726 * a normal mmap mapping (non hugetlbfs) is valid on a given area. 727 727 * 728 728 * until the generic code provides a more generic hook and/or starts
+1 -1
arch/powerpc/platforms/52xx/mpc52xx_gpt.c
··· 526 526 527 527 #define WDT_IDENTITY "mpc52xx watchdog on GPT0" 528 528 529 - /* wdt_is_active stores wether or not the /dev/watchdog device is opened */ 529 + /* wdt_is_active stores whether or not the /dev/watchdog device is opened */ 530 530 static unsigned long wdt_is_active; 531 531 532 532 /* wdt-capable gpt */
+1 -1
arch/powerpc/platforms/cell/iommu.c
··· 728 728 nid, np->full_name); 729 729 730 730 /* XXX todo: If we can have multiple windows on the same IOMMU, which 731 - * isn't the case today, we probably want here to check wether the 731 + * isn't the case today, we probably want here to check whether the 732 732 * iommu for that node is already setup. 733 733 * However, there might be issue with getting the size right so let's 734 734 * ignore that for now. We might want to completely get rid of the
+3 -3
arch/powerpc/platforms/cell/spider-pic.c
··· 148 148 149 149 /* Configure the source. One gross hack that was there before and 150 150 * that I've kept around is the priority to the BE which I set to 151 - * be the same as the interrupt source number. I don't know wether 151 + * be the same as the interrupt source number. I don't know whether 152 152 * that's supposed to make any kind of sense however, we'll have to 153 153 * decide that, but for now, I'm not changing the behaviour. 154 154 */ ··· 220 220 /* For hooking up the cascace we have a problem. Our device-tree is 221 221 * crap and we don't know on which BE iic interrupt we are hooked on at 222 222 * least not the "standard" way. We can reconstitute it based on two 223 - * informations though: which BE node we are connected to and wether 223 + * informations though: which BE node we are connected to and whether 224 224 * we are connected to IOIF0 or IOIF1. Right now, we really only care 225 225 * about the IBM cell blade and we know that its firmware gives us an 226 226 * interrupt-map property which is pretty strange. ··· 232 232 int imaplen, intsize, unit; 233 233 struct device_node *iic; 234 234 235 - /* First, we check wether we have a real "interrupts" in the device 235 + /* First, we check whether we have a real "interrupts" in the device 236 236 * tree in case the device-tree is ever fixed 237 237 */ 238 238 struct of_irq oirq;
+1 -1
arch/powerpc/platforms/powermac/pic.c
··· 529 529 void __init pmac_pic_init(void) 530 530 { 531 531 /* We configure the OF parsing based on our oldworld vs. newworld 532 - * platform type and wether we were booted by BootX. 532 + * platform type and whether we were booted by BootX. 533 533 */ 534 534 #ifdef CONFIG_PPC32 535 535 if (!pmac_newworld)
+1 -1
drivers/gpu/drm/radeon/evergreen.c
··· 1648 1648 ring->wptr = 0; 1649 1649 WREG32(CP_RB_WPTR, ring->wptr); 1650 1650 1651 - /* set the wb address wether it's enabled or not */ 1651 + /* set the wb address whether it's enabled or not */ 1652 1652 WREG32(CP_RB_RPTR_ADDR, 1653 1653 ((rdev->wb.gpu_addr + RADEON_WB_CP_RPTR_OFFSET) & 0xFFFFFFFC)); 1654 1654 WREG32(CP_RB_RPTR_ADDR_HI, upper_32_bits(rdev->wb.gpu_addr + RADEON_WB_CP_RPTR_OFFSET) & 0xFF);
+2 -2
drivers/gpu/drm/radeon/ni.c
··· 1059 1059 1060 1060 WREG32(CP_DEBUG, (1 << 27)); 1061 1061 1062 - /* set the wb address wether it's enabled or not */ 1062 + /* set the wb address whether it's enabled or not */ 1063 1063 WREG32(SCRATCH_ADDR, ((rdev->wb.gpu_addr + RADEON_WB_SCRATCH_OFFSET) >> 8) & 0xFFFFFFFF); 1064 1064 WREG32(SCRATCH_UMSK, 0xff); 1065 1065 ··· 1076 1076 #endif 1077 1077 WREG32(cp_rb_cntl[i], rb_cntl); 1078 1078 1079 - /* set the wb address wether it's enabled or not */ 1079 + /* set the wb address whether it's enabled or not */ 1080 1080 addr = rdev->wb.gpu_addr + RADEON_WB_CP_RPTR_OFFSET; 1081 1081 WREG32(cp_rb_rptr_addr[i], addr & 0xFFFFFFFC); 1082 1082 WREG32(cp_rb_rptr_addr_hi[i], upper_32_bits(addr) & 0xFF);
+3 -3
drivers/gpu/drm/radeon/si.c
··· 2007 2007 ring->wptr = 0; 2008 2008 WREG32(CP_RB0_WPTR, ring->wptr); 2009 2009 2010 - /* set the wb address wether it's enabled or not */ 2010 + /* set the wb address whether it's enabled or not */ 2011 2011 WREG32(CP_RB0_RPTR_ADDR, (rdev->wb.gpu_addr + RADEON_WB_CP_RPTR_OFFSET) & 0xFFFFFFFC); 2012 2012 WREG32(CP_RB0_RPTR_ADDR_HI, upper_32_bits(rdev->wb.gpu_addr + RADEON_WB_CP_RPTR_OFFSET) & 0xFF); 2013 2013 ··· 2040 2040 ring->wptr = 0; 2041 2041 WREG32(CP_RB1_WPTR, ring->wptr); 2042 2042 2043 - /* set the wb address wether it's enabled or not */ 2043 + /* set the wb address whether it's enabled or not */ 2044 2044 WREG32(CP_RB1_RPTR_ADDR, (rdev->wb.gpu_addr + RADEON_WB_CP1_RPTR_OFFSET) & 0xFFFFFFFC); 2045 2045 WREG32(CP_RB1_RPTR_ADDR_HI, upper_32_bits(rdev->wb.gpu_addr + RADEON_WB_CP1_RPTR_OFFSET) & 0xFF); 2046 2046 ··· 2066 2066 ring->wptr = 0; 2067 2067 WREG32(CP_RB2_WPTR, ring->wptr); 2068 2068 2069 - /* set the wb address wether it's enabled or not */ 2069 + /* set the wb address whether it's enabled or not */ 2070 2070 WREG32(CP_RB2_RPTR_ADDR, (rdev->wb.gpu_addr + RADEON_WB_CP2_RPTR_OFFSET) & 0xFFFFFFFC); 2071 2071 WREG32(CP_RB2_RPTR_ADDR_HI, upper_32_bits(rdev->wb.gpu_addr + RADEON_WB_CP2_RPTR_OFFSET) & 0xFF); 2072 2072
+1 -1
drivers/i2c/busses/i2c-nuc900.c
··· 304 304 305 305 case STATE_READ: 306 306 /* we have a byte of data in the data register, do 307 - * something with it, and then work out wether we are 307 + * something with it, and then work out whether we are 308 308 * going to do any more read/write 309 309 */ 310 310
+2 -2
drivers/i2c/busses/i2c-s3c2410.c
··· 208 208 if (msg->flags & I2C_M_REV_DIR_ADDR) 209 209 addr ^= 1; 210 210 211 - /* todo - check for wether ack wanted or not */ 211 + /* todo - check for whether ack wanted or not */ 212 212 s3c24xx_i2c_enable_ack(i2c); 213 213 214 214 iiccon = readl(i2c->regs + S3C2410_IICCON); ··· 397 397 398 398 case STATE_READ: 399 399 /* we have a byte of data in the data register, do 400 - * something with it, and then work out wether we are 400 + * something with it, and then work out whether we are 401 401 * going to do any more read/write 402 402 */ 403 403
+1 -1
drivers/mtd/maps/plat-ram.c
··· 219 219 220 220 platram_setrw(info, PLATRAM_RW); 221 221 222 - /* check to see if there are any available partitions, or wether 222 + /* check to see if there are any available partitions, or whether 223 223 * to add this device whole */ 224 224 225 225 err = mtd_device_parse_register(info->mtd, pdata->probes, NULL,
+1 -1
drivers/mtd/nand/s3c2410.c
··· 879 879 if (chip->ecc.mode != NAND_ECC_HW) 880 880 return; 881 881 882 - /* change the behaviour depending on wether we are using 882 + /* change the behaviour depending on whether we are using 883 883 * the large or small page nand device */ 884 884 885 885 if (chip->page_shift > 10) {
+1 -1
drivers/net/ethernet/8390/ax88796.c
··· 109 109 /* 110 110 * ax_initial_check 111 111 * 112 - * do an initial probe for the card to check wether it exists 112 + * do an initial probe for the card to check whether it exists 113 113 * and is functional 114 114 */ 115 115 static int ax_initial_check(struct net_device *dev)
+1 -1
drivers/net/ethernet/myricom/myri10ge/myri10ge_mcp_gen_header.h
··· 27 27 * 28 28 * Fields below this comment are extensions added in later versions 29 29 * of this struct, drivers should compare the header_length against 30 - * offsetof(field) to check wether a given MCP implements them. 30 + * offsetof(field) to check whether a given MCP implements them. 31 31 * 32 32 * Never remove any field. Keep everything naturally align. 33 33 */
+4 -4
drivers/net/sungem_phy.c
··· 608 608 if ( mode == BCM54XX_COPPER) 609 609 return genmii_poll_link(phy); 610 610 611 - /* try to find out wether we have a link */ 611 + /* try to find out whether we have a link */ 612 612 phy_write(phy, MII_NCONFIG, 0x2000); 613 613 phy_reg = phy_read(phy, MII_NCONFIG); 614 614 ··· 634 634 635 635 phy->speed = SPEED_1000; 636 636 637 - /* find out wether we are running half- or full duplex */ 637 + /* find out whether we are running half- or full duplex */ 638 638 phy_write(phy, MII_NCONFIG, 0x2000); 639 639 phy_reg = phy_read(phy, MII_NCONFIG); 640 640 ··· 681 681 if ( mode == BCM54XX_COPPER) 682 682 return genmii_poll_link(phy); 683 683 684 - /* find out wether we have a link */ 684 + /* find out whether we have a link */ 685 685 phy_write(phy, MII_NCONFIG, 0x7000); 686 686 phy_reg = phy_read(phy, MII_NCONFIG); 687 687 ··· 710 710 711 711 phy->speed = SPEED_1000; 712 712 713 - /* find out wether we are running half- or full duplex */ 713 + /* find out whether we are running half- or full duplex */ 714 714 phy_write(phy, MII_NCONFIG, 0x7000); 715 715 phy_reg = phy_read(phy, MII_NCONFIG); 716 716
+1 -1
drivers/rtc/rtc-isl1208.c
··· 118 118 return ret; 119 119 } 120 120 121 - /* simple check to see wether we have a isl1208 */ 121 + /* simple check to see whether we have a isl1208 */ 122 122 static int 123 123 isl1208_i2c_validate_client(struct i2c_client *client) 124 124 {
+1 -1
drivers/rtc/rtc-s3c.c
··· 186 186 rtc_tm->tm_year = readb(base + S3C2410_RTCYEAR); 187 187 rtc_tm->tm_sec = readb(base + S3C2410_RTCSEC); 188 188 189 - /* the only way to work out wether the system was mid-update 189 + /* the only way to work out whether the system was mid-update 190 190 * when we read it is to check the second counter, and if it 191 191 * is zero, then we re-try the entire read 192 192 */
+1 -1
drivers/s390/block/dasd_devmap.c
··· 1344 1344 1345 1345 /* 1346 1346 * Set / reset given feature. 1347 - * Flag indicates wether to set (!=0) or the reset (=0) the feature. 1347 + * Flag indicates whether to set (!=0) or the reset (=0) the feature. 1348 1348 */ 1349 1349 int 1350 1350 dasd_set_feature(struct ccw_device *cdev, int feature, int flag)
+1 -1
drivers/usb/storage/realtek_cr.c
··· 883 883 } else { 884 884 US_DEBUGP("%s: NOT working scsi, not SS\n", __func__); 885 885 chip->proto_handler_backup(srb, us); 886 - /* Check wether card is plugged in */ 886 + /* Check whether card is plugged in */ 887 887 if (srb->cmnd[0] == TEST_UNIT_READY) { 888 888 if (srb->result == SAM_STAT_GOOD) { 889 889 SET_LUN_READY(chip, srb->device->lun);
+1 -1
drivers/watchdog/booke_wdt.c
··· 212 212 return 0; 213 213 } 214 214 215 - /* wdt_is_active stores wether or not the /dev/watchdog device is opened */ 215 + /* wdt_is_active stores whether or not the /dev/watchdog device is opened */ 216 216 static unsigned long wdt_is_active; 217 217 218 218 static int booke_wdt_open(struct inode *inode, struct file *file)
+1 -1
fs/btrfs/extent-tree.c
··· 3888 3888 * @root - the root we're allocating for 3889 3889 * @block_rsv - the block_rsv we're allocating for 3890 3890 * @orig_bytes - the number of bytes we want 3891 - * @flush - wether or not we can flush to make our reservation 3891 + * @flush - whether or not we can flush to make our reservation 3892 3892 * 3893 3893 * This will reserve orgi_bytes number of bytes from the space info associated 3894 3894 * with the block_rsv. If there is not enough space it will make an attempt to
+1 -1
fs/btrfs/ordered-data.h
··· 76 76 77 77 #define BTRFS_ORDERED_IOERR 6 /* We had an io error when writing this out */ 78 78 79 - #define BTRFS_ORDERED_UPDATED_ISIZE 7 /* indicates wether this ordered extent 79 + #define BTRFS_ORDERED_UPDATED_ISIZE 7 /* indicates whether this ordered extent 80 80 * has done its due diligence in updating 81 81 * the isize. */ 82 82
+1 -1
fs/ext4/ext4.h
··· 2455 2455 BUFFER_FNS(Da_Mapped, da_mapped) 2456 2456 2457 2457 /* 2458 - * Add new method to test wether block and inode bitmaps are properly 2458 + * Add new method to test whether block and inode bitmaps are properly 2459 2459 * initialized. With uninit_bg reading the block from disk is not enough 2460 2460 * to mark the bitmap uptodate. We need to also zero-out the bitmap 2461 2461 */
+2 -2
fs/fhandle.c
··· 22 22 struct file_handle *handle = NULL; 23 23 24 24 /* 25 - * We need t make sure wether the file system 25 + * We need to make sure whether the file system 26 26 * support decoding of the file handle 27 27 */ 28 28 if (!path->dentry->d_sb->s_export_op || ··· 40 40 if (!handle) 41 41 return -ENOMEM; 42 42 43 - /* convert handle size to multiple of sizeof(u32) */ 43 + /* convert handle size to multiple of sizeof(u32) */ 44 44 handle_dwords = f_handle.handle_bytes >> 2; 45 45 46 46 /* we ask for a non connected handle */
+1 -1
fs/jbd/transaction.c
··· 1259 1259 goto not_jbd; 1260 1260 } 1261 1261 1262 - /* keep track of wether or not this transaction modified us */ 1262 + /* keep track of whether or not this transaction modified us */ 1263 1263 was_modified = jh->b_modified; 1264 1264 1265 1265 /*
+1 -1
fs/jbd2/transaction.c
··· 1261 1261 goto not_jbd; 1262 1262 } 1263 1263 1264 - /* keep track of wether or not this transaction modified us */ 1264 + /* keep track of whether or not this transaction modified us */ 1265 1265 was_modified = jh->b_modified; 1266 1266 1267 1267 /*
+1 -1
fs/logfs/inode.c
··· 33 33 * are being written out - and waiting for GC to make progress, naturally. 34 34 * 35 35 * So we cannot just call iget() or some variant of it, but first have to check 36 - * wether the inode in question might be in I_FREEING state. Therefore we 36 + * whether the inode in question might be in I_FREEING state. Therefore we 37 37 * maintain our own per-sb list of "almost deleted" inodes and check against 38 38 * that list first. Normally this should be at most 1-2 entries long. 39 39 *
+2 -2
include/linux/lru_cache.h
··· 52 52 53 53 For crash recovery after replication node failure, 54 54 we need to resync all regions that have been target of in-flight WRITE IO 55 - (in use, or "hot", regions), as we don't know wether or not those WRITEs have 56 - made it to stable storage. 55 + (in use, or "hot", regions), as we don't know whether or not those WRITEs 56 + have made it to stable storage. 57 57 58 58 To avoid a "full resync", we need to persistently track these regions. 59 59
+2 -2
include/linux/vgaarb.h
··· 78 78 * This function acquires VGA resources for the given 79 79 * card and mark those resources locked. If the resource requested 80 80 * are "normal" (and not legacy) resources, the arbiter will first check 81 - * wether the card is doing legacy decoding for that type of resource. If 81 + * whether the card is doing legacy decoding for that type of resource. If 82 82 * yes, the lock is "converted" into a legacy resource lock. 83 83 * The arbiter will first look for all VGA cards that might conflict 84 84 * and disable their IOs and/or Memory access, including VGA forwarding ··· 89 89 * This function will block if some conflicting card is already locking 90 90 * one of the required resources (or any resource on a different bus 91 91 * segment, since P2P bridges don't differenciate VGA memory and IO 92 - * afaik). You can indicate wether this blocking should be interruptible 92 + * afaik). You can indicate whether this blocking should be interruptible 93 93 * by a signal (for userland interface) or not. 94 94 * Must not be called at interrupt time or in atomic context. 95 95 * If the card already owns the resources, the function succeeds.
+1 -1
include/linux/watchdog.h
··· 105 105 #define WATCHDOG_NOWAYOUT_INIT_STATUS 0 106 106 #endif 107 107 108 - /* Use the following function to check wether or not the watchdog is active */ 108 + /* Use the following function to check whether or not the watchdog is active */ 109 109 static inline bool watchdog_active(struct watchdog_device *wdd) 110 110 { 111 111 return test_bit(WDOG_ACTIVE, &wdd->status);
+1 -1
include/net/sock.h
··· 213 213 * @sk_sndbuf: size of send buffer in bytes 214 214 * @sk_flags: %SO_LINGER (l_onoff), %SO_BROADCAST, %SO_KEEPALIVE, 215 215 * %SO_OOBINLINE settings, %SO_TIMESTAMPING settings 216 - * @sk_no_check: %SO_NO_CHECK setting, wether or not checkup packets 216 + * @sk_no_check: %SO_NO_CHECK setting, whether or not checkup packets 217 217 * @sk_route_caps: route capabilities (e.g. %NETIF_F_TSO) 218 218 * @sk_route_nocaps: forbidden route capabilities (e.g NETIF_F_GSO_MASK) 219 219 * @sk_gso_type: GSO type (e.g. %SKB_GSO_TCPV4)
+1 -1
net/can/proc.c
··· 397 397 int i; 398 398 int all_empty = 1; 399 399 400 - /* check wether at least one list is non-empty */ 400 + /* check whether at least one list is non-empty */ 401 401 for (i = 0; i < 0x800; i++) 402 402 if (!hlist_empty(&d->rx_sff[i])) { 403 403 all_empty = 0;
+1 -1
sound/pci/es1968.c
··· 2291 2291 outb(0x88, iobase+0x1f); 2292 2292 2293 2293 /* it appears some maestros (dell 7500) only work if these are set, 2294 - regardless of wether we use the assp or not. */ 2294 + regardless of whether we use the assp or not. */ 2295 2295 2296 2296 outb(0, iobase + ASSP_CONTROL_B); 2297 2297 outb(3, iobase + ASSP_CONTROL_A); /* M: Reserved bits... */
+1 -1
sound/usb/quirks.c
··· 675 675 */ 676 676 int snd_usb_is_big_endian_format(struct snd_usb_audio *chip, struct audioformat *fp) 677 677 { 678 - /* it depends on altsetting wether the device is big-endian or not */ 678 + /* it depends on altsetting whether the device is big-endian or not */ 679 679 switch (chip->usb_id) { 680 680 case USB_ID(0x0763, 0x2001): /* M-Audio Quattro: captured data only */ 681 681 if (fp->altsetting == 2 || fp->altsetting == 3 ||