mirror of
https://github.com/acpica/acpica/
synced 2025-02-15 13:04:16 +03:00
lint fixes
date 2003.01.22.18.38.00; author rmoore1; state Exp;
This commit is contained in:
parent
60bd7d8285
commit
1cd4e33fb1
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user