Skip to content

Commit e7b07d3

Browse files
andy-shevrafaeljw
authored andcommitted
ACPI: utils: Capitalize abbreviations in the comments
The DSDT and ACPI should be capitalized. Signed-off-by: Andy Shevchenko <andy.shevchenko@gmail.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
1 parent 81eeb2f commit e7b07d3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

drivers/acpi/utils.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -797,7 +797,7 @@ static int acpi_dev_match_cb(struct device *dev, const void *data)
797797
* Note that if the device is pluggable, it may since have disappeared.
798798
*
799799
* Note that unlike acpi_dev_found() this function checks the status
800-
* of the device. So for devices which are present in the dsdt, but
800+
* of the device. So for devices which are present in the DSDT, but
801801
* which are disabled (their _STA callback returns 0) this function
802802
* will return false.
803803
*
@@ -824,7 +824,7 @@ EXPORT_SYMBOL(acpi_dev_present);
824824

825825
/**
826826
* acpi_dev_get_next_match_dev - Return the next match of ACPI device
827-
* @adev: Pointer to the previous acpi_device matching this @hid, @uid and @hrv
827+
* @adev: Pointer to the previous ACPI device matching this @hid, @uid and @hrv
828828
* @hid: Hardware ID of the device.
829829
* @uid: Unique ID of the device, pass NULL to not check _UID
830830
* @hrv: Hardware Revision of the device, pass -1 to not check _HRV

0 commit comments

Comments
 (0)