lint fixes

date	2003.01.22.18.38.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 18:44:04 +00:00
parent 60bd7d8285
commit 1cd4e33fb1

View File

@ -1,7 +1,7 @@
/*******************************************************************************
*
* Module Name: rscalc - Calculate stream and list lengths
* $Revision: 1.45 $
* $Revision: 1.47 $
*
******************************************************************************/
@ -9,7 +9,7 @@
*
* 1. Copyright Notice
*
* Some or all of this work - Copyright (c) 1999 - 2002, Intel Corp.
* Some or all of this work - Copyright (c) 1999 - 2003, Intel Corp.
* All rights reserved.
*
* 2. License
@ -918,7 +918,7 @@ AcpiRsGetPciRoutingTableLength (
* The length String.Length field does not include the
* terminating NULL, add 1
*/
TempSizeNeeded += ((*SubObjectList)->String.Length + 1);
TempSizeNeeded += ((ACPI_SIZE) (*SubObjectList)->String.Length + 1);
}
else
{