[parisc-linux] [PATCH] typo fix

Greg Ingram ingram@symsys.com
Wed, 24 Jan 2001 09:46:40 -0600 (CST)


That patch I sent last week has a letter O instead of a zero in the 'C100'
string in the comment.  Only one.  What were my fingers doing?

--- ccio-dma.c.orig	Wed Jan 24 09:39:22 2001
+++ ccio-dma.c	Wed Jan 24 09:39:38 2001
@@ -1523,7 +1523,7 @@
 ** that can't be detected by PA/EISA/PCI bus walks.
 */
 	switch((unsigned long)d->hpa) {
-        case 0xf5fbf000L:       /* C1O0 (wild guess!) */
+        case 0xf5fbf000L:       /* C100 (wild guess!) */
 	case 0xf3fbf000L:       /* C110 IOA0 LBC (aka GSC port) */
 	case 0xf7fbf000L:       /* C110 IOA0 LBC (aka GSC port) */
 	case 0xf203f000L:       /* C180/C200/240/C360 IOA0 LBC (aka GSC port) */

- Greg