From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mx0a-0031df01.pphosted.com (mx0a-0031df01.pphosted.com [205.220.168.131]) by mx.groups.io with SMTP id smtpd.web08.10819.1661347624586548812 for ; Wed, 24 Aug 2022 06:27:04 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@quicinc.com header.s=qcppdkim1 header.b=lypBQ/t6; spf=permerror, err=parse error for token &{10 18 %{ir}.%{v}.%{d}.spf.has.pphosted.com}: invalid domain name (domain: quicinc.com, ip: 205.220.168.131, mailfrom: quic_llindhol@quicinc.com) Received: from pps.filterd (m0279864.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.17.1.5/8.17.1.5) with ESMTP id 27OCiFP3007835; Wed, 24 Aug 2022 13:27:00 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; h=date : from : to : cc : subject : message-id : references : mime-version : content-type : in-reply-to; s=qcppdkim1; bh=d7dA9zP2/IIY1KXe48nJRMEIcCZmfavuWynO1MWsCfo=; b=lypBQ/t6BC4P4+OthQPDG16KLaAAtlEtvsXkqsSvaxJZFtkRuN3jlO/FXg41VNYHFO24 O2s+LYxBz70h7pK1KOl0N+0i5C0ZelB8fJTsv6zqZddz/M4+0FaRerTv0pF6JvUzE/2d AM5AOYONw+bF/X5+Kf8oFoUbY3VRHmAe4Iu/Pt3sfKKnQHV6jU3j2Z43Dv651tPgm3aE 8fIwT+xj5n66L7VjNPL/M3Js2oc7vD13USdguJ3ehqiUWCz6BAaHoReESUYqdLJbCTvw IX/6awQ7VzX8vfI4W7j+f4yUO3DyZf+7nt4PuO1eCo8SBW5reD+WVuFV4Fs6BWKw9Ey6 Fg== Received: from nalasppmta04.qualcomm.com (Global_NAT1.qualcomm.com [129.46.96.20]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 3j52pqkcvw-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 24 Aug 2022 13:27:00 +0000 Received: from nalasex01c.na.qualcomm.com (nalasex01c.na.qualcomm.com [10.47.97.35]) by NALASPPMTA04.qualcomm.com (8.17.1.5/8.17.1.5) with ESMTPS id 27ODQx6q000467 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 24 Aug 2022 13:26:59 GMT Received: from qc-i7.hemma.eciton.net (10.80.80.8) by nalasex01c.na.qualcomm.com (10.47.97.35) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.986.29; Wed, 24 Aug 2022 06:26:58 -0700 Date: Wed, 24 Aug 2022 14:26:55 +0100 From: "Leif Lindholm" To: CC: , Ard Biesheuvel Subject: Re: [PATCH 03/24] ArmPlatformPkg: Remove duplicated words Message-ID: References: <20220823160031.991072-1-Pierre.Gondois@arm.com> <20220823160031.991072-4-Pierre.Gondois@arm.com> MIME-Version: 1.0 In-Reply-To: <20220823160031.991072-4-Pierre.Gondois@arm.com> X-Originating-IP: [10.80.80.8] X-ClientProxiedBy: nasanex01a.na.qualcomm.com (10.52.223.231) To nalasex01c.na.qualcomm.com (10.47.97.35) X-QCInternal: smtphost X-Proofpoint-Virus-Version: vendor=nai engine=6200 definitions=5800 signatures=585085 X-Proofpoint-ORIG-GUID: X8tuLTOClQ97xd5NDeVXKPAB0IbYKZ1Y X-Proofpoint-GUID: X8tuLTOClQ97xd5NDeVXKPAB0IbYKZ1Y X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.205,Aquarius:18.0.895,Hydra:6.0.517,FMLib:17.11.122.1 definitions=2022-08-24_07,2022-08-22_02,2022-06-22_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 adultscore=0 bulkscore=0 phishscore=0 mlxlogscore=796 clxscore=1011 malwarescore=0 lowpriorityscore=0 impostorscore=0 suspectscore=0 spamscore=0 mlxscore=0 priorityscore=1501 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2207270000 definitions=main-2208240051 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline On Tue, Aug 23, 2022 at 18:00:10 +0200, Pierre.Gondois@arm.com wrote: > From: Pierre Gondois > > In an effort to clean the documentation of the above > package, remove duplicated words. > > Cc: Leif Lindholm > Cc: Ard Biesheuvel > Signed-off-by: Pierre Gondois Reviewed-by: Leif Lindholm > --- > .../Library/PL031RealTimeClockLib/PL031RealTimeClockLib.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/ArmPlatformPkg/Library/PL031RealTimeClockLib/PL031RealTimeClockLib.c b/ArmPlatformPkg/Library/PL031RealTimeClockLib/PL031RealTimeClockLib.c > index a203299c0637..ec7feaeedcf8 100644 > --- a/ArmPlatformPkg/Library/PL031RealTimeClockLib/PL031RealTimeClockLib.c > +++ b/ArmPlatformPkg/Library/PL031RealTimeClockLib/PL031RealTimeClockLib.c > @@ -173,7 +173,7 @@ LibGetTime ( > > @retval EFI_SUCCESS The operation completed successfully. > @retval EFI_INVALID_PARAMETER A time field is out of range. > - @retval EFI_DEVICE_ERROR The time could not be set due due to hardware error. > + @retval EFI_DEVICE_ERROR The time could not be set due to hardware error. > > **/ > EFI_STATUS > -- > 2.25.1 >