diff options
author | Andy Shevchenko <andy.shevchenko@gmail.com> | 2021-04-13 02:20:52 +0300 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2021-04-13 15:48:02 +0200 |
commit | e7b07d3e00dc8547be43467a63c4d1e7823b640c (patch) | |
tree | 9a7503cdb4d700fc85bd4b6472cd41df6037cd94 /drivers/acpi | |
parent | 81eeb2f57782d0dff15db97665599121e289b614 (diff) | |
download | linux-stable-e7b07d3e00dc8547be43467a63c4d1e7823b640c.tar.gz linux-stable-e7b07d3e00dc8547be43467a63c4d1e7823b640c.tar.bz2 linux-stable-e7b07d3e00dc8547be43467a63c4d1e7823b640c.zip |
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>
Diffstat (limited to 'drivers/acpi')
-rw-r--r-- | drivers/acpi/utils.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/acpi/utils.c b/drivers/acpi/utils.c index 35c3b52fb6ad..b458b2d50ba6 100644 --- a/drivers/acpi/utils.c +++ b/drivers/acpi/utils.c @@ -797,7 +797,7 @@ static int acpi_dev_match_cb(struct device *dev, const void *data) * Note that if the device is pluggable, it may since have disappeared. * * Note that unlike acpi_dev_found() this function checks the status - * of the device. So for devices which are present in the dsdt, but + * of the device. So for devices which are present in the DSDT, but * which are disabled (their _STA callback returns 0) this function * will return false. * @@ -824,7 +824,7 @@ EXPORT_SYMBOL(acpi_dev_present); /** * acpi_dev_get_next_match_dev - Return the next match of ACPI device - * @adev: Pointer to the previous acpi_device matching this @hid, @uid and @hrv + * @adev: Pointer to the previous ACPI device matching this @hid, @uid and @hrv * @hid: Hardware ID of the device. * @uid: Unique ID of the device, pass NULL to not check _UID * @hrv: Hardware Revision of the device, pass -1 to not check _HRV |