From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mx0b-0031df01.pphosted.com (mx0b-0031df01.pphosted.com [205.220.180.131]) by mx.groups.io with SMTP id smtpd.web10.62723.1669941318348975439 for ; Thu, 01 Dec 2022 16:35:18 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@quicinc.com header.s=qcppdkim1 header.b=YTQz/iBF; 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.180.131, mailfrom: quic_rcran@quicinc.com) Received: from pps.filterd (m0279873.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id 2B1NerGE004390; Fri, 2 Dec 2022 00:35:15 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; h=from : to : cc : subject : date : message-id : in-reply-to : references : mime-version : content-transfer-encoding : content-type; s=qcppdkim1; bh=9xvQo4JPFURqP4QGF38nn2VsNsVxqelkFlsOvcauc6w=; b=YTQz/iBFjbj2Eb7/5qDCv6FATa0ZEZwwqgbj/4MQhksVeb+/azCp9zQ6L9LDvaQWRgPx ZvbWWTyNKuoc+sJ3aDZVEg1B4RgHbcwZZxat75i+mjgixI3Lnv6neUIlIdM4iP0Z2C5B 7Xr65yoQaV6ddVylF+YV0Nn52cmQFbg5t4LtzuRK/iOdzODxMoTpUje+xH2LwD3S01DT j8i14Unz8LvHVvlWWx1fFEnBMg8XVZprTSeq+HW5Dzfo6Jv9U+O977LJZyrQ9BXZJvfX hFPvarppl6l4lHyElhkSeE1tltt5KbTu08IMzUzUPl5VsOW0d6iNgLYMPYyp0YH3pSON Wg== Received: from nalasppmta01.qualcomm.com (Global_NAT1.qualcomm.com [129.46.96.20]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 3m6k3qub5v-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 02 Dec 2022 00:35:15 +0000 Received: from nalasex01a.na.qualcomm.com (nalasex01a.na.qualcomm.com [10.47.209.196]) by NALASPPMTA01.qualcomm.com (8.17.1.5/8.17.1.5) with ESMTPS id 2B20ZE9E020593 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 2 Dec 2022 00:35:14 GMT Received: from linbox.qualcomm.com (10.80.80.8) by nalasex01a.na.qualcomm.com (10.47.209.196) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.986.36; Thu, 1 Dec 2022 16:35:13 -0800 From: "Rebecca Cran" To: , Leif Lindholm , "Sami Mujawar" , Ard Biesheuvel CC: Rebecca Cran Subject: [PATCH 1/2] ArmPkg: Fix incorrect parameter list in doxygen comments Date: Thu, 1 Dec 2022 17:34:56 -0700 Message-ID: <20221202003457.81701-2-rebecca@quicinc.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20221202003457.81701-1-rebecca@quicinc.com> References: <20221202003457.81701-1-rebecca@quicinc.com> MIME-Version: 1.0 X-Originating-IP: [10.80.80.8] X-ClientProxiedBy: nasanex01b.na.qualcomm.com (10.46.141.250) To nalasex01a.na.qualcomm.com (10.47.209.196) X-QCInternal: smtphost X-Proofpoint-Virus-Version: vendor=nai engine=6200 definitions=5800 signatures=585085 X-Proofpoint-GUID: gYfMACBX_DcMyBOKUvjKjVzYfff2-bq2 X-Proofpoint-ORIG-GUID: gYfMACBX_DcMyBOKUvjKjVzYfff2-bq2 X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.219,Aquarius:18.0.923,Hydra:6.0.545,FMLib:17.11.122.1 definitions=2022-12-01_14,2022-12-01_01,2022-06-22_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 impostorscore=0 mlxlogscore=999 bulkscore=0 suspectscore=0 lowpriorityscore=0 mlxscore=0 adultscore=0 spamscore=0 priorityscore=1501 clxscore=1015 phishscore=0 malwarescore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2210170000 definitions=main-2212020003 Content-Transfer-Encoding: 8bit Content-Type: text/plain Fix the doxygen comments for CopyExceptionHandlers by removing the nonexistant "VectorInfo" parameter and replacing it with "BaseAddress". Fix the doxygen comments for RegisterCpuInterruptHandler by removing the nonexistant parameter "This". Signed-off-by: Rebecca Cran --- ArmPkg/Library/ArmExceptionLib/ArmExceptionLib.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ArmPkg/Library/ArmExceptionLib/ArmExceptionLib.c b/ArmPkg/Library/ArmExceptionLib/ArmExceptionLib.c index a521c33f3281..b20472008b3f 100644 --- a/ArmPkg/Library/ArmExceptionLib/ArmExceptionLib.c +++ b/ArmPkg/Library/ArmExceptionLib/ArmExceptionLib.c @@ -137,7 +137,7 @@ persist by EFI_VECTOR_HANDOFF_INFO defined in PI 1.3 specification. If caller cannot get reserved vector list or it does not exists, set VectorInfo to NULL. If VectorInfo is not NULL, the exception vectors will be initialized per vector attribute accordingly. -@param[in] VectorInfo Pointer to reserved vector list. +@param[in] BaseAddress Address to copy exception handlers to. @retval EFI_SUCCESS CPU Exception Entries have been successfully initialized with default exception handlers. @@ -242,7 +242,6 @@ RegisterCpuInterruptHandler ( /** Register exception handler. -@param This A pointer to the SMM_CPU_SERVICE_PROTOCOL instance. @param ExceptionType Defines which interrupt or exception to hook. Type EFI_EXCEPTION_TYPE and the valid values for this parameter are defined in EFI_DEBUG_SUPPORT_PROTOCOL of the UEFI 2.0 specification. -- 2.30.2