]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ACPI: property: Add code comments explaining what is going on
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 15 Sep 2025 18:25:13 +0000 (20:25 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 16 Sep 2025 17:51:37 +0000 (19:51 +0200)
commit737c3a09dcf69ba2814f3674947ccaec1861c985
tree37bfd724381c8d17a83e28f9a21090feaf2223a4
parentd06118fe9b03426484980ed4c189a8c7b99fa631
ACPI: property: Add code comments explaining what is going on

In some places in the ACPI device properties handling code, it is
unclear why the code is what it is.  Some assumptions are not documented
and some pieces of code are based on knowledge that is not mentioned
anywhere.

Add code comments explaining these things.

Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Reviewed-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Tested-by: Sakari Ailus <sakari.ailus@linux.intel.com>
drivers/acpi/property.c