···3180318031813181/*31823182 * Return the current state of data flow on this port. This is only31833183- * really interresting when determining if data has fully completed31833183+ * really interesting when determining if data has fully completed31843184 * transmission or not... This is easy for the cd1400, it accurately31853185 * maintains the busy port flag.31863186 */···4130413041314131/*41324132 * Return the current state of data flow on this port. This is only41334133- * really interresting when determining if data has fully completed41334133+ * really interesting when determining if data has fully completed41344134 * transmission or not... The sc26198 interrupt scheme cannot41354135 * determine when all data has actually drained, so we need to41364136 * check the port statusy register to be sure.
+1-1
drivers/net/wan/hdlc.c
···109109 return NOTIFY_DONE; /* not an HDLC device */110110111111 if (event != NETDEV_CHANGE)112112- return NOTIFY_DONE; /* Only interrested in carrier changes */112112+ return NOTIFY_DONE; /* Only interested in carrier changes */113113114114 on = netif_carrier_ok(dev);115115