From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=pass header.i=@linaro.org header.s=google header.b=Bx/gVRxw; spf=pass (domain: linaro.org, ip: 209.85.221.49, mailfrom: leif.lindholm@linaro.org) Received: from mail-wr1-f49.google.com (mail-wr1-f49.google.com [209.85.221.49]) by groups.io with SMTP; Wed, 18 Sep 2019 15:43:43 -0700 Received: by mail-wr1-f49.google.com with SMTP id y19so1048466wrd.3 for ; Wed, 18 Sep 2019 15:43:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=/x2x/kF5Kh6OQ3s8oKdNjkarGuDl5JzkcJCFPOUhNz0=; b=Bx/gVRxwjygrVyzJ5zOGEAyRj/w3QpvRqV3u49nmBRDMEROEfw9Tx/DdHfFiEDLPB3 Ugps9FG4oiuoxkmBLl2MfVs40/nZczORYZcnoD80KFNAIXLy9K10sYBEo43qD6aqtm+t 0u5pXfnJESlKTDxpFeV0y7ln0G3eVVFQHrgn8Vqei4NPC34gseT2rmd5+YuLuT8esgDn 6VndsRo8xP8dhpmjJIrZVXzaSVbF4Cmzb/PkjMvTJ+1PVcbx3umT62IrXFCzIrip1Rqo +JhSanhMZ4JaWgGNAqyZuluFRoZfyfe6wH9WM0yFlg4HdRQVpIdduiwHlSt5zJ8Py+I5 0+Wg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=/x2x/kF5Kh6OQ3s8oKdNjkarGuDl5JzkcJCFPOUhNz0=; b=EISm0E+RyXX251QjsNkz6BMxxw41NXgwurx7IRkoMJG6hZ8ceqaWdk7Ue2Yd2kk/cI jM/pA8OpKopDxYikUy11boWWrZyXgLEjiQsMXUtgRQfsMoLUS7ImZBJrBQ413Dzppj43 oOKSOZRsEl1jWK98iFcqtryKGEM4CwPHbLCiVWMluYz80l4BTDl2HxysPqa1GiEFum7A rbhIARBZ0JURXdsK34YlIMj1ch+XYsGFZErDxv8Z53CnVrj4vNXf3JOsyuTYqlCTjKrf jF+2Bc0wuzrFPAUwfPpAGqFFRHq19J8jnD5/o9rwBXRQm7Un1SZTD/yta/Lolmc4Hnc6 RSeQ== X-Gm-Message-State: APjAAAUAm6aFFzwDRb2UiS0Jfo5aRNmH7w/2su3lpMTAGObf5+cL1LzI lhBVIIncpwIeq5m77LlqOSdbh1Y7xxU= X-Google-Smtp-Source: APXvYqxlawo6nr5EpgINs8H3CJhbOKfNjYM0xGOwTAiVESOz4+ahfm4WokzNLrcMbMw8cl/VLc1vXQ== X-Received: by 2002:a5d:650d:: with SMTP id x13mr4750630wru.37.1568846621537; Wed, 18 Sep 2019 15:43:41 -0700 (PDT) Return-Path: Received: from vanye.hemma.eciton.net (cpc92302-cmbg19-2-0-cust304.5-4.cable.virginm.net. [82.1.209.49]) by smtp.gmail.com with ESMTPSA id y186sm6676950wmd.26.2019.09.18.15.43.40 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 18 Sep 2019 15:43:40 -0700 (PDT) From: "Leif Lindholm" To: devel@edk2.groups.io Cc: Ard Biesheuvel Subject: [PATCH 7/9] ArmPkg: ArmScmiDxe - convert .h to UTF-8 from 8859-x Date: Wed, 18 Sep 2019 23:43:29 +0100 Message-Id: <20190918224331.23269-8-leif.lindholm@linaro.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190918224331.23269-1-leif.lindholm@linaro.org> References: <20190918224331.23269-1-leif.lindholm@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit A paragraph sign in a comment came from some ISO8859 encoding, convert it (and hence the file) to UTF-8. Cc: Ard Biesheuvel Signed-off-by: Leif Lindholm --- ArmPkg/Drivers/ArmScmiDxe/ArmScmiPerformanceProtocolPrivate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArmPkg/Drivers/ArmScmiDxe/ArmScmiPerformanceProtocolPrivate.h b/ArmPkg/Drivers/ArmScmiDxe/ArmScmiPerformanceProtocolPrivate.h index ee8734bbaab0..ece84eeff32e 100644 --- a/ArmPkg/Drivers/ArmScmiDxe/ArmScmiPerformanceProtocolPrivate.h +++ b/ArmPkg/Drivers/ArmScmiDxe/ArmScmiPerformanceProtocolPrivate.h @@ -23,7 +23,7 @@ #define NUM_REMAIN_PERF_LEVELS(Lvls) (Lvls >> NUM_REMAIN_PERF_LEVELS_SHIFT) /** Return values for SCMI_MESSAGE_ID_PERFORMANCE_DESCRIBE_LEVELS command. - SCMI Spec § 4.5.2.5 + SCMI Spec § 4.5.2.5 **/ typedef struct { UINT32 NumLevels; -- 2.20.1