From 7a0fb9e927b99531880675ac1632a6350db7eeac Mon Sep 17 00:00:00 2001 From: Chiluka Rohith Date: Thu, 10 Sep 2026 12:33:37 +0530 Subject: [PATCH] spf: convert metadata_api.h to UTF-8 encoding The file contained two Windows-1252 smart quote bytes (0x91, 0x92) on line 147, flagged by Lintian as non-UTF-8 encoding. Converted using iconv from windows-1252 to UTF-8. Signed-off-by: Chiluka Rohith --- spf/api/modules/metadata_api.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spf/api/modules/metadata_api.h b/spf/api/modules/metadata_api.h index ca438403..36f4ec13 100644 --- a/spf/api/modules/metadata_api.h +++ b/spf/api/modules/metadata_api.h @@ -144,7 +144,7 @@ struct metadata_header_t * * This bit is specifically used for MDF to classify if the metadata is relevant * to external client versus internally generated and propagated within SPF. - * Should be set to ‘0’ always for HLOS + * Should be set to ‘0’ always for HLOS * * * BIT_2_to_1 : Specifies if the Metadata is trackable.