Loading arch/arm/mach-omap1/board-perseus2.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -184,7 +184,7 @@ static void __init omap_perseus2_map_io(void) omap_writel(0x00000088, OMAP730_FLASH_ACFG_0); omap_writel(0x00000088, OMAP730_FLASH_ACFG_0); /* /* * Ethernet support trough the debug board * Ethernet support through the debug board * CS1 timings setup * CS1 timings setup */ */ omap_writel(0x0000fff3, OMAP730_FLASH_CFG_1); omap_writel(0x0000fff3, OMAP730_FLASH_CFG_1); Loading drivers/cdrom/cm206.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -32,7 +32,7 @@ 18 mrt 1995: 0.24 Working background read-ahead. (still problems) 18 mrt 1995: 0.24 Working background read-ahead. (still problems) 26 mrt 1995: 0.25 Multi-session ioctl added (kernel v1.2). 26 mrt 1995: 0.25 Multi-session ioctl added (kernel v1.2). Statistics implemented, though separate stats206.h. Statistics implemented, though separate stats206.h. Accessible trough ioctl 0x1000 (just a number). Accessible through ioctl 0x1000 (just a number). Hard to choose between v1.2 development and 1.1.75. Hard to choose between v1.2 development and 1.1.75. Bottom-half doesn't work with 1.2... Bottom-half doesn't work with 1.2... 0.25a: fixed... typo. Still problems... 0.25a: fixed... typo. Still problems... Loading drivers/net/pcmcia/xirc2ps_cs.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -1598,7 +1598,7 @@ do_ioctl(struct net_device *dev, struct ifreq *rq, int cmd) switch(cmd) { switch(cmd) { case SIOCGMIIPHY: /* Get the address of the PHY in use. */ case SIOCGMIIPHY: /* Get the address of the PHY in use. */ data[0] = 0; /* we have only this address */ data[0] = 0; /* we have only this address */ /* fall trough */ /* fall through */ case SIOCGMIIREG: /* Read the specified MII register. */ case SIOCGMIIREG: /* Read the specified MII register. */ data[3] = mii_rd(ioaddr, data[0] & 0x1f, data[1] & 0x1f); data[3] = mii_rd(ioaddr, data[0] & 0x1f, data[1] & 0x1f); break; break; Loading drivers/parisc/led.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -347,7 +347,7 @@ static void led_LCD_driver(unsigned char leds) ** ** ** led_get_net_activity() ** led_get_net_activity() ** ** ** calculate if there was TX- or RX-troughput on the network interfaces ** calculate if there was TX- or RX-throughput on the network interfaces ** (analog to dev_get_info() from net/core/dev.c) ** (analog to dev_get_info() from net/core/dev.c) ** ** */ */ Loading drivers/usb/serial/usb-serial.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -584,7 +584,7 @@ static struct usb_serial_driver *search_serial_device(struct usb_interface *ifac const struct usb_device_id *id; const struct usb_device_id *id; struct usb_serial_driver *t; struct usb_serial_driver *t; /* List trough know devices and see if the usb id matches */ /* Check if the usb id matches a known device */ list_for_each(p, &usb_serial_driver_list) { list_for_each(p, &usb_serial_driver_list) { t = list_entry(p, struct usb_serial_driver, driver_list); t = list_entry(p, struct usb_serial_driver, driver_list); id = usb_match_id(iface, t->id_table); id = usb_match_id(iface, t->id_table); Loading Loading
arch/arm/mach-omap1/board-perseus2.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -184,7 +184,7 @@ static void __init omap_perseus2_map_io(void) omap_writel(0x00000088, OMAP730_FLASH_ACFG_0); omap_writel(0x00000088, OMAP730_FLASH_ACFG_0); /* /* * Ethernet support trough the debug board * Ethernet support through the debug board * CS1 timings setup * CS1 timings setup */ */ omap_writel(0x0000fff3, OMAP730_FLASH_CFG_1); omap_writel(0x0000fff3, OMAP730_FLASH_CFG_1); Loading
drivers/cdrom/cm206.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -32,7 +32,7 @@ 18 mrt 1995: 0.24 Working background read-ahead. (still problems) 18 mrt 1995: 0.24 Working background read-ahead. (still problems) 26 mrt 1995: 0.25 Multi-session ioctl added (kernel v1.2). 26 mrt 1995: 0.25 Multi-session ioctl added (kernel v1.2). Statistics implemented, though separate stats206.h. Statistics implemented, though separate stats206.h. Accessible trough ioctl 0x1000 (just a number). Accessible through ioctl 0x1000 (just a number). Hard to choose between v1.2 development and 1.1.75. Hard to choose between v1.2 development and 1.1.75. Bottom-half doesn't work with 1.2... Bottom-half doesn't work with 1.2... 0.25a: fixed... typo. Still problems... 0.25a: fixed... typo. Still problems... Loading
drivers/net/pcmcia/xirc2ps_cs.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -1598,7 +1598,7 @@ do_ioctl(struct net_device *dev, struct ifreq *rq, int cmd) switch(cmd) { switch(cmd) { case SIOCGMIIPHY: /* Get the address of the PHY in use. */ case SIOCGMIIPHY: /* Get the address of the PHY in use. */ data[0] = 0; /* we have only this address */ data[0] = 0; /* we have only this address */ /* fall trough */ /* fall through */ case SIOCGMIIREG: /* Read the specified MII register. */ case SIOCGMIIREG: /* Read the specified MII register. */ data[3] = mii_rd(ioaddr, data[0] & 0x1f, data[1] & 0x1f); data[3] = mii_rd(ioaddr, data[0] & 0x1f, data[1] & 0x1f); break; break; Loading
drivers/parisc/led.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -347,7 +347,7 @@ static void led_LCD_driver(unsigned char leds) ** ** ** led_get_net_activity() ** led_get_net_activity() ** ** ** calculate if there was TX- or RX-troughput on the network interfaces ** calculate if there was TX- or RX-throughput on the network interfaces ** (analog to dev_get_info() from net/core/dev.c) ** (analog to dev_get_info() from net/core/dev.c) ** ** */ */ Loading
drivers/usb/serial/usb-serial.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -584,7 +584,7 @@ static struct usb_serial_driver *search_serial_device(struct usb_interface *ifac const struct usb_device_id *id; const struct usb_device_id *id; struct usb_serial_driver *t; struct usb_serial_driver *t; /* List trough know devices and see if the usb id matches */ /* Check if the usb id matches a known device */ list_for_each(p, &usb_serial_driver_list) { list_for_each(p, &usb_serial_driver_list) { t = list_entry(p, struct usb_serial_driver, driver_list); t = list_entry(p, struct usb_serial_driver, driver_list); id = usb_match_id(iface, t->id_table); id = usb_match_id(iface, t->id_table); Loading