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

trivial: fix then -> than typos in comments and documentation

- (better, more, bigger ...) then -> (...) than

Signed-off-by: Frederik Schwarzer <schwarzerf@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

authored by

Frederik Schwarzer and committed by
Jiri Kosina
025dfdaf 0abb8b6a

+76 -76
+3 -3
Documentation/hwmon/abituguru-datasheet
··· 74 74 Notice that some banks have both a read and a write address this is how the 75 75 uGuru determines if a read from or a write to the bank is taking place, thus 76 76 when reading you should always use the read address and when writing the 77 - write address. The write address is always one (1) more then the read address. 77 + write address. The write address is always one (1) more than the read address. 78 78 79 79 80 80 uGuru ready ··· 224 224 Bit 4: 1 if alarm cause measured temp is over the warning threshold (R) 225 225 Bit 5: 1 if alarm cause measured volt is over the max threshold (R) 226 226 Bit 6: 1 if alarm cause measured volt is under the min threshold (R) 227 - Bit 7: Volt sensor: Shutdown if alarm persist for more then 4 seconds (RW) 227 + Bit 7: Volt sensor: Shutdown if alarm persist for more than 4 seconds (RW) 228 228 Temp sensor: Shutdown if temp is over the shutdown threshold (RW) 229 229 230 230 * This bit is only honored/used by the uGuru if a temp sensor is connected ··· 293 293 Alarm behaviour for the selected sensor. A 1 enables the described behaviour. 294 294 Bit 0: Give an alarm if measured rpm is under the min threshold (RW) 295 295 Bit 3: Beep if alarm (RW) 296 - Bit 7: Shutdown if alarm persist for more then 4 seconds (RW) 296 + Bit 7: Shutdown if alarm persist for more than 4 seconds (RW) 297 297 298 298 Byte 1: 299 299 min threshold (scale as bank 0x26)
+1 -1
Documentation/networking/rxrpc.txt
··· 540 540 MSG_MORE should be set in msghdr::msg_flags on all but the last part of 541 541 the request. Multiple requests may be made simultaneously. 542 542 543 - If a call is intended to go to a destination other then the default 543 + If a call is intended to go to a destination other than the default 544 544 specified through connect(), then msghdr::msg_name should be set on the 545 545 first request message of that call. 546 546
+1 -1
Documentation/scsi/ChangeLog.lpfc
··· 733 733 I/O completion path a little more, especially taking care of 734 734 fast-pathing the non-error case. Also removes tons of dead 735 735 members and defines from lpfc_scsi.h - e.g. lpfc_target is down 736 - to nothing more then the lpfc_nodelist pointer. 736 + to nothing more than the lpfc_nodelist pointer. 737 737 * Added binary sysfs file to issue mbox commands 738 738 * Replaced #if __BIG_ENDIAN with #if __BIG_ENDIAN_BITFIELD for 739 739 compatibility with the user space applications.
+1 -1
arch/blackfin/kernel/kgdb.c
··· 105 105 * Extracts ebp, esp and eip values understandable by gdb from the values 106 106 * saved by switch_to. 107 107 * thread.esp points to ebp. flags and ebp are pushed in switch_to hence esp 108 - * prior to entering switch_to is 8 greater then the value that is saved. 108 + * prior to entering switch_to is 8 greater than the value that is saved. 109 109 * If switch_to changes, change following code appropriately. 110 110 */ 111 111 void sleeping_thread_to_gdb_regs(unsigned long *gdb_regs, struct task_struct *p)
+1 -1
arch/ia64/kernel/kprobes.c
··· 434 434 /* 435 435 * It is possible to have multiple instances associated with a given 436 436 * task either because an multiple functions in the call path 437 - * have a return probe installed on them, and/or more then one return 437 + * have a return probe installed on them, and/or more than one return 438 438 * return probe was registered for a target function. 439 439 * 440 440 * We can handle this because:
+1 -1
arch/m68k/Kconfig
··· 303 303 correct rounding, the emulator can (often) do the same but this 304 304 extra calculation can cost quite some time, so you can disable 305 305 it here. The emulator will then "only" calculate with a 64 bit 306 - mantissa and round slightly incorrect, what is more then enough 306 + mantissa and round slightly incorrect, what is more than enough 307 307 for normal usage. 308 308 309 309 config M68KFPU_EMU_ONLY
+1 -1
arch/mips/pmc-sierra/yosemite/atmel_read_eeprom.c
··· 148 148 send_byte(W_HEADER); 149 149 recv_ack(); 150 150 151 - /* EEPROM with size of more then 2K need two byte addressing */ 151 + /* EEPROM with size of more than 2K need two byte addressing */ 152 152 if (eeprom_size > 2048) { 153 153 send_byte(0x00); 154 154 recv_ack();
+1 -1
arch/powerpc/kernel/kprobes.c
··· 316 316 /* 317 317 * It is possible to have multiple instances associated with a given 318 318 * task either because an multiple functions in the call path 319 - * have a return probe installed on them, and/or more then one return 319 + * have a return probe installed on them, and/or more than one return 320 320 * return probe was registered for a target function. 321 321 * 322 322 * We can handle this because:
+1 -1
arch/powerpc/oprofile/cell/spu_profiler.c
··· 49 49 * of precision. This is close enough for the purpose at hand. 50 50 * 51 51 * The value of the timeout should be small enough that the hw 52 - * trace buffer will not get more then about 1/3 full for the 52 + * trace buffer will not get more than about 1/3 full for the 53 53 * maximum user specified (the LFSR value) hw sampling frequency. 54 54 * This is to ensure the trace buffer will never fill even if the 55 55 * kernel thread scheduling varies under a heavy system load.
+1 -1
arch/s390/Kconfig
··· 299 299 This option enables the compiler options -mwarn-framesize and 300 300 -mwarn-dynamicstack. If the compiler supports these options it 301 301 will generate warnings for function which either use alloca or 302 - create a stack frame bigger then CONFIG_WARN_STACK_SIZE. 302 + create a stack frame bigger than CONFIG_WARN_STACK_SIZE. 303 303 304 304 Say N if you are unsure. 305 305
+1 -1
arch/s390/kernel/kprobes.c
··· 381 381 /* 382 382 * It is possible to have multiple instances associated with a given 383 383 * task either because an multiple functions in the call path 384 - * have a return probe installed on them, and/or more then one return 384 + * have a return probe installed on them, and/or more than one return 385 385 * return probe was registered for a target function. 386 386 * 387 387 * We can handle this because:
+1 -1
arch/sparc/kernel/kprobes.c
··· 517 517 /* 518 518 * It is possible to have multiple instances associated with a given 519 519 * task either because an multiple functions in the call path 520 - * have a return probe installed on them, and/or more then one return 520 + * have a return probe installed on them, and/or more than one return 521 521 * return probe was registered for a target function. 522 522 * 523 523 * We can handle this because:
+1 -1
arch/x86/kernel/kprobes.c
··· 694 694 /* 695 695 * It is possible to have multiple instances associated with a given 696 696 * task either because multiple functions in the call path have 697 - * return probes installed on them, and/or more then one 697 + * return probes installed on them, and/or more than one 698 698 * return probe was registered for a target function. 699 699 * 700 700 * We can handle this because:
+1 -1
arch/x86/kernel/mfgpt_32.c
··· 252 252 /* 253 253 * The MFPGT timers on the CS5536 provide us with suitable timers to use 254 254 * as clock event sources - not as good as a HPET or APIC, but certainly 255 - * better then the PIT. This isn't a general purpose MFGPT driver, but 255 + * better than the PIT. This isn't a general purpose MFGPT driver, but 256 256 * a simplified one designed specifically to act as a clock event source. 257 257 * For full details about the MFGPT, please consult the CS5536 data sheet. 258 258 */
+1 -1
drivers/hwmon/fschmd.c
··· 75 75 76 76 /* minimum pwm at which the fan is driven (pwm can by increased depending on 77 77 the temp. Notice that for the scy some fans share there minimum speed. 78 - Also notice that with the scy the sensor order is different then with the 78 + Also notice that with the scy the sensor order is different than with the 79 79 other chips, this order was in the 2.4 driver and kept for consistency. */ 80 80 static const u8 FSCHMD_REG_FAN_MIN[5][6] = { 81 81 { 0x55, 0x65 }, /* pos */
+1 -1
drivers/infiniband/hw/mlx4/cq.c
··· 367 367 if (err) 368 368 goto out; 369 369 } else { 370 - /* Can't be smaller then the number of outstanding CQEs */ 370 + /* Can't be smaller than the number of outstanding CQEs */ 371 371 outst_cqe = mlx4_ib_get_outstanding_cqes(cq); 372 372 if (entries < outst_cqe + 1) { 373 373 err = 0;
+1 -1
drivers/message/i2o/i2o_scsi.c
··· 390 390 * @i2o_dev: the I2O device which was added 391 391 * 392 392 * If a I2O device is added we catch the notification, because I2O classes 393 - * other then SCSI peripheral will not be received through 393 + * other than SCSI peripheral will not be received through 394 394 * i2o_scsi_probe(). 395 395 */ 396 396 static void i2o_scsi_notify_device_add(struct i2o_device *i2o_dev)
+1 -1
drivers/mtd/devices/pmc551.c
··· 34 34 * aperture size, not the dram size, and the V370PDC supplies no 35 35 * other method for memory size discovery. This problem is 36 36 * mostly only relevant when compiled as a module, as the 37 - * unloading of the module with an aperture size smaller then 37 + * unloading of the module with an aperture size smaller than 38 38 * the ram will cause the driver to detect the onboard memory 39 39 * size to be equal to the aperture size when the module is 40 40 * reloaded. Soooo, to help, the module supports an msize
+1 -1
drivers/mtd/ubi/eba.c
··· 717 717 * to the real data size, although the @buf buffer has to contain the 718 718 * alignment. In all other cases, @len has to be aligned. 719 719 * 720 - * It is prohibited to write more then once to logical eraseblocks of static 720 + * It is prohibited to write more than once to logical eraseblocks of static 721 721 * volumes. This function returns zero in case of success and a negative error 722 722 * code in case of failure. 723 723 */
+1 -1
drivers/mtd/ubi/io.c
··· 465 465 * This function synchronously erases physical eraseblock @pnum. If @torture 466 466 * flag is not zero, the physical eraseblock is checked by means of writing 467 467 * different patterns to it and reading them back. If the torturing is enabled, 468 - * the physical eraseblock is erased more then once. 468 + * the physical eraseblock is erased more than once. 469 469 * 470 470 * This function returns the number of erasures made in case of success, %-EIO 471 471 * if the erasure failed or the torturing test failed, and other negative error
+1 -1
drivers/mtd/ubi/scan.c
··· 478 478 return 0; 479 479 } else { 480 480 /* 481 - * This logical eraseblock is older then the one found 481 + * This logical eraseblock is older than the one found 482 482 * previously. 483 483 */ 484 484 if (cmp_res & 4)
+2 -2
drivers/mtd/ubi/ubi-media.h
··· 135 135 * The erase counter header takes 64 bytes and has a plenty of unused space for 136 136 * future usage. The unused fields are zeroed. The @version field is used to 137 137 * indicate the version of UBI implementation which is supposed to be able to 138 - * work with this UBI image. If @version is greater then the current UBI 138 + * work with this UBI image. If @version is greater than the current UBI 139 139 * version, the image is rejected. This may be useful in future if something 140 140 * is changed radically. This field is duplicated in the volume identifier 141 141 * header. ··· 187 187 * (sequence number) is used to distinguish between older and newer versions of 188 188 * logical eraseblocks. 189 189 * 190 - * There are 2 situations when there may be more then one physical eraseblock 190 + * There are 2 situations when there may be more than one physical eraseblock 191 191 * corresponding to the same logical eraseblock, i.e., having the same @vol_id 192 192 * and @lnum values in the volume identifier header. Suppose we have a logical 193 193 * eraseblock L and it is mapped to the physical eraseblock P.
+1 -1
drivers/mtd/ubi/vtbl.c
··· 577 577 if (vtbl[i].flags & UBI_VTBL_AUTORESIZE_FLG) { 578 578 /* Auto re-size flag may be set only for one volume */ 579 579 if (ubi->autoresize_vol_id != -1) { 580 - ubi_err("more then one auto-resize volume (%d " 580 + ubi_err("more than one auto-resize volume (%d " 581 581 "and %d)", ubi->autoresize_vol_id, i); 582 582 kfree(vol); 583 583 return -EINVAL;
+2 -2
drivers/mtd/ubi/wl.c
··· 128 128 * situation when the picked physical eraseblock is constantly erased after the 129 129 * data is written to it. So, we have a constant which limits the highest erase 130 130 * counter of the free physical eraseblock to pick. Namely, the WL sub-system 131 - * does not pick eraseblocks with erase counter greater then the lowest erase 131 + * does not pick eraseblocks with erase counter greater than the lowest erase 132 132 * counter plus %WL_FREE_MAX_DIFF. 133 133 */ 134 134 #define WL_FREE_MAX_DIFF (2*UBI_WL_THRESHOLD) ··· 917 917 /* 918 918 * We schedule wear-leveling only if the difference between the 919 919 * lowest erase counter of used physical eraseblocks and a high 920 - * erase counter of free physical eraseblocks is greater then 920 + * erase counter of free physical eraseblocks is greater than 921 921 * %UBI_WL_THRESHOLD. 922 922 */ 923 923 e1 = rb_entry(rb_first(&ubi->used), struct ubi_wl_entry, u.rb);
+1 -1
drivers/net/bnx2x_link.c
··· 3359 3359 u8 shift = 8*4; 3360 3360 u8 digit; 3361 3361 if (len < 10) { 3362 - /* Need more then 10chars for this format */ 3362 + /* Need more than 10chars for this format */ 3363 3363 *str_ptr = '\0'; 3364 3364 return -EINVAL; 3365 3365 }
+2 -2
drivers/net/e1000/e1000_hw.c
··· 6758 6758 * returns: - E1000_ERR_XXX 6759 6759 * E1000_SUCCESS 6760 6760 * 6761 - * For phy's older then IGP, this function simply reads the polarity bit in the 6761 + * For phy's older than IGP, this function simply reads the polarity bit in the 6762 6762 * Phy Status register. For IGP phy's, this bit is valid only if link speed is 6763 6763 * 10 Mbps. If the link speed is 100 Mbps there is no polarity so this bit will 6764 6764 * return 0. If the link speed is 1000 Mbps the polarity status is in the ··· 6834 6834 * returns: - E1000_ERR_XXX 6835 6835 * E1000_SUCCESS 6836 6836 * 6837 - * For phy's older then IGP, this function reads the Downshift bit in the Phy 6837 + * For phy's older than IGP, this function reads the Downshift bit in the Phy 6838 6838 * Specific Status register. For IGP phy's, it reads the Downgrade bit in the 6839 6839 * Link Health register. In IGP this bit is latched high, so the driver must 6840 6840 * read it immediately after link is established.
+1 -1
drivers/net/slip.h
··· 75 75 unsigned long tx_errors; /* Planned stuff */ 76 76 unsigned long rx_dropped; /* No memory for skb */ 77 77 unsigned long tx_dropped; /* When MTU change */ 78 - unsigned long rx_over_errors; /* Frame bigger then SLIP buf. */ 78 + unsigned long rx_over_errors; /* Frame bigger than SLIP buf. */ 79 79 #ifdef SL_INCLUDE_CSLIP 80 80 unsigned long tx_compressed; 81 81 unsigned long rx_compressed;
+2 -2
drivers/net/tehuti.c
··· 1004 1004 * skb for rx. It assumes that Rx is desabled in HW 1005 1005 * funcs are grouped for better cache usage 1006 1006 * 1007 - * RxD fifo is smaller then RxF fifo by design. Upon high load, RxD will be 1007 + * RxD fifo is smaller than RxF fifo by design. Upon high load, RxD will be 1008 1008 * filled and packets will be dropped by nic without getting into host or 1009 1009 * cousing interrupt. Anyway, in that condition, host has no chance to proccess 1010 1010 * all packets, but dropping in nic is cheaper, since it takes 0 cpu cycles ··· 1826 1826 * 1827 1827 * Pushes desc to TxD fifo and overlaps it if needed. 1828 1828 * NOTE: this func does not check for available space. this is responsibility 1829 - * of the caller. Neither does it check that data size is smaller then 1829 + * of the caller. Neither does it check that data size is smaller than 1830 1830 * fifo size. 1831 1831 */ 1832 1832 static void bdx_tx_push_desc(struct bdx_priv *priv, void *data, int size)
+1 -1
drivers/net/tokenring/smctr.c
··· 3064 3064 * will consequently cause a timeout. 3065 3065 * 3066 3066 * NOTE 1: If the monitor_state is MS_BEACON_TEST_STATE, all transmit 3067 - * queues other then the one used for the lobe_media_test should be 3067 + * queues other than the one used for the lobe_media_test should be 3068 3068 * disabled.!? 3069 3069 * 3070 3070 * NOTE 2: If the monitor_state is MS_BEACON_TEST_STATE and the receive_mask
+1 -1
drivers/net/wireless/ipw2x00/ipw2100.c
··· 1332 1332 IPW_AUX_HOST_RESET_REG_STOP_MASTER); 1333 1333 1334 1334 /* Step 2. Wait for stop Master Assert 1335 - * (not more then 50us, otherwise ret error */ 1335 + * (not more than 50us, otherwise ret error */ 1336 1336 i = 5; 1337 1337 do { 1338 1338 udelay(IPW_WAIT_RESET_MASTER_ASSERT_COMPLETE_DELAY);
+2 -2
drivers/net/wireless/rt2x00/rt2x00crypto.c
··· 184 184 * Make room for new data, note that we increase both 185 185 * headsize and tailsize when required. The tailsize is 186 186 * only needed when ICV data needs to be inserted and 187 - * the padding is smaller then the ICV data. 188 - * When alignment requirements is greater then the 187 + * the padding is smaller than the ICV data. 188 + * When alignment requirements is greater than the 189 189 * ICV data we must trim the skb to the correct size 190 190 * because we need to remove the extra bytes. 191 191 */
+1 -1
drivers/net/wireless/strip.c
··· 236 236 unsigned long tx_errors; /* Planned stuff */ 237 237 unsigned long rx_dropped; /* No memory for skb */ 238 238 unsigned long tx_dropped; /* When MTU change */ 239 - unsigned long rx_over_errors; /* Frame bigger then STRIP buf. */ 239 + unsigned long rx_over_errors; /* Frame bigger than STRIP buf. */ 240 240 241 241 unsigned long pps_timer; /* Timer to determine pps */ 242 242 unsigned long rx_pps_count; /* Counter to determine pps */
+2 -2
drivers/s390/block/dasd_eer.c
··· 535 535 eerb->buffer_page_count > INT_MAX / PAGE_SIZE) { 536 536 kfree(eerb); 537 537 MESSAGE(KERN_WARNING, "can't open device since module " 538 - "parameter eer_pages is smaller then 1 or" 539 - " bigger then %d", (int)(INT_MAX / PAGE_SIZE)); 538 + "parameter eer_pages is smaller than 1 or" 539 + " bigger than %d", (int)(INT_MAX / PAGE_SIZE)); 540 540 unlock_kernel(); 541 541 return -EINVAL; 542 542 }
+2 -2
drivers/s390/char/vmlogrdr.c
··· 427 427 buffer = priv->buffer + sizeof(int); 428 428 } 429 429 /* 430 - * If the record is bigger then our buffer, we receive only 430 + * If the record is bigger than our buffer, we receive only 431 431 * a part of it. We can get the rest later. 432 432 */ 433 433 if (iucv_data_count > NET_BUFFER_SIZE) ··· 437 437 0, buffer, iucv_data_count, 438 438 &priv->residual_length); 439 439 spin_unlock_bh(&priv->priv_lock); 440 - /* An rc of 5 indicates that the record was bigger then 440 + /* An rc of 5 indicates that the record was bigger than 441 441 * the buffer, which is OK for us. A 9 indicates that the 442 442 * record was purged befor we could receive it. 443 443 */
+2 -2
drivers/scsi/lpfc/lpfc_hbadisc.c
··· 1964 1964 uint32_t tmo; 1965 1965 1966 1966 if (vport->port_state == LPFC_LOCAL_CFG_LINK) { 1967 - /* For FAN, timeout should be greater then edtov */ 1967 + /* For FAN, timeout should be greater than edtov */ 1968 1968 tmo = (((phba->fc_edtov + 999) / 1000) + 1); 1969 1969 } else { 1970 - /* Normal discovery timeout should be > then ELS/CT timeout 1970 + /* Normal discovery timeout should be > than ELS/CT timeout 1971 1971 * FC spec states we need 3 * ratov for CT requests 1972 1972 */ 1973 1973 tmo = ((phba->fc_ratov * 3) + 3);
+5 -5
drivers/scsi/lpfc/lpfc_sli.c
··· 420 420 if (unlikely(pring->local_getidx >= max_cmd_idx)) { 421 421 lpfc_printf_log(phba, KERN_ERR, LOG_SLI, 422 422 "0315 Ring %d issue: portCmdGet %d " 423 - "is bigger then cmd ring %d\n", 423 + "is bigger than cmd ring %d\n", 424 424 pring->ringno, 425 425 pring->local_getidx, max_cmd_idx); 426 426 ··· 1628 1628 { 1629 1629 struct lpfc_pgp *pgp = &phba->port_gp[pring->ringno]; 1630 1630 /* 1631 - * Ring <ringno> handler: portRspPut <portRspPut> is bigger then 1631 + * Ring <ringno> handler: portRspPut <portRspPut> is bigger than 1632 1632 * rsp ring <portRspMax> 1633 1633 */ 1634 1634 lpfc_printf_log(phba, KERN_ERR, LOG_SLI, 1635 1635 "0312 Ring %d handler: portRspPut %d " 1636 - "is bigger then rsp ring %d\n", 1636 + "is bigger than rsp ring %d\n", 1637 1637 pring->ringno, le32_to_cpu(pgp->rspPutInx), 1638 1638 pring->numRiocb); 1639 1639 ··· 2083 2083 portRspPut = le32_to_cpu(pgp->rspPutInx); 2084 2084 if (portRspPut >= portRspMax) { 2085 2085 /* 2086 - * Ring <ringno> handler: portRspPut <portRspPut> is bigger then 2086 + * Ring <ringno> handler: portRspPut <portRspPut> is bigger than 2087 2087 * rsp ring <portRspMax> 2088 2088 */ 2089 2089 lpfc_printf_log(phba, KERN_ERR, LOG_SLI, 2090 2090 "0303 Ring %d handler: portRspPut %d " 2091 - "is bigger then rsp ring %d\n", 2091 + "is bigger than rsp ring %d\n", 2092 2092 pring->ringno, portRspPut, portRspMax); 2093 2093 2094 2094 phba->link_state = LPFC_HBA_ERROR;
+2 -2
drivers/serial/crisv10.c
··· 1203 1203 unsigned long flags; 1204 1204 1205 1205 /* Disable output DMA channel for the serial port in question 1206 - * ( set to something other then serialX) 1206 + * ( set to something other than serialX) 1207 1207 */ 1208 1208 local_irq_save(flags); 1209 1209 DFLOW(DEBUG_LOG(info->line, "disable_txdma_channel %i\n", info->line)); ··· 1266 1266 unsigned long flags; 1267 1267 1268 1268 /* Disable input DMA channel for the serial port in question 1269 - * ( set to something other then serialX) 1269 + * ( set to something other than serialX) 1270 1270 */ 1271 1271 local_irq_save(flags); 1272 1272 if (info->line == 0) {
+1 -1
drivers/video/console/vgacon.c
··· 1332 1332 c->vc_y = screen_info.orig_y; 1333 1333 } 1334 1334 1335 - /* We can't copy in more then the size of the video buffer, 1335 + /* We can't copy in more than the size of the video buffer, 1336 1336 * or we'll be copying in VGA BIOS */ 1337 1337 1338 1338 if (!vga_is_gfx)
+1 -1
fs/ocfs2/cluster/heartbeat.c
··· 854 854 855 855 while (!kthread_should_stop() && !reg->hr_unclean_stop) { 856 856 /* We track the time spent inside 857 - * o2hb_do_disk_heartbeat so that we avoid more then 857 + * o2hb_do_disk_heartbeat so that we avoid more than 858 858 * hr_timeout_ms between disk writes. On busy systems 859 859 * this should result in a heartbeat which is less 860 860 * likely to time itself out. */
+1 -1
fs/proc/task_nommu.c
··· 9 9 10 10 /* 11 11 * Logic: we've got two memory sums for each process, "shared", and 12 - * "non-shared". Shared memory may get counted more then once, for 12 + * "non-shared". Shared memory may get counted more than once, for 13 13 * each process that owns it. Non-shared memory is counted 14 14 * accurately. 15 15 */
+1 -1
fs/ubifs/Kconfig
··· 40 40 depends on UBIFS_FS 41 41 default y 42 42 help 43 - Zlib copresses better then LZO but it is slower. Say 'Y' if unsure. 43 + Zlib compresses better than LZO but it is slower. Say 'Y' if unsure. 44 44 45 45 # Debugging-related stuff 46 46 config UBIFS_FS_DEBUG
+2 -2
fs/ubifs/budget.c
··· 142 142 * 143 143 * This function is called when an operation cannot be budgeted because there 144 144 * is supposedly no free space. But in most cases there is some free space: 145 - * o budgeting is pessimistic, so it always budgets more then it is actually 145 + * o budgeting is pessimistic, so it always budgets more than it is actually 146 146 * needed, so shrinking the liability is one way to make free space - the 147 147 * cached data will take less space then it was budgeted for; 148 148 * o GC may turn some dark space into free space (budgeting treats dark space ··· 606 606 * @c: UBIFS file-system description object 607 607 * 608 608 * This function converts budget which was allocated for a new page of data to 609 - * the budget of changing an existing page of data. The latter is smaller then 609 + * the budget of changing an existing page of data. The latter is smaller than 610 610 * the former, so this function only does simple re-calculation and does not 611 611 * involve any write-back. 612 612 */
+1 -1
fs/ubifs/gc.c
··· 45 45 #define SMALL_NODE_WM UBIFS_MAX_DENT_NODE_SZ 46 46 47 47 /* 48 - * GC may need to move more then one LEB to make progress. The below constants 48 + * GC may need to move more than one LEB to make progress. The below constants 49 49 * define "soft" and "hard" limits on the number of LEBs the garbage collector 50 50 * may move. 51 51 */
+1 -1
fs/ubifs/journal.c
··· 191 191 if (wbuf->lnum != -1 && avail >= len) { 192 192 /* 193 193 * Someone else has switched the journal head and we have 194 - * enough space now. This happens when more then one process is 194 + * enough space now. This happens when more than one process is 195 195 * trying to write to the same journal head at the same time. 196 196 */ 197 197 dbg_jnl("return LEB %d back, already have LEB %d:%d",
+1 -1
fs/ubifs/shrinker.c
··· 151 151 * @contention: if any contention, this is set to %1 152 152 * 153 153 * This function walks the list of mounted UBIFS file-systems and frees clean 154 - * znodes which are older then @age, until at least @nr znodes are freed. 154 + * znodes which are older than @age, until at least @nr znodes are freed. 155 155 * Returns the number of freed znodes. 156 156 */ 157 157 static int shrink_tnc_trees(int nr, int age, int *contention)
+1 -1
fs/xfs/linux-2.6/xfs_super.c
··· 1348 1348 { 1349 1349 int ronly = (mp->m_flags & XFS_MOUNT_RDONLY); 1350 1350 1351 - /* Fail a mount where the logbuf is smaller then the log stripe */ 1351 + /* Fail a mount where the logbuf is smaller than the log stripe */ 1352 1352 if (xfs_sb_version_haslogv2(&mp->m_sb)) { 1353 1353 if (mp->m_logbsize <= 0 && 1354 1354 mp->m_sb.sb_logsunit > XLOG_BIG_RECORD_BSIZE) {
+1 -1
include/linux/mtd/mtd.h
··· 83 83 * @datbuf: data buffer - if NULL only oob data are read/written 84 84 * @oobbuf: oob data buffer 85 85 * 86 - * Note, it is allowed to read more then one OOB area at one go, but not write. 86 + * Note, it is allowed to read more than one OOB area at one go, but not write. 87 87 * The interface assumes that the OOB write requests program only one page's 88 88 * OOB area. 89 89 */
+2 -2
include/linux/spi/spi.h
··· 327 327 * @tx_dma: DMA address of tx_buf, if @spi_message.is_dma_mapped 328 328 * @rx_dma: DMA address of rx_buf, if @spi_message.is_dma_mapped 329 329 * @len: size of rx and tx buffers (in bytes) 330 - * @speed_hz: Select a speed other then the device default for this 330 + * @speed_hz: Select a speed other than the device default for this 331 331 * transfer. If 0 the default (from @spi_device) is used. 332 - * @bits_per_word: select a bits_per_word other then the device default 332 + * @bits_per_word: select a bits_per_word other than the device default 333 333 * for this transfer. If 0 the default (from @spi_device) is used. 334 334 * @cs_change: affects chipselect after this transfer completes 335 335 * @delay_usecs: microseconds to delay after this transfer before
+1 -1
include/mtd/ubi-user.h
··· 253 253 * 254 254 * Re-sizing is possible for both dynamic and static volumes. But while dynamic 255 255 * volumes may be re-sized arbitrarily, static volumes cannot be made to be 256 - * smaller then the number of bytes they bear. To arbitrarily shrink a static 256 + * smaller than the number of bytes they bear. To arbitrarily shrink a static 257 257 * volume, it must be wiped out first (by means of volume update operation with 258 258 * zero number of bytes). 259 259 */
+1 -1
kernel/pid.c
··· 475 475 EXPORT_SYMBOL(task_session_nr_ns); 476 476 477 477 /* 478 - * Used by proc to find the first pid that is greater then or equal to nr. 478 + * Used by proc to find the first pid that is greater than or equal to nr. 479 479 * 480 480 * If there is a pid at nr this function is exactly the same as find_pid_ns. 481 481 */
+1 -1
kernel/time/jiffies.c
··· 45 45 * 46 46 * The value 8 is somewhat carefully chosen, as anything 47 47 * larger can result in overflows. NSEC_PER_JIFFY grows as 48 - * HZ shrinks, so values greater then 8 overflow 32bits when 48 + * HZ shrinks, so values greater than 8 overflow 32bits when 49 49 * HZ=100. 50 50 */ 51 51 #define JIFFIES_SHIFT 8
+2 -2
net/sctp/auth.c
··· 141 141 /* Compare two byte vectors as numbers. Return values 142 142 * are: 143 143 * 0 - vectors are equal 144 - * < 0 - vector 1 is smaller then vector2 145 - * > 0 - vector 1 is greater then vector2 144 + * < 0 - vector 1 is smaller than vector2 145 + * > 0 - vector 1 is greater than vector2 146 146 * 147 147 * Algorithm is: 148 148 * This is performed by selecting the numerically smaller key vector...
+3 -3
net/sctp/sm_statefuns.c
··· 4268 4268 4269 4269 /* 4270 4270 * Handle a protocol violation when the chunk length is invalid. 4271 - * "Invalid" length is identified as smaller then the minimal length a 4271 + * "Invalid" length is identified as smaller than the minimal length a 4272 4272 * given chunk can be. For example, a SACK chunk has invalid length 4273 - * if it's length is set to be smaller then the size of sctp_sack_chunk_t. 4273 + * if its length is set to be smaller than the size of sctp_sack_chunk_t. 4274 4274 * 4275 4275 * We inform the other end by sending an ABORT with a Protocol Violation 4276 4276 * error code. ··· 4300 4300 4301 4301 /* 4302 4302 * Handle a protocol violation when the parameter length is invalid. 4303 - * "Invalid" length is identified as smaller then the minimal length a 4303 + * "Invalid" length is identified as smaller than the minimal length a 4304 4304 * given parameter can be. 4305 4305 */ 4306 4306 static sctp_disposition_t sctp_sf_violation_paramlen(
+1 -1
net/sctp/socket.c
··· 2717 2717 paths++; 2718 2718 } 2719 2719 2720 - /* Only validate asocmaxrxt if we have more then 2720 + /* Only validate asocmaxrxt if we have more than 2721 2721 * one path/transport. We do this because path 2722 2722 * retransmissions are only counted when we have more 2723 2723 * then one path.
+1 -1
net/sctp/tsnmap.c
··· 227 227 */ 228 228 bitmap_zero(map->tsn_map, map->len); 229 229 } else { 230 - /* If the gap is smaller then the map size, 230 + /* If the gap is smaller than the map size, 231 231 * shift the map by 'gap' bits and update further. 232 232 */ 233 233 bitmap_shift_right(map->tsn_map, map->tsn_map, gap, map->len);
+1 -1
sound/usb/usx2y/usbusx2y.c
··· 238 238 send = 0; 239 239 for (j = 0; j < URBS_AsyncSeq && !err; ++j) 240 240 if (0 == usX2Y->AS04.urb[j]->status) { 241 - struct us428_p4out *p4out = us428ctls->p4out + send; // FIXME if more then 1 p4out is new, 1 gets lost. 241 + struct us428_p4out *p4out = us428ctls->p4out + send; // FIXME if more than 1 p4out is new, 1 gets lost. 242 242 usb_fill_bulk_urb(usX2Y->AS04.urb[j], usX2Y->chip.dev, 243 243 usb_sndbulkpipe(usX2Y->chip.dev, 0x04), &p4out->val.vol, 244 244 p4out->type == eLT_Light ? sizeof(struct us428_lights) : 5,