diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-09 20:06:53 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-09 20:06:53 -0500 |
commit | a457aa6c2bdd743bbbffd3f9e4fdbd8c71f8af1b (patch) | |
tree | 23b1109d5d286d1e96424f0195ed8c3144e04eb1 /drivers | |
parent | dbc1651f0c5b7d13acc59d3b805a7224332fb1fb (diff) | |
parent | b3c29d85bf0dcce9e99cbfba2811aeefae017aaa (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/cdrom/cm206.c | 2 | ||||
-rw-r--r-- | drivers/macintosh/therm_pm72.c | 4 | ||||
-rw-r--r-- | drivers/macintosh/windfarm_pm81.c | 2 | ||||
-rw-r--r-- | drivers/media/radio/radio-sf16fmr2.c | 2 | ||||
-rw-r--r-- | drivers/message/i2o/README.ioctl | 2 | ||||
-rw-r--r-- | drivers/net/hp100.c | 2 | ||||
-rw-r--r-- | drivers/net/pcmcia/xirc2ps_cs.c | 2 | ||||
-rw-r--r-- | drivers/net/sk98lin/skdim.c | 2 | ||||
-rw-r--r-- | drivers/net/sk98lin/skge.c | 2 | ||||
-rw-r--r-- | drivers/net/sk98lin/skgepnmi.c | 8 | ||||
-rw-r--r-- | drivers/parisc/led.c | 2 | ||||
-rw-r--r-- | drivers/usb/host/Kconfig | 10 | ||||
-rw-r--r-- | drivers/usb/serial/cypress_m8.c | 2 | ||||
-rw-r--r-- | drivers/usb/serial/usb-serial.c | 2 | ||||
-rw-r--r-- | drivers/video/aty/radeon_monitor.c | 2 | ||||
-rw-r--r-- | drivers/video/logo/Makefile | 2 | ||||
-rw-r--r-- | drivers/w1/Kconfig | 2 |
17 files changed, 25 insertions, 25 deletions
diff --git a/drivers/cdrom/cm206.c b/drivers/cdrom/cm206.c index 01f035173328..ce127f7ec0f6 100644 --- a/drivers/cdrom/cm206.c +++ b/drivers/cdrom/cm206.c | |||
@@ -32,7 +32,7 @@ History: | |||
32 | 18 mrt 1995: 0.24 Working background read-ahead. (still problems) | 32 | 18 mrt 1995: 0.24 Working background read-ahead. (still problems) |
33 | 26 mrt 1995: 0.25 Multi-session ioctl added (kernel v1.2). | 33 | 26 mrt 1995: 0.25 Multi-session ioctl added (kernel v1.2). |
34 | Statistics implemented, though separate stats206.h. | 34 | Statistics implemented, though separate stats206.h. |
35 | Accessible trough ioctl 0x1000 (just a number). | 35 | Accessible through ioctl 0x1000 (just a number). |
36 | Hard to choose between v1.2 development and 1.1.75. | 36 | Hard to choose between v1.2 development and 1.1.75. |
37 | Bottom-half doesn't work with 1.2... | 37 | Bottom-half doesn't work with 1.2... |
38 | 0.25a: fixed... typo. Still problems... | 38 | 0.25a: fixed... typo. Still problems... |
diff --git a/drivers/macintosh/therm_pm72.c b/drivers/macintosh/therm_pm72.c index 8d0958c38b6b..4f50ee5767a2 100644 --- a/drivers/macintosh/therm_pm72.c +++ b/drivers/macintosh/therm_pm72.c | |||
@@ -630,12 +630,12 @@ static int read_eeprom(int cpu, struct mpu_data *out) | |||
630 | sprintf(nodename, "/u3@0,f8000000/i2c@f8001000/cpuid@a%d", cpu ? 2 : 0); | 630 | sprintf(nodename, "/u3@0,f8000000/i2c@f8001000/cpuid@a%d", cpu ? 2 : 0); |
631 | np = of_find_node_by_path(nodename); | 631 | np = of_find_node_by_path(nodename); |
632 | if (np == NULL) { | 632 | if (np == NULL) { |
633 | printk(KERN_ERR "therm_pm72: Failed to retreive cpuid node from device-tree\n"); | 633 | printk(KERN_ERR "therm_pm72: Failed to retrieve cpuid node from device-tree\n"); |
634 | return -ENODEV; | 634 | return -ENODEV; |
635 | } | 635 | } |
636 | data = (u8 *)get_property(np, "cpuid", &len); | 636 | data = (u8 *)get_property(np, "cpuid", &len); |
637 | if (data == NULL) { | 637 | if (data == NULL) { |
638 | printk(KERN_ERR "therm_pm72: Failed to retreive cpuid property from device-tree\n"); | 638 | printk(KERN_ERR "therm_pm72: Failed to retrieve cpuid property from device-tree\n"); |
639 | of_node_put(np); | 639 | of_node_put(np); |
640 | return -ENODEV; | 640 | return -ENODEV; |
641 | } | 641 | } |
diff --git a/drivers/macintosh/windfarm_pm81.c b/drivers/macintosh/windfarm_pm81.c index 80ddf9776bde..eb69a601e765 100644 --- a/drivers/macintosh/windfarm_pm81.c +++ b/drivers/macintosh/windfarm_pm81.c | |||
@@ -26,7 +26,7 @@ | |||
26 | * (typically the drive fan) | 26 | * (typically the drive fan) |
27 | * - the main control (first control) gets the target value scaled with | 27 | * - the main control (first control) gets the target value scaled with |
28 | * the first pair of factors, and is then modified as below | 28 | * the first pair of factors, and is then modified as below |
29 | * - the value of the target of the CPU Fan control loop is retreived, | 29 | * - the value of the target of the CPU Fan control loop is retrieved, |
30 | * scaled with the second pair of factors, and the max of that and | 30 | * scaled with the second pair of factors, and the max of that and |
31 | * the scaled target is applied to the main control. | 31 | * the scaled target is applied to the main control. |
32 | * | 32 | * |
diff --git a/drivers/media/radio/radio-sf16fmr2.c b/drivers/media/radio/radio-sf16fmr2.c index 26632cead09a..099ffb3b9c71 100644 --- a/drivers/media/radio/radio-sf16fmr2.c +++ b/drivers/media/radio/radio-sf16fmr2.c | |||
@@ -48,7 +48,7 @@ static int io = 0x384; | |||
48 | static int radio_nr = -1; | 48 | static int radio_nr = -1; |
49 | 49 | ||
50 | /* hw precision is 12.5 kHz | 50 | /* hw precision is 12.5 kHz |
51 | * It is only usefull to give freq in intervall of 200 (=0.0125Mhz), | 51 | * It is only useful to give freq in intervall of 200 (=0.0125Mhz), |
52 | * other bits will be truncated | 52 | * other bits will be truncated |
53 | */ | 53 | */ |
54 | #define RSF16_ENCODE(x) ((x)/200+856) | 54 | #define RSF16_ENCODE(x) ((x)/200+856) |
diff --git a/drivers/message/i2o/README.ioctl b/drivers/message/i2o/README.ioctl index 73dd084c0e98..65c0c47aeb79 100644 --- a/drivers/message/i2o/README.ioctl +++ b/drivers/message/i2o/README.ioctl | |||
@@ -185,7 +185,7 @@ VII. Getting Parameters | |||
185 | ENOMEM Kernel memory allocation error | 185 | ENOMEM Kernel memory allocation error |
186 | 186 | ||
187 | A return value of 0 does not mean that the value was actually | 187 | A return value of 0 does not mean that the value was actually |
188 | properly retreived. The user should check the result list | 188 | properly retrieved. The user should check the result list |
189 | to determine the specific status of the transaction. | 189 | to determine the specific status of the transaction. |
190 | 190 | ||
191 | VIII. Downloading Software | 191 | VIII. Downloading Software |
diff --git a/drivers/net/hp100.c b/drivers/net/hp100.c index e92c17f6931c..55c7ed608391 100644 --- a/drivers/net/hp100.c +++ b/drivers/net/hp100.c | |||
@@ -276,7 +276,7 @@ static void hp100_RegisterDump(struct net_device *dev); | |||
276 | * Convert an address in a kernel buffer to a bus/phys/dma address. | 276 | * Convert an address in a kernel buffer to a bus/phys/dma address. |
277 | * This work *only* for memory fragments part of lp->page_vaddr, | 277 | * This work *only* for memory fragments part of lp->page_vaddr, |
278 | * because it was properly DMA allocated via pci_alloc_consistent(), | 278 | * because it was properly DMA allocated via pci_alloc_consistent(), |
279 | * so we just need to "retreive" the original mapping to bus/phys/dma | 279 | * so we just need to "retrieve" the original mapping to bus/phys/dma |
280 | * address - Jean II */ | 280 | * address - Jean II */ |
281 | static inline dma_addr_t virt_to_whatever(struct net_device *dev, u32 * ptr) | 281 | static inline dma_addr_t virt_to_whatever(struct net_device *dev, u32 * ptr) |
282 | { | 282 | { |
diff --git a/drivers/net/pcmcia/xirc2ps_cs.c b/drivers/net/pcmcia/xirc2ps_cs.c index 049c34b37067..593d8adee891 100644 --- a/drivers/net/pcmcia/xirc2ps_cs.c +++ b/drivers/net/pcmcia/xirc2ps_cs.c | |||
@@ -1598,7 +1598,7 @@ do_ioctl(struct net_device *dev, struct ifreq *rq, int cmd) | |||
1598 | switch(cmd) { | 1598 | switch(cmd) { |
1599 | case SIOCGMIIPHY: /* Get the address of the PHY in use. */ | 1599 | case SIOCGMIIPHY: /* Get the address of the PHY in use. */ |
1600 | data[0] = 0; /* we have only this address */ | 1600 | data[0] = 0; /* we have only this address */ |
1601 | /* fall trough */ | 1601 | /* fall through */ |
1602 | case SIOCGMIIREG: /* Read the specified MII register. */ | 1602 | case SIOCGMIIREG: /* Read the specified MII register. */ |
1603 | data[3] = mii_rd(ioaddr, data[0] & 0x1f, data[1] & 0x1f); | 1603 | data[3] = mii_rd(ioaddr, data[0] & 0x1f, data[1] & 0x1f); |
1604 | break; | 1604 | break; |
diff --git a/drivers/net/sk98lin/skdim.c b/drivers/net/sk98lin/skdim.c index 0fddf61047b4..07c1b4c8699d 100644 --- a/drivers/net/sk98lin/skdim.c +++ b/drivers/net/sk98lin/skdim.c | |||
@@ -180,7 +180,7 @@ SkDimModerate(SK_AC *pAC) { | |||
180 | /* | 180 | /* |
181 | ** The number of interrupts per sec is the same as expected. | 181 | ** The number of interrupts per sec is the same as expected. |
182 | ** Evalulate the descriptor-ratio. If it has changed, a resize | 182 | ** Evalulate the descriptor-ratio. If it has changed, a resize |
183 | ** in the moderation timer might be usefull | 183 | ** in the moderation timer might be useful |
184 | */ | 184 | */ |
185 | if (M_DIMINFO.AutoSizing) { | 185 | if (M_DIMINFO.AutoSizing) { |
186 | ResizeDimTimerDuration(pAC); | 186 | ResizeDimTimerDuration(pAC); |
diff --git a/drivers/net/sk98lin/skge.c b/drivers/net/sk98lin/skge.c index 197edd74fbb5..a5f2b1ee0752 100644 --- a/drivers/net/sk98lin/skge.c +++ b/drivers/net/sk98lin/skge.c | |||
@@ -2851,7 +2851,7 @@ unsigned long Flags; /* for spin lock */ | |||
2851 | * Description: | 2851 | * Description: |
2852 | * This function is called if an ioctl is issued on the device. | 2852 | * This function is called if an ioctl is issued on the device. |
2853 | * There are three subfunction for reading, writing and test-writing | 2853 | * There are three subfunction for reading, writing and test-writing |
2854 | * the private MIB data structure (usefull for SysKonnect-internal tools). | 2854 | * the private MIB data structure (useful for SysKonnect-internal tools). |
2855 | * | 2855 | * |
2856 | * Returns: | 2856 | * Returns: |
2857 | * 0, if everything is ok | 2857 | * 0, if everything is ok |
diff --git a/drivers/net/sk98lin/skgepnmi.c b/drivers/net/sk98lin/skgepnmi.c index 58e1a5be913f..a386172107e8 100644 --- a/drivers/net/sk98lin/skgepnmi.c +++ b/drivers/net/sk98lin/skgepnmi.c | |||
@@ -611,7 +611,7 @@ SK_U32 NetIndex) /* NetIndex (0..n), in single net mode always zero */ | |||
611 | * Description: | 611 | * Description: |
612 | * Calls a general sub-function for all this stuff. The preset does | 612 | * Calls a general sub-function for all this stuff. The preset does |
613 | * the same as a set, but returns just before finally setting the | 613 | * the same as a set, but returns just before finally setting the |
614 | * new value. This is usefull to check if a set might be successfull. | 614 | * new value. This is useful to check if a set might be successfull. |
615 | * If the instance -1 is passed, an array of values is supposed and | 615 | * If the instance -1 is passed, an array of values is supposed and |
616 | * all instances of the OID will be set. | 616 | * all instances of the OID will be set. |
617 | * | 617 | * |
@@ -654,7 +654,7 @@ SK_U32 NetIndex) /* NetIndex (0..n), in single net mode always zero */ | |||
654 | * Description: | 654 | * Description: |
655 | * Calls a general sub-function for all this stuff. The preset does | 655 | * Calls a general sub-function for all this stuff. The preset does |
656 | * the same as a set, but returns just before finally setting the | 656 | * the same as a set, but returns just before finally setting the |
657 | * new value. This is usefull to check if a set might be successfull. | 657 | * new value. This is useful to check if a set might be successfull. |
658 | * If the instance -1 is passed, an array of values is supposed and | 658 | * If the instance -1 is passed, an array of values is supposed and |
659 | * all instances of the OID will be set. | 659 | * all instances of the OID will be set. |
660 | * | 660 | * |
@@ -870,7 +870,7 @@ SK_U32 NetIndex) /* NetIndex (0..n), in single net mode always zero */ | |||
870 | * Description: | 870 | * Description: |
871 | * Calls a general sub-function for all this set stuff. The preset does | 871 | * Calls a general sub-function for all this set stuff. The preset does |
872 | * the same as a set, but returns just before finally setting the | 872 | * the same as a set, but returns just before finally setting the |
873 | * new value. This is usefull to check if a set might be successfull. | 873 | * new value. This is useful to check if a set might be successfull. |
874 | * The sub-function runs through the IdTable, checks which OIDs are able | 874 | * The sub-function runs through the IdTable, checks which OIDs are able |
875 | * to set, and calls the handler function of the OID to perform the | 875 | * to set, and calls the handler function of the OID to perform the |
876 | * preset. The return value of the function will also be stored in | 876 | * preset. The return value of the function will also be stored in |
@@ -6473,7 +6473,7 @@ unsigned int PhysPortIndex) /* Physical port index */ | |||
6473 | * | 6473 | * |
6474 | * Description: | 6474 | * Description: |
6475 | * The COMMON module only tells us if the mode is half or full duplex. | 6475 | * The COMMON module only tells us if the mode is half or full duplex. |
6476 | * But in the decade of auto sensing it is usefull for the user to | 6476 | * But in the decade of auto sensing it is useful for the user to |
6477 | * know if the mode was negotiated or forced. Therefore we have a | 6477 | * know if the mode was negotiated or forced. Therefore we have a |
6478 | * look to the mode, which was last used by the negotiation process. | 6478 | * look to the mode, which was last used by the negotiation process. |
6479 | * | 6479 | * |
diff --git a/drivers/parisc/led.c b/drivers/parisc/led.c index 95bd07b8b61b..315be4770d3e 100644 --- a/drivers/parisc/led.c +++ b/drivers/parisc/led.c | |||
@@ -347,7 +347,7 @@ static void led_LCD_driver(unsigned char leds) | |||
347 | ** | 347 | ** |
348 | ** led_get_net_activity() | 348 | ** led_get_net_activity() |
349 | ** | 349 | ** |
350 | ** calculate if there was TX- or RX-troughput on the network interfaces | 350 | ** calculate if there was TX- or RX-throughput on the network interfaces |
351 | ** (analog to dev_get_info() from net/core/dev.c) | 351 | ** (analog to dev_get_info() from net/core/dev.c) |
352 | ** | 352 | ** |
353 | */ | 353 | */ |
diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig index ed1899d307db..be3fd9bce573 100644 --- a/drivers/usb/host/Kconfig +++ b/drivers/usb/host/Kconfig | |||
@@ -11,14 +11,14 @@ config USB_EHCI_HCD | |||
11 | The Enhanced Host Controller Interface (EHCI) is standard for USB 2.0 | 11 | The Enhanced Host Controller Interface (EHCI) is standard for USB 2.0 |
12 | "high speed" (480 Mbit/sec, 60 Mbyte/sec) host controller hardware. | 12 | "high speed" (480 Mbit/sec, 60 Mbyte/sec) host controller hardware. |
13 | If your USB host controller supports USB 2.0, you will likely want to | 13 | If your USB host controller supports USB 2.0, you will likely want to |
14 | configure this Host Controller Driver. At this writing, the primary | 14 | configure this Host Controller Driver. At the time of this writing, |
15 | implementation of EHCI is a chip from NEC, widely available in add-on | 15 | the primary implementation of EHCI is a chip from NEC, widely available |
16 | PCI cards, but implementations are in the works from other vendors | 16 | in add-on PCI cards, but implementations are in the works from other |
17 | including Intel and Philips. Motherboard support is appearing. | 17 | vendors including Intel and Philips. Motherboard support is appearing. |
18 | 18 | ||
19 | EHCI controllers are packaged with "companion" host controllers (OHCI | 19 | EHCI controllers are packaged with "companion" host controllers (OHCI |
20 | or UHCI) to handle USB 1.1 devices connected to root hub ports. Ports | 20 | or UHCI) to handle USB 1.1 devices connected to root hub ports. Ports |
21 | will connect to EHCI if it the device is high speed, otherwise they | 21 | will connect to EHCI if the device is high speed, otherwise they |
22 | connect to a companion controller. If you configure EHCI, you should | 22 | connect to a companion controller. If you configure EHCI, you should |
23 | probably configure the OHCI (for NEC and some other vendors) USB Host | 23 | probably configure the OHCI (for NEC and some other vendors) USB Host |
24 | Controller Driver or UHCI (for Via motherboards) Host Controller | 24 | Controller Driver or UHCI (for Via motherboards) Host Controller |
diff --git a/drivers/usb/serial/cypress_m8.c b/drivers/usb/serial/cypress_m8.c index af18355e94cc..4e9637eb6137 100644 --- a/drivers/usb/serial/cypress_m8.c +++ b/drivers/usb/serial/cypress_m8.c | |||
@@ -357,7 +357,7 @@ static int cypress_serial_control (struct usb_serial_port *port, unsigned baud_m | |||
357 | } while (retval != 5 && retval != ENODEV); | 357 | } while (retval != 5 && retval != ENODEV); |
358 | 358 | ||
359 | if (retval != 5) { | 359 | if (retval != 5) { |
360 | err("%s - failed to retreive serial line settings - %d", __FUNCTION__, retval); | 360 | err("%s - failed to retrieve serial line settings - %d", __FUNCTION__, retval); |
361 | return retval; | 361 | return retval; |
362 | } else { | 362 | } else { |
363 | spin_lock_irqsave(&priv->lock, flags); | 363 | spin_lock_irqsave(&priv->lock, flags); |
diff --git a/drivers/usb/serial/usb-serial.c b/drivers/usb/serial/usb-serial.c index 8bc8337c99c4..4dd6865d32b0 100644 --- a/drivers/usb/serial/usb-serial.c +++ b/drivers/usb/serial/usb-serial.c | |||
@@ -584,7 +584,7 @@ static struct usb_serial_driver *search_serial_device(struct usb_interface *ifac | |||
584 | const struct usb_device_id *id; | 584 | const struct usb_device_id *id; |
585 | struct usb_serial_driver *t; | 585 | struct usb_serial_driver *t; |
586 | 586 | ||
587 | /* List trough know devices and see if the usb id matches */ | 587 | /* Check if the usb id matches a known device */ |
588 | list_for_each(p, &usb_serial_driver_list) { | 588 | list_for_each(p, &usb_serial_driver_list) { |
589 | t = list_entry(p, struct usb_serial_driver, driver_list); | 589 | t = list_entry(p, struct usb_serial_driver, driver_list); |
590 | id = usb_match_id(iface, t->id_table); | 590 | id = usb_match_id(iface, t->id_table); |
diff --git a/drivers/video/aty/radeon_monitor.c b/drivers/video/aty/radeon_monitor.c index ea7c86306918..7f9838dceab5 100644 --- a/drivers/video/aty/radeon_monitor.c +++ b/drivers/video/aty/radeon_monitor.c | |||
@@ -423,7 +423,7 @@ static int __devinit radeon_parse_monitor_layout(struct radeonfb_info *rinfo, | |||
423 | /* | 423 | /* |
424 | * Probe display on both primary and secondary card's connector (if any) | 424 | * Probe display on both primary and secondary card's connector (if any) |
425 | * by various available techniques (i2c, OF device tree, BIOS, ...) and | 425 | * by various available techniques (i2c, OF device tree, BIOS, ...) and |
426 | * try to retreive EDID. The algorithm here comes from XFree's radeon | 426 | * try to retrieve EDID. The algorithm here comes from XFree's radeon |
427 | * driver | 427 | * driver |
428 | */ | 428 | */ |
429 | void __devinit radeon_probe_screens(struct radeonfb_info *rinfo, | 429 | void __devinit radeon_probe_screens(struct radeonfb_info *rinfo, |
diff --git a/drivers/video/logo/Makefile b/drivers/video/logo/Makefile index d0244c04af5a..4ef5cd19609d 100644 --- a/drivers/video/logo/Makefile +++ b/drivers/video/logo/Makefile | |||
@@ -16,7 +16,7 @@ obj-$(CONFIG_LOGO_M32R_CLUT224) += logo_m32r_clut224.o | |||
16 | 16 | ||
17 | # How to generate logo's | 17 | # How to generate logo's |
18 | 18 | ||
19 | # Use logo-cfiles to retreive list of .c files to be built | 19 | # Use logo-cfiles to retrieve list of .c files to be built |
20 | logo-cfiles = $(notdir $(patsubst %.$(2), %.c, \ | 20 | logo-cfiles = $(notdir $(patsubst %.$(2), %.c, \ |
21 | $(wildcard $(srctree)/$(src)/*$(1).$(2)))) | 21 | $(wildcard $(srctree)/$(src)/*$(1).$(2)))) |
22 | 22 | ||
diff --git a/drivers/w1/Kconfig b/drivers/w1/Kconfig index 9a1e00dd3e02..4baf61a22327 100644 --- a/drivers/w1/Kconfig +++ b/drivers/w1/Kconfig | |||
@@ -3,7 +3,7 @@ menu "Dallas's 1-wire bus" | |||
3 | config W1 | 3 | config W1 |
4 | tristate "Dallas's 1-wire support" | 4 | tristate "Dallas's 1-wire support" |
5 | ---help--- | 5 | ---help--- |
6 | Dallas's 1-wire bus is usefull to connect slow 1-pin devices | 6 | Dallas's 1-wire bus is useful to connect slow 1-pin devices |
7 | such as iButtons and thermal sensors. | 7 | such as iButtons and thermal sensors. |
8 | 8 | ||
9 | If you want W1 support, you should say Y here. | 9 | If you want W1 support, you should say Y here. |