summaryrefslogtreecommitdiffstats
path: root/source/components/utilities/utstring.c
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2013-06-26 19:01:10 +0000
committerjkim <jkim@FreeBSD.org>2013-06-26 19:01:10 +0000
commit7aca7201724cb02a2a0541bd3ad2c0aca23dd076 (patch)
tree274ff6113dbdc6cbbbf50dc30d0527fb9cb0fc55 /source/components/utilities/utstring.c
parentaf69f95bba3597db53a980597cfd371c9f6ee7cf (diff)
downloadFreeBSD-src-7aca7201724cb02a2a0541bd3ad2c0aca23dd076.zip
FreeBSD-src-7aca7201724cb02a2a0541bd3ad2c0aca23dd076.tar.gz
Import ACPICA 20130626.
Diffstat (limited to 'source/components/utilities/utstring.c')
-rw-r--r--source/components/utilities/utstring.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/components/utilities/utstring.c b/source/components/utilities/utstring.c
index 9e58908..9798700 100644
--- a/source/components/utilities/utstring.c
+++ b/source/components/utilities/utstring.c
@@ -395,7 +395,8 @@ ErrorExit:
* FUNCTION: AcpiUtPrintString
*
* PARAMETERS: String - Null terminated ASCII string
- * MaxLength - Maximum output length
+ * MaxLength - Maximum output length. Used to constrain the
+ * length of strings during debug output only.
*
* RETURN: None
*
@@ -407,7 +408,7 @@ ErrorExit:
void
AcpiUtPrintString (
char *String,
- UINT8 MaxLength)
+ UINT16 MaxLength)
{
UINT32 i;
OpenPOWER on IntegriCloud