From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pj1-f68.google.com (mail-pj1-f68.google.com [209.85.216.68]) by mx.groups.io with SMTP id smtpd.web08.191.1606935821771968680 for ; Wed, 02 Dec 2020 11:03:41 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@nuviainc-com.20150623.gappssmtp.com header.s=20150623 header.b=eYzy+aOh; spf=pass (domain: nuviainc.com, ip: 209.85.216.68, mailfrom: rebecca@nuviainc.com) Received: by mail-pj1-f68.google.com with SMTP id l23so1492596pjg.1 for ; Wed, 02 Dec 2020 11:03:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nuviainc-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=2Ec37zbMCAVWQYJ29eF8TIXY2cL4Q24+TZ1p1xfArqE=; b=eYzy+aOhcxjGm88mKSdn5q48pBEQtCls61dCuWTHkmzNnm0NgBlcxrTfXTbp759lij lYoKivmFSzum4ebL/zAcdmNahTcVA24rSOTMMeiDJgQ8jSVvXUkW6/OiiKB2UDcRtVDy ygIgeeFEL3ODa/6AD2Fns9M8Eh/H0aPmA3dk4XXZExYNRlv2wB3EtxJ9+saQYHaX+Wx+ DlDDRcviexS2Kh0MPSMHa5uRG+OS6ksoXoZzklkflEH7RfcuztmD1OCQTsIdupDgxyex tXAdzoZn9WWbZWBpA0hTQ4oxVVp9CeYP0cPiJRlYoPD5mCl6jUtbdcKZeh/5RJ/sdZ/R iBXA== 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=2Ec37zbMCAVWQYJ29eF8TIXY2cL4Q24+TZ1p1xfArqE=; b=b4hxFdA3ELhtDgeT+RYu3D89ymf01teRD18bUPMGUHRqHLpjdWVwTJ/d9jNAAPVi5T BfzRhApKNo9ovWOOT/2k3/DFPaWPQIMeSut8UOtG5t0I2X2Bm8/1V6DjOs67W7m/YQZt dx65GknssvstoMROQxzpbVxRl9gURTBU+OfEQLpFdt4p7PgaCHYO3F4jrnA1Ltw9P+iO uvpy9dt6XJEyvecTyyWnMnGMk0W3stcesyNvmPG9/nbUEEDxFTGNGkTp68Tm78XYKn5P US5YJ3znM16gfV23kYZMiaSUfx7TEuRofddAFiY6+KTiGcFCY0/jUTFA50Gmn4sZXeIQ WmLg== X-Gm-Message-State: AOAM530DakgyudmWtl2c4tigK9FxONYZR8cloti4ZKJxrFGHSSUeFotq A9qQbEGC45Dr97gnT0DpdVcZaTUfmLMpG0vW6qTWC4uZU7cgnRRbZHWTtQBmbK9kQ1EWb7knae6 aJpp0T1EG7NC5wlg1EVRzPKCaVpBpIfLGZPPKgWgz+WnkCEcr5B94Fc/DBHITY5JWI00zUvb6 X-Google-Smtp-Source: ABdhPJwaV3LIEm367Zs4pQaJLRGLsxEu8rkiQeISL+ceZD2pjMx0+jMSNWVVEOHptkH7M2GN4ej4Lw== X-Received: by 2002:a17:902:bd91:b029:d9:f06:7375 with SMTP id q17-20020a170902bd91b02900d90f067375mr3848693pls.12.1606935820995; Wed, 02 Dec 2020 11:03:40 -0800 (PST) Return-Path: Received: from cube.nuviainc.com (c-174-52-16-57.hsd1.ut.comcast.net. [174.52.16.57]) by smtp.gmail.com with ESMTPSA id y69sm528710pfb.12.2020.12.02.11.03.37 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 02 Dec 2020 11:03:40 -0800 (PST) From: "Rebecca Cran" To: devel@edk2.groups.io Cc: Rebecca Cran , Michael D Kinney , Liming Gao , Zhiguang Liu Subject: [PATCH 1/3] MdePkg: Fix typos in SmBios.h PROCESSOR_CHARACTERISTIC_FLAGS struct Date: Wed, 2 Dec 2020 12:03:23 -0700 Message-Id: <20201202190325.20310-2-rebecca@nuviainc.com> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20201202190325.20310-1-rebecca@nuviainc.com> References: <20201202190325.20310-1-rebecca@nuviainc.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Fix typos of "Processor64BitCapable", "ProcessorEnhancedVirtualization", and Processor128BitCapable. Signed-off-by: Rebecca Cran --- MdePkg/Include/IndustryStandard/SmBios.h | 22 ++++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/MdePkg/Include/IndustryStandard/SmBios.h b/MdePkg/Include/IndustryStandard/SmBios.h index 1ee01645679a..400bdef90b4f 100644 --- a/MdePkg/Include/IndustryStandard/SmBios.h +++ b/MdePkg/Include/IndustryStandard/SmBios.h @@ -862,17 +862,17 @@ typedef struct { } PROCESSOR_FEATURE_FLAGS; typedef struct { - UINT16 ProcessorReserved1 :1; - UINT16 ProcessorUnknown :1; - UINT16 Processor64BitCapble :1; - UINT16 ProcessorMultiCore :1; - UINT16 ProcessorHardwareThread :1; - UINT16 ProcessorExecuteProtection :1; - UINT16 ProcessorEnhancedVirtulization :1; - UINT16 ProcessorPowerPerformanceCtrl :1; - UINT16 Processor128bitCapble :1; - UINT16 ProcessorArm64SocId :1; - UINT16 ProcessorReserved2 :6; + UINT16 ProcessorReserved1 :1; + UINT16 ProcessorUnknown :1; + UINT16 Processor64BitCapable :1; + UINT16 ProcessorMultiCore :1; + UINT16 ProcessorHardwareThread :1; + UINT16 ProcessorExecuteProtection :1; + UINT16 ProcessorEnhancedVirtualization :1; + UINT16 ProcessorPowerPerformanceCtrl :1; + UINT16 Processor128BitCapable :1; + UINT16 ProcessorArm64SocId :1; + UINT16 ProcessorReserved2 :6; } PROCESSOR_CHARACTERISTIC_FLAGS; typedef struct { -- 2.26.2