diff mbox series

[SRU,K,4/6] UBUNTU: [Config] Use note<> for CONFIG_XEN_ACPI_PROCESSOR

Message ID 20220727085445.617651-5-emil.renner.berthing@canonical.com
State New
Headers show
Series Annotation file cleanups | expand

Commit Message

Emil Renner Berthing July 27, 2022, 8:54 a.m. UTC
The CONFIG_XEN_ACPI_PROCESSOR has a tag of the form <free text>. This is
the only time that appears in the annotations file, so should most
likely have been note<free text>.

Signed-off-by: Emil Renner Berthing <emil.renner.berthing@canonical.com>
---
 debian.master/config/annotations | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/debian.master/config/annotations b/debian.master/config/annotations
index 1474c10f3011..53ecd9564ca8 100644
--- a/debian.master/config/annotations
+++ b/debian.master/config/annotations
@@ -10497,7 +10497,7 @@  CONFIG_XEN_SYMS                                 policy<{'amd64': 'y'}>
 CONFIG_XEN_UNPOPULATED_ALLOC                    policy<{'amd64': 'y', 'arm64': 'y'}>
 CONFIG_XEN_VIRTIO                               policy<{'amd64': 'y', 'arm64': 'y'}>
 #
-CONFIG_XEN_ACPI_PROCESSOR                       mark<ENFORCED> <boot essential on XEN host>
+CONFIG_XEN_ACPI_PROCESSOR                       mark<ENFORCED> note<boot essential on XEN host>
 
 # Menu: Device Drivers >> Xen driver support >> Backend driver support
 CONFIG_XEN_BACKEND                              policy<{'amd64': 'y', 'arm64': 'y', 'armhf': '-'}>