1a147ed75c
ACPI device ID arrays normally don't need to be written to as they're only ever read. The common usage -- embedding pointers to acpi_device_id arrays in other data structures -- reference them as 'const', e.g. as in struct acpi_driver / acpi_scan_handler / device_driver. The matchers are taking const pointers, too. So it's only natural, to propose using const arrays. Change the documentation accordingly. Signed-off-by: Mathias Krause <minipli@googlemail.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> |
||
---|---|---|
.. | ||
apei | ||
debug.txt | ||
dsdt-override.txt | ||
enumeration.txt | ||
gpio-properties.txt | ||
initrd_table_override.txt | ||
method-customizing.txt | ||
method-tracing.txt | ||
namespace.txt | ||
scan_handlers.txt | ||
video_extension.txt |