···184 omap_writel(0x00000088, OMAP730_FLASH_ACFG_0);185186 /*187- * Ethernet support trough the debug board188 * CS1 timings setup189 */190 omap_writel(0x0000fff3, OMAP730_FLASH_CFG_1);
···184 omap_writel(0x00000088, OMAP730_FLASH_ACFG_0);185186 /*187+ * Ethernet support through the debug board188 * CS1 timings setup189 */190 omap_writel(0x0000fff3, OMAP730_FLASH_CFG_1);
+1-1
drivers/cdrom/cm206.c
···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).34 Statistics implemented, though separate stats206.h.35- Accessible trough ioctl 0x1000 (just a number).36 Hard to choose between v1.2 development and 1.1.75.37 Bottom-half doesn't work with 1.2...38 0.25a: fixed... typo. 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).34 Statistics implemented, though separate stats206.h.35+ Accessible through ioctl 0x1000 (just a number).36 Hard to choose between v1.2 development and 1.1.75.37 Bottom-half doesn't work with 1.2...38 0.25a: fixed... typo. Still problems...
+1-1
drivers/net/pcmcia/xirc2ps_cs.c
···1598 switch(cmd) {1599 case SIOCGMIIPHY: /* Get the address of the PHY in use. */1600 data[0] = 0; /* we have only this address */1601- /* fall trough */1602 case SIOCGMIIREG: /* Read the specified MII register. */1603 data[3] = mii_rd(ioaddr, data[0] & 0x1f, data[1] & 0x1f);1604 break;
···1598 switch(cmd) {1599 case SIOCGMIIPHY: /* Get the address of the PHY in use. */1600 data[0] = 0; /* we have only this address */1601+ /* fall through */1602 case SIOCGMIIREG: /* Read the specified MII register. */1603 data[3] = mii_rd(ioaddr, data[0] & 0x1f, data[1] & 0x1f);1604 break;
+1-1
drivers/parisc/led.c
···347 ** 348 ** led_get_net_activity()349 ** 350- ** calculate if there was TX- or RX-troughput on the network interfaces351 ** (analog to dev_get_info() from net/core/dev.c)352 ** 353 */
···347 ** 348 ** led_get_net_activity()349 ** 350+ ** calculate if there was TX- or RX-throughput on the network interfaces351 ** (analog to dev_get_info() from net/core/dev.c)352 ** 353 */
+1-1
drivers/usb/serial/usb-serial.c
···584 const struct usb_device_id *id;585 struct usb_serial_driver *t;586587- /* List trough know devices and see if the usb id matches */588 list_for_each(p, &usb_serial_driver_list) {589 t = list_entry(p, struct usb_serial_driver, driver_list);590 id = usb_match_id(iface, t->id_table);
···584 const struct usb_device_id *id;585 struct usb_serial_driver *t;586587+ /* Check if the usb id matches a known device */588 list_for_each(p, &usb_serial_driver_list) {589 t = list_entry(p, struct usb_serial_driver, driver_list);590 id = usb_match_id(iface, t->id_table);
+2-2
net/ipv4/netfilter/ip_conntrack_proto_tcp.c
···995 || (!test_bit(IPS_ASSURED_BIT, &conntrack->status)996 && conntrack->proto.tcp.last_index == TCP_ACK_SET))997 && ntohl(th->ack_seq) == conntrack->proto.tcp.last_end) {998- /* RST sent to invalid SYN or ACK we had let trough999 * at a) and c) above:1000 *1001 * a) SYN was in window then···1006 * segments we ignored. */1007 goto in_window;1008 }1009- /* Just fall trough */1010 default:1011 /* Keep compilers happy. */1012 break;
···995 || (!test_bit(IPS_ASSURED_BIT, &conntrack->status)996 && conntrack->proto.tcp.last_index == TCP_ACK_SET))997 && ntohl(th->ack_seq) == conntrack->proto.tcp.last_end) {998+ /* RST sent to invalid SYN or ACK we had let through999 * at a) and c) above:1000 *1001 * a) SYN was in window then···1006 * segments we ignored. */1007 goto in_window;1008 }1009+ /* Just fall through */1010 default:1011 /* Keep compilers happy. */1012 break;
+2-2
net/netfilter/nf_conntrack_proto_tcp.c
···988 || (!test_bit(IPS_ASSURED_BIT, &conntrack->status)989 && conntrack->proto.tcp.last_index == TCP_ACK_SET))990 && ntohl(th->ack_seq) == conntrack->proto.tcp.last_end) {991- /* RST sent to invalid SYN or ACK we had let trough992 * at a) and c) above:993 *994 * a) SYN was in window then···999 * segments we ignored. */1000 goto in_window;1001 }1002- /* Just fall trough */1003 default:1004 /* Keep compilers happy. */1005 break;
···988 || (!test_bit(IPS_ASSURED_BIT, &conntrack->status)989 && conntrack->proto.tcp.last_index == TCP_ACK_SET))990 && ntohl(th->ack_seq) == conntrack->proto.tcp.last_end) {991+ /* RST sent to invalid SYN or ACK we had let through992 * at a) and c) above:993 *994 * a) SYN was in window then···999 * segments we ignored. */1000 goto in_window;1001 }1002+ /* Just fall through */1003 default:1004 /* Keep compilers happy. */1005 break;
+1-1
sound/pcmcia/pdaudiocf/pdaudiocf_pcm.c
···209 case SNDRV_PCM_FORMAT_S24_3LE:210 case SNDRV_PCM_FORMAT_S24_3BE:211 chip->pcm_sample = 3;212- /* fall trough */213 default: /* 24-bit */214 aval = AK4117_DIF_24R;215 chip->pcm_frame = 3;
···209 case SNDRV_PCM_FORMAT_S24_3LE:210 case SNDRV_PCM_FORMAT_S24_3BE:211 chip->pcm_sample = 3;212+ /* fall through */213 default: /* 24-bit */214 aval = AK4117_DIF_24R;215 chip->pcm_frame = 3;