Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Fix typo interrest[ing|ed] => interest[ing|ed]

Fix typos with interrest*.

Signed-off-by: Thomas Weber <weber@corscience.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

authored by

Thomas Weber and committed by
Jiri Kosina
6f0b31c3 817f2c84

+3 -3
+2 -2
drivers/char/stallion.c
··· 3180 3180 3181 3181 /* 3182 3182 * Return the current state of data flow on this port. This is only 3183 - * really interresting when determining if data has fully completed 3183 + * really interesting when determining if data has fully completed 3184 3184 * transmission or not... This is easy for the cd1400, it accurately 3185 3185 * maintains the busy port flag. 3186 3186 */ ··· 4130 4130 4131 4131 /* 4132 4132 * Return the current state of data flow on this port. This is only 4133 - * really interresting when determining if data has fully completed 4133 + * really interesting when determining if data has fully completed 4134 4134 * transmission or not... The sc26198 interrupt scheme cannot 4135 4135 * determine when all data has actually drained, so we need to 4136 4136 * check the port statusy register to be sure.
+1 -1
drivers/net/wan/hdlc.c
··· 109 109 return NOTIFY_DONE; /* not an HDLC device */ 110 110 111 111 if (event != NETDEV_CHANGE) 112 - return NOTIFY_DONE; /* Only interrested in carrier changes */ 112 + return NOTIFY_DONE; /* Only interested in carrier changes */ 113 113 114 114 on = netif_carrier_ok(dev); 115 115