[parisc-linux-cvs] minipatch for hardware.c
Helge Deller
deller@gmx.de
Wed, 16 May 2001 01:58:59 +0200
- updated link to documentation
- return "unknown type" instead of "Unknown Type" (consistency)
RCS file: /home/cvs/parisc/linux/arch/parisc/kernel/hardware.c,v
retrieving revision 1.17
diff -u -r1.17 hardware.c
--- hardware.c 2001/02/05 14:53:01 1.17
+++ hardware.c 2001/05/15 23:49:33
@@ -5,7 +5,7 @@
*
* Based on the document "PA-RISC 1.1 I/O Firmware Architecture
* Reference Specification", March 7, 1999, version 0.96. This
- * is available at ?.
+ * is available at http://parisc-linux.org/documentation/
*
* Copyright 1999 by Alex deVries <adevries@thepuffingroup.com>
* and copyright 1999 The Puffin Group Inc.
@@ -1424,7 +1424,7 @@
if (hw_type <= HPHW_CIO) {
return hw_type_name[hw_type];
} else {
- return "Unknown Type";
+ return "unknown type";
}
}