1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-22 15:47:37 +00:00

Consistently use padding `_' in the comment.

This commit is contained in:
Jung-uk Kim 2010-11-08 19:52:14 +00:00
parent 2bc085c69c
commit affa18265a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=214998

View File

@ -1693,7 +1693,7 @@ acpi_probe_child(ACPI_HANDLE handle, UINT32 level, void *context, void **status)
/*
* Since we scan from \, be sure to skip system scope objects.
* \_SB_ and \_TZ_ are defined in ACPICA as devices to work around
* BIOS bugs. For example, \_SB_ is to allow \_SB._INI to be run
* BIOS bugs. For example, \_SB_ is to allow \_SB_._INI to be run
* during the intialization and \_TZ_ is to support Notify() on it.
*/
if (strcmp(handle_str, "\\_SB_") == 0 ||