ACPICA: Update comments - no functional changes
Some formatting and spelling fixes. Signed-off-by: Bob Moore <robert.moore@intel.com> Signed-off-by: Lin Ming <ming.m.lin@intel.com> Signed-off-by: Len Brown <len.brown@intel.com>
This commit is contained in:
parent
57e664cfd9
commit
2425a0967f
1 changed files with 11 additions and 10 deletions
|
@ -159,6 +159,7 @@ acpi_ex_convert_to_integer(union acpi_operand_object *obj_desc,
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
|
||||||
/* No other types can get here */
|
/* No other types can get here */
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
@ -365,7 +366,7 @@ acpi_ex_convert_to_ascii(acpi_integer integer,
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Since leading zeros are supressed, we must check for the case where
|
* Since leading zeros are suppressed, we must check for the case where
|
||||||
* the integer equals 0
|
* the integer equals 0
|
||||||
*
|
*
|
||||||
* Finally, null terminate the string and return the length
|
* Finally, null terminate the string and return the length
|
||||||
|
|
Loading…
Add table
Reference in a new issue