Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Documentation: ACPI: fix typo in ssdt-overlays.rst

Signed-off-by: David Heidelberg <david@ixit.cz>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <20230625103305.115484-1-david@ixit.cz>

authored by

David Heidelberg and committed by
Jonathan Corbet
29e31a8e 57ada235

+1 -1
+1 -1
Documentation/admin-guide/acpi/ssdt-overlays.rst
··· 103 103 is also work underway to implement EFI support for loading user defined SSDTs 104 104 and using this method will make it easier to convert to the EFI loading 105 105 mechanism when that will arrive. To enable it, the 106 - CONFIG_EFI_CUSTOM_SSDT_OVERLAYS shoyld be chosen to y. 106 + CONFIG_EFI_CUSTOM_SSDT_OVERLAYS should be chosen to y. 107 107 108 108 In order to load SSDTs from an EFI variable the ``"efivar_ssdt=..."`` kernel 109 109 command line parameter can be used (the name has a limitation of 16 characters).