diff options
author | Frederik Schwarzer <schwarzerf@gmail.com> | 2008-10-16 13:02:37 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2009-01-06 05:28:06 -0500 |
commit | 025dfdafe77f20b3890981a394774baab7b9c827 (patch) | |
tree | c4d514990d7a0673df5d32aa11fded95f9644ff0 /drivers | |
parent | 0abb8b6a939b742f273edc68b64dba26c57331bc (diff) |
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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/hwmon/fschmd.c | 2 | ||||
-rw-r--r-- | drivers/infiniband/hw/mlx4/cq.c | 2 | ||||
-rw-r--r-- | drivers/message/i2o/i2o_scsi.c | 2 | ||||
-rw-r--r-- | drivers/mtd/devices/pmc551.c | 2 | ||||
-rw-r--r-- | drivers/mtd/ubi/eba.c | 2 | ||||
-rw-r--r-- | drivers/mtd/ubi/io.c | 2 | ||||
-rw-r--r-- | drivers/mtd/ubi/scan.c | 2 | ||||
-rw-r--r-- | drivers/mtd/ubi/ubi-media.h | 4 | ||||
-rw-r--r-- | drivers/mtd/ubi/vtbl.c | 2 | ||||
-rw-r--r-- | drivers/mtd/ubi/wl.c | 4 | ||||
-rw-r--r-- | drivers/net/bnx2x_link.c | 2 | ||||
-rw-r--r-- | drivers/net/e1000/e1000_hw.c | 4 | ||||
-rw-r--r-- | drivers/net/slip.h | 2 | ||||
-rw-r--r-- | drivers/net/tehuti.c | 4 | ||||
-rw-r--r-- | drivers/net/tokenring/smctr.c | 2 | ||||
-rw-r--r-- | drivers/net/wireless/ipw2x00/ipw2100.c | 2 | ||||
-rw-r--r-- | drivers/net/wireless/rt2x00/rt2x00crypto.c | 4 | ||||
-rw-r--r-- | drivers/net/wireless/strip.c | 2 | ||||
-rw-r--r-- | drivers/s390/block/dasd_eer.c | 4 | ||||
-rw-r--r-- | drivers/s390/char/vmlogrdr.c | 4 | ||||
-rw-r--r-- | drivers/scsi/lpfc/lpfc_hbadisc.c | 4 | ||||
-rw-r--r-- | drivers/scsi/lpfc/lpfc_sli.c | 10 | ||||
-rw-r--r-- | drivers/serial/crisv10.c | 4 | ||||
-rw-r--r-- | drivers/video/console/vgacon.c | 2 |
24 files changed, 37 insertions, 37 deletions
diff --git a/drivers/hwmon/fschmd.c b/drivers/hwmon/fschmd.c index 967170368933..8b2d756595d9 100644 --- a/drivers/hwmon/fschmd.c +++ b/drivers/hwmon/fschmd.c | |||
@@ -75,7 +75,7 @@ static const u8 FSCHMD_REG_VOLT[3] = { 0x45, 0x42, 0x48 }; | |||
75 | 75 | ||
76 | /* minimum pwm at which the fan is driven (pwm can by increased depending on | 76 | /* minimum pwm at which the fan is driven (pwm can by increased depending on |
77 | the temp. Notice that for the scy some fans share there minimum speed. | 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 | other chips, this order was in the 2.4 driver and kept for consistency. */ | 79 | other chips, this order was in the 2.4 driver and kept for consistency. */ |
80 | static const u8 FSCHMD_REG_FAN_MIN[5][6] = { | 80 | static const u8 FSCHMD_REG_FAN_MIN[5][6] = { |
81 | { 0x55, 0x65 }, /* pos */ | 81 | { 0x55, 0x65 }, /* pos */ |
diff --git a/drivers/infiniband/hw/mlx4/cq.c b/drivers/infiniband/hw/mlx4/cq.c index a3c5af1d7ec0..de5263beab4a 100644 --- a/drivers/infiniband/hw/mlx4/cq.c +++ b/drivers/infiniband/hw/mlx4/cq.c | |||
@@ -367,7 +367,7 @@ int mlx4_ib_resize_cq(struct ib_cq *ibcq, int entries, struct ib_udata *udata) | |||
367 | if (err) | 367 | if (err) |
368 | goto out; | 368 | goto out; |
369 | } else { | 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 | outst_cqe = mlx4_ib_get_outstanding_cqes(cq); | 371 | outst_cqe = mlx4_ib_get_outstanding_cqes(cq); |
372 | if (entries < outst_cqe + 1) { | 372 | if (entries < outst_cqe + 1) { |
373 | err = 0; | 373 | err = 0; |
diff --git a/drivers/message/i2o/i2o_scsi.c b/drivers/message/i2o/i2o_scsi.c index 1bcdbbb9e7d3..3d45817e6dcd 100644 --- a/drivers/message/i2o/i2o_scsi.c +++ b/drivers/message/i2o/i2o_scsi.c | |||
@@ -390,7 +390,7 @@ static int i2o_scsi_reply(struct i2o_controller *c, u32 m, | |||
390 | * @i2o_dev: the I2O device which was added | 390 | * @i2o_dev: the I2O device which was added |
391 | * | 391 | * |
392 | * If a I2O device is added we catch the notification, because I2O classes | 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 | * i2o_scsi_probe(). | 394 | * i2o_scsi_probe(). |
395 | */ | 395 | */ |
396 | static void i2o_scsi_notify_device_add(struct i2o_device *i2o_dev) | 396 | static void i2o_scsi_notify_device_add(struct i2o_device *i2o_dev) |
diff --git a/drivers/mtd/devices/pmc551.c b/drivers/mtd/devices/pmc551.c index d38bca64bb15..d2fd550f7e09 100644 --- a/drivers/mtd/devices/pmc551.c +++ b/drivers/mtd/devices/pmc551.c | |||
@@ -34,7 +34,7 @@ | |||
34 | * aperture size, not the dram size, and the V370PDC supplies no | 34 | * aperture size, not the dram size, and the V370PDC supplies no |
35 | * other method for memory size discovery. This problem is | 35 | * other method for memory size discovery. This problem is |
36 | * mostly only relevant when compiled as a module, as the | 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 | * the ram will cause the driver to detect the onboard memory | 38 | * the ram will cause the driver to detect the onboard memory |
39 | * size to be equal to the aperture size when the module is | 39 | * size to be equal to the aperture size when the module is |
40 | * reloaded. Soooo, to help, the module supports an msize | 40 | * reloaded. Soooo, to help, the module supports an msize |
diff --git a/drivers/mtd/ubi/eba.c b/drivers/mtd/ubi/eba.c index 048a606cebde..25def348e5ba 100644 --- a/drivers/mtd/ubi/eba.c +++ b/drivers/mtd/ubi/eba.c | |||
@@ -717,7 +717,7 @@ write_error: | |||
717 | * to the real data size, although the @buf buffer has to contain the | 717 | * to the real data size, although the @buf buffer has to contain the |
718 | * alignment. In all other cases, @len has to be aligned. | 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 | * volumes. This function returns zero in case of success and a negative error | 721 | * volumes. This function returns zero in case of success and a negative error |
722 | * code in case of failure. | 722 | * code in case of failure. |
723 | */ | 723 | */ |
diff --git a/drivers/mtd/ubi/io.c b/drivers/mtd/ubi/io.c index a74118c05745..fe81039f2a7c 100644 --- a/drivers/mtd/ubi/io.c +++ b/drivers/mtd/ubi/io.c | |||
@@ -465,7 +465,7 @@ out: | |||
465 | * This function synchronously erases physical eraseblock @pnum. If @torture | 465 | * This function synchronously erases physical eraseblock @pnum. If @torture |
466 | * flag is not zero, the physical eraseblock is checked by means of writing | 466 | * flag is not zero, the physical eraseblock is checked by means of writing |
467 | * different patterns to it and reading them back. If the torturing is enabled, | 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 | * This function returns the number of erasures made in case of success, %-EIO | 470 | * This function returns the number of erasures made in case of success, %-EIO |
471 | * if the erasure failed or the torturing test failed, and other negative error | 471 | * if the erasure failed or the torturing test failed, and other negative error |
diff --git a/drivers/mtd/ubi/scan.c b/drivers/mtd/ubi/scan.c index 41d47e1cf15c..ecde202a5a12 100644 --- a/drivers/mtd/ubi/scan.c +++ b/drivers/mtd/ubi/scan.c | |||
@@ -478,7 +478,7 @@ int ubi_scan_add_used(struct ubi_device *ubi, struct ubi_scan_info *si, | |||
478 | return 0; | 478 | return 0; |
479 | } else { | 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 | * previously. | 482 | * previously. |
483 | */ | 483 | */ |
484 | if (cmp_res & 4) | 484 | if (cmp_res & 4) |
diff --git a/drivers/mtd/ubi/ubi-media.h b/drivers/mtd/ubi/ubi-media.h index 2ad940409053..8419fdccc79c 100644 --- a/drivers/mtd/ubi/ubi-media.h +++ b/drivers/mtd/ubi/ubi-media.h | |||
@@ -135,7 +135,7 @@ enum { | |||
135 | * The erase counter header takes 64 bytes and has a plenty of unused space for | 135 | * The erase counter header takes 64 bytes and has a plenty of unused space for |
136 | * future usage. The unused fields are zeroed. The @version field is used to | 136 | * future usage. The unused fields are zeroed. The @version field is used to |
137 | * indicate the version of UBI implementation which is supposed to be able to | 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 | * version, the image is rejected. This may be useful in future if something | 139 | * version, the image is rejected. This may be useful in future if something |
140 | * is changed radically. This field is duplicated in the volume identifier | 140 | * is changed radically. This field is duplicated in the volume identifier |
141 | * header. | 141 | * header. |
@@ -187,7 +187,7 @@ struct ubi_ec_hdr { | |||
187 | * (sequence number) is used to distinguish between older and newer versions of | 187 | * (sequence number) is used to distinguish between older and newer versions of |
188 | * logical eraseblocks. | 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 | * corresponding to the same logical eraseblock, i.e., having the same @vol_id | 191 | * corresponding to the same logical eraseblock, i.e., having the same @vol_id |
192 | * and @lnum values in the volume identifier header. Suppose we have a logical | 192 | * and @lnum values in the volume identifier header. Suppose we have a logical |
193 | * eraseblock L and it is mapped to the physical eraseblock P. | 193 | * eraseblock L and it is mapped to the physical eraseblock P. |
diff --git a/drivers/mtd/ubi/vtbl.c b/drivers/mtd/ubi/vtbl.c index 333c8941552f..1afc61e7455d 100644 --- a/drivers/mtd/ubi/vtbl.c +++ b/drivers/mtd/ubi/vtbl.c | |||
@@ -577,7 +577,7 @@ static int init_volumes(struct ubi_device *ubi, const struct ubi_scan_info *si, | |||
577 | if (vtbl[i].flags & UBI_VTBL_AUTORESIZE_FLG) { | 577 | if (vtbl[i].flags & UBI_VTBL_AUTORESIZE_FLG) { |
578 | /* Auto re-size flag may be set only for one volume */ | 578 | /* Auto re-size flag may be set only for one volume */ |
579 | if (ubi->autoresize_vol_id != -1) { | 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 | "and %d)", ubi->autoresize_vol_id, i); | 581 | "and %d)", ubi->autoresize_vol_id, i); |
582 | kfree(vol); | 582 | kfree(vol); |
583 | return -EINVAL; | 583 | return -EINVAL; |
diff --git a/drivers/mtd/ubi/wl.c b/drivers/mtd/ubi/wl.c index 14901cb82c18..891534f8210d 100644 --- a/drivers/mtd/ubi/wl.c +++ b/drivers/mtd/ubi/wl.c | |||
@@ -128,7 +128,7 @@ | |||
128 | * situation when the picked physical eraseblock is constantly erased after the | 128 | * situation when the picked physical eraseblock is constantly erased after the |
129 | * data is written to it. So, we have a constant which limits the highest erase | 129 | * data is written to it. So, we have a constant which limits the highest erase |
130 | * counter of the free physical eraseblock to pick. Namely, the WL sub-system | 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 | * counter plus %WL_FREE_MAX_DIFF. | 132 | * counter plus %WL_FREE_MAX_DIFF. |
133 | */ | 133 | */ |
134 | #define WL_FREE_MAX_DIFF (2*UBI_WL_THRESHOLD) | 134 | #define WL_FREE_MAX_DIFF (2*UBI_WL_THRESHOLD) |
@@ -917,7 +917,7 @@ static int ensure_wear_leveling(struct ubi_device *ubi) | |||
917 | /* | 917 | /* |
918 | * We schedule wear-leveling only if the difference between the | 918 | * We schedule wear-leveling only if the difference between the |
919 | * lowest erase counter of used physical eraseblocks and a high | 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 | * %UBI_WL_THRESHOLD. | 921 | * %UBI_WL_THRESHOLD. |
922 | */ | 922 | */ |
923 | e1 = rb_entry(rb_first(&ubi->used), struct ubi_wl_entry, u.rb); | 923 | e1 = rb_entry(rb_first(&ubi->used), struct ubi_wl_entry, u.rb); |
diff --git a/drivers/net/bnx2x_link.c b/drivers/net/bnx2x_link.c index 67de94f1f30e..fefa6ab13064 100644 --- a/drivers/net/bnx2x_link.c +++ b/drivers/net/bnx2x_link.c | |||
@@ -3359,7 +3359,7 @@ static u8 bnx2x_format_ver(u32 num, u8 *str, u16 len) | |||
3359 | u8 shift = 8*4; | 3359 | u8 shift = 8*4; |
3360 | u8 digit; | 3360 | u8 digit; |
3361 | if (len < 10) { | 3361 | if (len < 10) { |
3362 | /* Need more then 10chars for this format */ | 3362 | /* Need more than 10chars for this format */ |
3363 | *str_ptr = '\0'; | 3363 | *str_ptr = '\0'; |
3364 | return -EINVAL; | 3364 | return -EINVAL; |
3365 | } | 3365 | } |
diff --git a/drivers/net/e1000/e1000_hw.c b/drivers/net/e1000/e1000_hw.c index d04eef53571e..e1a3fc1303ee 100644 --- a/drivers/net/e1000/e1000_hw.c +++ b/drivers/net/e1000/e1000_hw.c | |||
@@ -6758,7 +6758,7 @@ static s32 e1000_get_cable_length(struct e1000_hw *hw, u16 *min_length, | |||
6758 | * returns: - E1000_ERR_XXX | 6758 | * returns: - E1000_ERR_XXX |
6759 | * E1000_SUCCESS | 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 | * Phy Status register. For IGP phy's, this bit is valid only if link speed is | 6762 | * Phy Status register. For IGP phy's, this bit is valid only if link speed is |
6763 | * 10 Mbps. If the link speed is 100 Mbps there is no polarity so this bit will | 6763 | * 10 Mbps. If the link speed is 100 Mbps there is no polarity so this bit will |
6764 | * return 0. If the link speed is 1000 Mbps the polarity status is in the | 6764 | * return 0. If the link speed is 1000 Mbps the polarity status is in the |
@@ -6834,7 +6834,7 @@ static s32 e1000_check_polarity(struct e1000_hw *hw, | |||
6834 | * returns: - E1000_ERR_XXX | 6834 | * returns: - E1000_ERR_XXX |
6835 | * E1000_SUCCESS | 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 | * Specific Status register. For IGP phy's, it reads the Downgrade bit in the | 6838 | * Specific Status register. For IGP phy's, it reads the Downgrade bit in the |
6839 | * Link Health register. In IGP this bit is latched high, so the driver must | 6839 | * Link Health register. In IGP this bit is latched high, so the driver must |
6840 | * read it immediately after link is established. | 6840 | * read it immediately after link is established. |
diff --git a/drivers/net/slip.h b/drivers/net/slip.h index 853e0f6ec710..9ea5c11287d2 100644 --- a/drivers/net/slip.h +++ b/drivers/net/slip.h | |||
@@ -75,7 +75,7 @@ struct slip { | |||
75 | unsigned long tx_errors; /* Planned stuff */ | 75 | unsigned long tx_errors; /* Planned stuff */ |
76 | unsigned long rx_dropped; /* No memory for skb */ | 76 | unsigned long rx_dropped; /* No memory for skb */ |
77 | unsigned long tx_dropped; /* When MTU change */ | 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 | #ifdef SL_INCLUDE_CSLIP | 79 | #ifdef SL_INCLUDE_CSLIP |
80 | unsigned long tx_compressed; | 80 | unsigned long tx_compressed; |
81 | unsigned long rx_compressed; | 81 | unsigned long rx_compressed; |
diff --git a/drivers/net/tehuti.c b/drivers/net/tehuti.c index a10a83a11d9f..a7a4dc4d6313 100644 --- a/drivers/net/tehuti.c +++ b/drivers/net/tehuti.c | |||
@@ -1004,7 +1004,7 @@ static inline void bdx_rxdb_free_elem(struct rxdb *db, int n) | |||
1004 | * skb for rx. It assumes that Rx is desabled in HW | 1004 | * skb for rx. It assumes that Rx is desabled in HW |
1005 | * funcs are grouped for better cache usage | 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 | * filled and packets will be dropped by nic without getting into host or | 1008 | * filled and packets will be dropped by nic without getting into host or |
1009 | * cousing interrupt. Anyway, in that condition, host has no chance to proccess | 1009 | * cousing interrupt. Anyway, in that condition, host has no chance to proccess |
1010 | * all packets, but dropping in nic is cheaper, since it takes 0 cpu cycles | 1010 | * all packets, but dropping in nic is cheaper, since it takes 0 cpu cycles |
@@ -1826,7 +1826,7 @@ static void bdx_tx_free(struct bdx_priv *priv) | |||
1826 | * | 1826 | * |
1827 | * Pushes desc to TxD fifo and overlaps it if needed. | 1827 | * Pushes desc to TxD fifo and overlaps it if needed. |
1828 | * NOTE: this func does not check for available space. this is responsibility | 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 | * fifo size. | 1830 | * fifo size. |
1831 | */ | 1831 | */ |
1832 | static void bdx_tx_push_desc(struct bdx_priv *priv, void *data, int size) | 1832 | static void bdx_tx_push_desc(struct bdx_priv *priv, void *data, int size) |
diff --git a/drivers/net/tokenring/smctr.c b/drivers/net/tokenring/smctr.c index a011666342ff..50eb29ce3c87 100644 --- a/drivers/net/tokenring/smctr.c +++ b/drivers/net/tokenring/smctr.c | |||
@@ -3064,7 +3064,7 @@ static int smctr_load_node_addr(struct net_device *dev) | |||
3064 | * will consequently cause a timeout. | 3064 | * will consequently cause a timeout. |
3065 | * | 3065 | * |
3066 | * NOTE 1: If the monitor_state is MS_BEACON_TEST_STATE, all transmit | 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 | * disabled.!? | 3068 | * disabled.!? |
3069 | * | 3069 | * |
3070 | * NOTE 2: If the monitor_state is MS_BEACON_TEST_STATE and the receive_mask | 3070 | * NOTE 2: If the monitor_state is MS_BEACON_TEST_STATE and the receive_mask |
diff --git a/drivers/net/wireless/ipw2x00/ipw2100.c b/drivers/net/wireless/ipw2x00/ipw2100.c index 1667065b86a7..753de1a9c4b3 100644 --- a/drivers/net/wireless/ipw2x00/ipw2100.c +++ b/drivers/net/wireless/ipw2x00/ipw2100.c | |||
@@ -1332,7 +1332,7 @@ static int ipw2100_power_cycle_adapter(struct ipw2100_priv *priv) | |||
1332 | IPW_AUX_HOST_RESET_REG_STOP_MASTER); | 1332 | IPW_AUX_HOST_RESET_REG_STOP_MASTER); |
1333 | 1333 | ||
1334 | /* Step 2. Wait for stop Master Assert | 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 | i = 5; | 1336 | i = 5; |
1337 | do { | 1337 | do { |
1338 | udelay(IPW_WAIT_RESET_MASTER_ASSERT_COMPLETE_DELAY); | 1338 | udelay(IPW_WAIT_RESET_MASTER_ASSERT_COMPLETE_DELAY); |
diff --git a/drivers/net/wireless/rt2x00/rt2x00crypto.c b/drivers/net/wireless/rt2x00/rt2x00crypto.c index 37ad0d2fb64c..aee9cba13eb3 100644 --- a/drivers/net/wireless/rt2x00/rt2x00crypto.c +++ b/drivers/net/wireless/rt2x00/rt2x00crypto.c | |||
@@ -184,8 +184,8 @@ void rt2x00crypto_rx_insert_iv(struct sk_buff *skb, unsigned int align, | |||
184 | * Make room for new data, note that we increase both | 184 | * Make room for new data, note that we increase both |
185 | * headsize and tailsize when required. The tailsize is | 185 | * headsize and tailsize when required. The tailsize is |
186 | * only needed when ICV data needs to be inserted and | 186 | * only needed when ICV data needs to be inserted and |
187 | * the padding is smaller then the ICV data. | 187 | * the padding is smaller than the ICV data. |
188 | * When alignment requirements is greater then the | 188 | * When alignment requirements is greater than the |
189 | * ICV data we must trim the skb to the correct size | 189 | * ICV data we must trim the skb to the correct size |
190 | * because we need to remove the extra bytes. | 190 | * because we need to remove the extra bytes. |
191 | */ | 191 | */ |
diff --git a/drivers/net/wireless/strip.c b/drivers/net/wireless/strip.c index dd0de3a9ed4e..7015f2480550 100644 --- a/drivers/net/wireless/strip.c +++ b/drivers/net/wireless/strip.c | |||
@@ -236,7 +236,7 @@ struct strip { | |||
236 | unsigned long tx_errors; /* Planned stuff */ | 236 | unsigned long tx_errors; /* Planned stuff */ |
237 | unsigned long rx_dropped; /* No memory for skb */ | 237 | unsigned long rx_dropped; /* No memory for skb */ |
238 | unsigned long tx_dropped; /* When MTU change */ | 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 | unsigned long pps_timer; /* Timer to determine pps */ | 241 | unsigned long pps_timer; /* Timer to determine pps */ |
242 | unsigned long rx_pps_count; /* Counter to determine pps */ | 242 | unsigned long rx_pps_count; /* Counter to determine pps */ |
diff --git a/drivers/s390/block/dasd_eer.c b/drivers/s390/block/dasd_eer.c index 892e2878d61b..f8e05ce98621 100644 --- a/drivers/s390/block/dasd_eer.c +++ b/drivers/s390/block/dasd_eer.c | |||
@@ -535,8 +535,8 @@ static int dasd_eer_open(struct inode *inp, struct file *filp) | |||
535 | eerb->buffer_page_count > INT_MAX / PAGE_SIZE) { | 535 | eerb->buffer_page_count > INT_MAX / PAGE_SIZE) { |
536 | kfree(eerb); | 536 | kfree(eerb); |
537 | MESSAGE(KERN_WARNING, "can't open device since module " | 537 | MESSAGE(KERN_WARNING, "can't open device since module " |
538 | "parameter eer_pages is smaller then 1 or" | 538 | "parameter eer_pages is smaller than 1 or" |
539 | " bigger then %d", (int)(INT_MAX / PAGE_SIZE)); | 539 | " bigger than %d", (int)(INT_MAX / PAGE_SIZE)); |
540 | unlock_kernel(); | 540 | unlock_kernel(); |
541 | return -EINVAL; | 541 | return -EINVAL; |
542 | } | 542 | } |
diff --git a/drivers/s390/char/vmlogrdr.c b/drivers/s390/char/vmlogrdr.c index aabbeb909cc6..d8a2289fcb69 100644 --- a/drivers/s390/char/vmlogrdr.c +++ b/drivers/s390/char/vmlogrdr.c | |||
@@ -427,7 +427,7 @@ static int vmlogrdr_receive_data(struct vmlogrdr_priv_t *priv) | |||
427 | buffer = priv->buffer + sizeof(int); | 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 | * a part of it. We can get the rest later. | 431 | * a part of it. We can get the rest later. |
432 | */ | 432 | */ |
433 | if (iucv_data_count > NET_BUFFER_SIZE) | 433 | if (iucv_data_count > NET_BUFFER_SIZE) |
@@ -437,7 +437,7 @@ static int vmlogrdr_receive_data(struct vmlogrdr_priv_t *priv) | |||
437 | 0, buffer, iucv_data_count, | 437 | 0, buffer, iucv_data_count, |
438 | &priv->residual_length); | 438 | &priv->residual_length); |
439 | spin_unlock_bh(&priv->priv_lock); | 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 | * the buffer, which is OK for us. A 9 indicates that the | 441 | * the buffer, which is OK for us. A 9 indicates that the |
442 | * record was purged befor we could receive it. | 442 | * record was purged befor we could receive it. |
443 | */ | 443 | */ |
diff --git a/drivers/scsi/lpfc/lpfc_hbadisc.c b/drivers/scsi/lpfc/lpfc_hbadisc.c index 8c64494444bf..311ed6dea726 100644 --- a/drivers/scsi/lpfc/lpfc_hbadisc.c +++ b/drivers/scsi/lpfc/lpfc_hbadisc.c | |||
@@ -1964,10 +1964,10 @@ lpfc_set_disctmo(struct lpfc_vport *vport) | |||
1964 | uint32_t tmo; | 1964 | uint32_t tmo; |
1965 | 1965 | ||
1966 | if (vport->port_state == LPFC_LOCAL_CFG_LINK) { | 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 | tmo = (((phba->fc_edtov + 999) / 1000) + 1); | 1968 | tmo = (((phba->fc_edtov + 999) / 1000) + 1); |
1969 | } else { | 1969 | } else { |
1970 | /* Normal discovery timeout should be > then ELS/CT timeout | 1970 | /* Normal discovery timeout should be > than ELS/CT timeout |
1971 | * FC spec states we need 3 * ratov for CT requests | 1971 | * FC spec states we need 3 * ratov for CT requests |
1972 | */ | 1972 | */ |
1973 | tmo = ((phba->fc_ratov * 3) + 3); | 1973 | tmo = ((phba->fc_ratov * 3) + 3); |
diff --git a/drivers/scsi/lpfc/lpfc_sli.c b/drivers/scsi/lpfc/lpfc_sli.c index 01dfdc8696f8..a36a120561e2 100644 --- a/drivers/scsi/lpfc/lpfc_sli.c +++ b/drivers/scsi/lpfc/lpfc_sli.c | |||
@@ -420,7 +420,7 @@ lpfc_sli_next_iocb_slot (struct lpfc_hba *phba, struct lpfc_sli_ring *pring) | |||
420 | if (unlikely(pring->local_getidx >= max_cmd_idx)) { | 420 | if (unlikely(pring->local_getidx >= max_cmd_idx)) { |
421 | lpfc_printf_log(phba, KERN_ERR, LOG_SLI, | 421 | lpfc_printf_log(phba, KERN_ERR, LOG_SLI, |
422 | "0315 Ring %d issue: portCmdGet %d " | 422 | "0315 Ring %d issue: portCmdGet %d " |
423 | "is bigger then cmd ring %d\n", | 423 | "is bigger than cmd ring %d\n", |
424 | pring->ringno, | 424 | pring->ringno, |
425 | pring->local_getidx, max_cmd_idx); | 425 | pring->local_getidx, max_cmd_idx); |
426 | 426 | ||
@@ -1628,12 +1628,12 @@ lpfc_sli_rsp_pointers_error(struct lpfc_hba *phba, struct lpfc_sli_ring *pring) | |||
1628 | { | 1628 | { |
1629 | struct lpfc_pgp *pgp = &phba->port_gp[pring->ringno]; | 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 | * rsp ring <portRspMax> | 1632 | * rsp ring <portRspMax> |
1633 | */ | 1633 | */ |
1634 | lpfc_printf_log(phba, KERN_ERR, LOG_SLI, | 1634 | lpfc_printf_log(phba, KERN_ERR, LOG_SLI, |
1635 | "0312 Ring %d handler: portRspPut %d " | 1635 | "0312 Ring %d handler: portRspPut %d " |
1636 | "is bigger then rsp ring %d\n", | 1636 | "is bigger than rsp ring %d\n", |
1637 | pring->ringno, le32_to_cpu(pgp->rspPutInx), | 1637 | pring->ringno, le32_to_cpu(pgp->rspPutInx), |
1638 | pring->numRiocb); | 1638 | pring->numRiocb); |
1639 | 1639 | ||
@@ -2083,12 +2083,12 @@ lpfc_sli_handle_slow_ring_event(struct lpfc_hba *phba, | |||
2083 | portRspPut = le32_to_cpu(pgp->rspPutInx); | 2083 | portRspPut = le32_to_cpu(pgp->rspPutInx); |
2084 | if (portRspPut >= portRspMax) { | 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 | * rsp ring <portRspMax> | 2087 | * rsp ring <portRspMax> |
2088 | */ | 2088 | */ |
2089 | lpfc_printf_log(phba, KERN_ERR, LOG_SLI, | 2089 | lpfc_printf_log(phba, KERN_ERR, LOG_SLI, |
2090 | "0303 Ring %d handler: portRspPut %d " | 2090 | "0303 Ring %d handler: portRspPut %d " |
2091 | "is bigger then rsp ring %d\n", | 2091 | "is bigger than rsp ring %d\n", |
2092 | pring->ringno, portRspPut, portRspMax); | 2092 | pring->ringno, portRspPut, portRspMax); |
2093 | 2093 | ||
2094 | phba->link_state = LPFC_HBA_ERROR; | 2094 | phba->link_state = LPFC_HBA_ERROR; |
diff --git a/drivers/serial/crisv10.c b/drivers/serial/crisv10.c index 8b2c619a09f2..e642c22c80e2 100644 --- a/drivers/serial/crisv10.c +++ b/drivers/serial/crisv10.c | |||
@@ -1203,7 +1203,7 @@ static void e100_disable_txdma_channel(struct e100_serial *info) | |||
1203 | unsigned long flags; | 1203 | unsigned long flags; |
1204 | 1204 | ||
1205 | /* Disable output DMA channel for the serial port in question | 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 | local_irq_save(flags); | 1208 | local_irq_save(flags); |
1209 | DFLOW(DEBUG_LOG(info->line, "disable_txdma_channel %i\n", info->line)); | 1209 | DFLOW(DEBUG_LOG(info->line, "disable_txdma_channel %i\n", info->line)); |
@@ -1266,7 +1266,7 @@ static void e100_disable_rxdma_channel(struct e100_serial *info) | |||
1266 | unsigned long flags; | 1266 | unsigned long flags; |
1267 | 1267 | ||
1268 | /* Disable input DMA channel for the serial port in question | 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 | local_irq_save(flags); | 1271 | local_irq_save(flags); |
1272 | if (info->line == 0) { | 1272 | if (info->line == 0) { |
diff --git a/drivers/video/console/vgacon.c b/drivers/video/console/vgacon.c index e6210725b9ab..d012edda6d11 100644 --- a/drivers/video/console/vgacon.c +++ b/drivers/video/console/vgacon.c | |||
@@ -1332,7 +1332,7 @@ static void vgacon_save_screen(struct vc_data *c) | |||
1332 | c->vc_y = screen_info.orig_y; | 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 | * or we'll be copying in VGA BIOS */ | 1336 | * or we'll be copying in VGA BIOS */ |
1337 | 1337 | ||
1338 | if (!vga_is_gfx) | 1338 | if (!vga_is_gfx) |