···4545/*4646 * Driver identification, error and debugging statments4747 *4848- * In theory, you can change all occurances of "digi" in the next4848+ * In theory, you can change all occurrences of "digi" in the next4949 * three lines, and the driver printk's will all automagically change.5050 *5151 * APR((fmt, args, ...)); Always prints message
+1-1
drivers/staging/dgnc/dgnc_neo.c
···11111111 * Why would I check EVERY possibility of type of11121112 * interrupt, when we know its TXRDY???11131113 * Becuz for some reason, even tho we got triggered for TXRDY,11141114- * it seems to be occassionally wrong. Instead of TX, which11141114+ * it seems to be occasionally wrong. Instead of TX, which11151115 * it should be, I was getting things like RXDY too. Weird.11161116 */11171117 neo_parse_isr(brd, port);
···267267268268 /*269269 * If we're doing transparent print, we have to do all of the above270270- * again, seperately so we don't get the LD confused about what major270270+ * again, separately so we don't get the LD confused about what major271271 * we are when we get into the dgnc_tty_open() routine.272272 */273273 brd->PrintDriver.magic = TTY_DRIVER_MAGIC;···286286287287 /*288288 * The kernel wants space to store pointers to289289- * tty_struct's and termios's. Must be seperate from289289+ * tty_struct's and termios's. Must be separated from290290 * the Serial Driver so we don't get confused291291 */292292 brd->PrintDriver.ttys = kzalloc(brd->maxports * sizeof(struct tty_struct *), GFP_KERNEL);
+2-2
drivers/staging/dgnc/digi.h
···201201 unsigned int shrink_buf_vaddr; /* Virtual address of board */202202 unsigned int shrink_buf_phys; /* Physical address of board */203203 unsigned int shrink_buf_bseg; /* Amount of board memory */204204- unsigned int shrink_buf_hseg; /* '186 Begining of Dual-Port */204204+ unsigned int shrink_buf_hseg; /* '186 Beginning of Dual-Port */205205206206- unsigned int shrink_buf_lseg; /* '186 Begining of freed memory */206206+ unsigned int shrink_buf_lseg; /* '186 Beginning of freed memory */207207 unsigned int shrink_buf_mseg; /* Linear address from start of208208 dual-port were freed memory209209 begins, host viewpoint. */