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.web11.10818.1661347708616450431 for ; Wed, 24 Aug 2022 06:28:28 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@quicinc.com header.s=qcppdkim1 header.b=lX71+5hi; 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 (m0279866.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.17.1.5/8.17.1.5) with ESMTP id 27OAYwVS017852; Wed, 24 Aug 2022 13:28:25 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=kyxgNsoJzfBjZ3B7Dj5N0rHOl6Mg8i27opZGpLq5NrY=; b=lX71+5hiJlhpynme6JgJnlwIgdNy6OlQHcNzwQ9ArcLxlmh5wKcSKNX/w4q0T4Y7PiGr 406q8B66Q1ZfLXzUBDLcNBbscZpAWrL8fNW830UbHtAVlFNw1QsWfSL3E5VBVQMQUHYB t6Iai/BHNbafeGXsx3T5hx9snp36DtEZhVwihAV0AIICtrIWksiD96Md2s0B4REfNWqi iA9/fIu85RqxCAnQE5Yfod4nw7CEhg88NMHy8OZct0gKHGwNI3P/bLsTiRfck0qOlcwN FPdmpO3o5chCC6aJqQXCZXi+5jGOrK7Yf5MspjkT6yEFIO13BxCZ6eMlrsvzKUEGujke bw== Received: from nalasppmta02.qualcomm.com (Global_NAT1.qualcomm.com [129.46.96.20]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 3j52phbdr8-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 24 Aug 2022 13:28:25 +0000 Received: from nalasex01c.na.qualcomm.com (nalasex01c.na.qualcomm.com [10.47.97.35]) by NALASPPMTA02.qualcomm.com (8.17.1.5/8.17.1.5) with ESMTPS id 27ODSORt003269 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 24 Aug 2022 13:28:24 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:28:23 -0700 Date: Wed, 24 Aug 2022 14:28:17 +0100 From: "Leif Lindholm" To: CC: , Ard Biesheuvel Subject: Re: [PATCH 02/24] ArmPkg: Remove duplicated words Message-ID: References: <20220823160031.991072-1-Pierre.Gondois@arm.com> <20220823160031.991072-3-Pierre.Gondois@arm.com> MIME-Version: 1.0 In-Reply-To: <20220823160031.991072-3-Pierre.Gondois@arm.com> X-Originating-IP: [10.80.80.8] X-ClientProxiedBy: nasanex01b.na.qualcomm.com (10.46.141.250) 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: zw1X-PljYb9udgf8Aru_W0Dk4nPrxzaz X-Proofpoint-GUID: zw1X-PljYb9udgf8Aru_W0Dk4nPrxzaz 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 lowpriorityscore=0 phishscore=0 impostorscore=0 mlxscore=0 suspectscore=0 adultscore=0 mlxlogscore=733 spamscore=0 malwarescore=0 bulkscore=0 priorityscore=1501 clxscore=1015 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:09 +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 > --- > ArmPkg/Drivers/ArmScmiDxe/Scmi.c | 4 ++-- > ArmPkg/Library/ArmMmuLib/AArch64/ArmMmuLibCore.c | 2 +- > 2 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/ArmPkg/Drivers/ArmScmiDxe/Scmi.c b/ArmPkg/Drivers/ArmScmiDxe/Scmi.c > index d5a1ff0be33c..fcf4ed496f26 100644 > --- a/ArmPkg/Drivers/ArmScmiDxe/Scmi.c > +++ b/ArmPkg/Drivers/ArmScmiDxe/Scmi.c > @@ -145,8 +145,8 @@ ScmiCommandExecute ( > > /** Internal common function useful for common protocol discovery messages. > > - @param[in] ProtocolId Protocol Id of the the protocol. > - @param[in] MesaageId Message Id of the message. > + @param[in] ProtocolId Protocol Id of the protocol. > + @param[in] MessageId Message Id of the message. Second line is a typo fix, not a dupe. Please mention in description. With that: Reviewed-by: Leif Lindholm > > @param[out] ReturnValues SCMI response return values. > > diff --git a/ArmPkg/Library/ArmMmuLib/AArch64/ArmMmuLibCore.c b/ArmPkg/Library/ArmMmuLib/AArch64/ArmMmuLibCore.c > index 4a0513392a75..e5ecc7375153 100644 > --- a/ArmPkg/Library/ArmMmuLib/AArch64/ArmMmuLibCore.c > +++ b/ArmPkg/Library/ArmMmuLib/AArch64/ArmMmuLibCore.c > @@ -613,7 +613,7 @@ ArmConfigureMmu ( > // loss of coherency when using mismatched attributes, and given that memory > // is mapped cacheable except for extraordinary cases (such as non-coherent > // DMA), have the page table walker perform cached accesses as well, and > - // assert below that that matches the attributes we use for CPU accesses to > + // assert below that matches the attributes we use for CPU accesses to > // the region. > // > TCR |= TCR_SH_INNER_SHAREABLE | > -- > 2.25.1 >