···184184 omap_writel(0x00000088, OMAP730_FLASH_ACFG_0);185185186186 /*187187- * Ethernet support trough the debug board187187+ * Ethernet support through the debug board188188 * CS1 timings setup189189 */190190 omap_writel(0x0000fff3, OMAP730_FLASH_CFG_1);
+1-1
drivers/cdrom/cm206.c
···3232 18 mrt 1995: 0.24 Working background read-ahead. (still problems)3333 26 mrt 1995: 0.25 Multi-session ioctl added (kernel v1.2).3434 Statistics implemented, though separate stats206.h.3535- Accessible trough ioctl 0x1000 (just a number).3535+ Accessible through ioctl 0x1000 (just a number).3636 Hard to choose between v1.2 development and 1.1.75.3737 Bottom-half doesn't work with 1.2...3838 0.25a: fixed... typo. Still problems...
+1-1
drivers/net/pcmcia/xirc2ps_cs.c
···15981598 switch(cmd) {15991599 case SIOCGMIIPHY: /* Get the address of the PHY in use. */16001600 data[0] = 0; /* we have only this address */16011601- /* fall trough */16011601+ /* fall through */16021602 case SIOCGMIIREG: /* Read the specified MII register. */16031603 data[3] = mii_rd(ioaddr, data[0] & 0x1f, data[1] & 0x1f);16041604 break;
+1-1
drivers/parisc/led.c
···347347 ** 348348 ** led_get_net_activity()349349 ** 350350- ** calculate if there was TX- or RX-troughput on the network interfaces350350+ ** calculate if there was TX- or RX-throughput on the network interfaces351351 ** (analog to dev_get_info() from net/core/dev.c)352352 ** 353353 */
+1-1
drivers/usb/serial/usb-serial.c
···584584 const struct usb_device_id *id;585585 struct usb_serial_driver *t;586586587587- /* List trough know devices and see if the usb id matches */587587+ /* Check if the usb id matches a known device */588588 list_for_each(p, &usb_serial_driver_list) {589589 t = list_entry(p, struct usb_serial_driver, driver_list);590590 id = usb_match_id(iface, t->id_table);
+2-2
net/ipv4/netfilter/ip_conntrack_proto_tcp.c
···995995 || (!test_bit(IPS_ASSURED_BIT, &conntrack->status)996996 && conntrack->proto.tcp.last_index == TCP_ACK_SET))997997 && ntohl(th->ack_seq) == conntrack->proto.tcp.last_end) {998998- /* RST sent to invalid SYN or ACK we had let trough998998+ /* RST sent to invalid SYN or ACK we had let through999999 * at a) and c) above:10001000 *10011001 * a) SYN was in window then···10061006 * segments we ignored. */10071007 goto in_window;10081008 }10091009- /* Just fall trough */10091009+ /* Just fall through */10101010 default:10111011 /* Keep compilers happy. */10121012 break;
+2-2
net/netfilter/nf_conntrack_proto_tcp.c
···988988 || (!test_bit(IPS_ASSURED_BIT, &conntrack->status)989989 && conntrack->proto.tcp.last_index == TCP_ACK_SET))990990 && ntohl(th->ack_seq) == conntrack->proto.tcp.last_end) {991991- /* RST sent to invalid SYN or ACK we had let trough991991+ /* RST sent to invalid SYN or ACK we had let through992992 * at a) and c) above:993993 *994994 * a) SYN was in window then···999999 * segments we ignored. */10001000 goto in_window;10011001 }10021002- /* Just fall trough */10021002+ /* Just fall through */10031003 default:10041004 /* Keep compilers happy. */10051005 break;
+1-1
sound/pcmcia/pdaudiocf/pdaudiocf_pcm.c
···209209 case SNDRV_PCM_FORMAT_S24_3LE:210210 case SNDRV_PCM_FORMAT_S24_3BE:211211 chip->pcm_sample = 3;212212- /* fall trough */212212+ /* fall through */213213 default: /* 24-bit */214214 aval = AK4117_DIF_24R;215215 chip->pcm_frame = 3;