From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pf1-f196.google.com (mail-pf1-f196.google.com [209.85.210.196]) by mx.groups.io with SMTP id smtpd.web09.10271.1607058696037601057 for ; Thu, 03 Dec 2020 21:11:36 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@nuviainc-com.20150623.gappssmtp.com header.s=20150623 header.b=wXMldR+N; spf=pass (domain: nuviainc.com, ip: 209.85.210.196, mailfrom: rebecca@nuviainc.com) Received: by mail-pf1-f196.google.com with SMTP id o9so2885410pfd.10 for ; Thu, 03 Dec 2020 21:11:36 -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=wXMldR+N6jUjN5teN5DTZMcS8a+ckxWHaYqnnUY7725rIWulx4ixv48X8a965u8O5r jFHkfrCEHLTxPR1o9BPuHPE//SVNTu5Qf/o17fJiLiii0Q88190MV9aUx7Kw7uQ0Xz5k /bYN7E17c1n4DYV5xNn0J0HQ/cJjrpf6HjTN2Kyq/dywa+r6uKOUCBZYe5KE049p6SEy foRZM0b6TQyqr4zxJW7C3MTIEdkW4ruvtAOFZzPMFoEsJhonMCVAmSUhC5FMy4/q65nO s5j9zV9umAaidSgEHc4ls7MNGX7KmMTH6xJaOlCr4O831cW/tlLBme616cwriCmbLJ7C DH+w== 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=TqGpBHb1/mWKSl6ohokOFbjWvarf2MlBR67b+XZckKJrv9eZd9MdDt+WAj8lxTOZ8E Af1qvxoNk53215Ig3K9kqUkKGVBKjp3KISSXQlZfiw6dbVZU+ow2p9CY9Oak7P6YUsrM VyIVy6DG/4D83LoQ5KOw4zLaS2uJLhxK0+ntOV35S1EbYEDQHC3Ln/k64zRMrOYGp2cR +uZgDVtq0lfF7GoU9rz4NtalyHEGRta43OvfOaXQQBmL6G9Nf9D32SiNUZlNl7LEPLVi 7+FfVwaOxVTM0KT57YGD2TmAIjWU7rs8/SYbdUD/lkn/1tbgVaDsOIJ4B01KDWxplwF5 haHQ== X-Gm-Message-State: AOAM532l7PWa2rBPPv7FrQ3C0/TCDYR6yznb4cZsdaVLbQj8/O4SYmQV OmO9lhirHZPTiZC8ggbYbhnXPg82aWlshgXvgMQBFlJJNr7I6u0CotxkdTckmq8FnP25IPjrxmJ 8DnWSVEKFu4xu8Djm2uJIuDIwnrRpkjo4ZbEOyRmaUxQxNf8oSsltc/6ylnwVxXih9lPUVwmW X-Google-Smtp-Source: ABdhPJxFpAFaVxueScRhJydr4a9XPNPGpE7cQUGgYuCVSk2gnDOskI8tLbJEInGz4TgV2tGOdGNAPQ== X-Received: by 2002:aa7:8744:0:b029:18b:a9e1:803d with SMTP id g4-20020aa787440000b029018ba9e1803dmr2221882pfo.50.1607058695071; Thu, 03 Dec 2020 21:11:35 -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 q12sm3430921pfc.84.2020.12.03.21.11.33 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 03 Dec 2020 21:11:34 -0800 (PST) From: "Rebecca Cran" To: devel@edk2.groups.io Cc: Rebecca Cran , Michael D Kinney , Liming Gao , Zhiguang Liu , Ray Ni Subject: [PATCH v2 1/3] MdePkg: Fix typos in SmBios.h PROCESSOR_CHARACTERISTIC_FLAGS struct Date: Thu, 3 Dec 2020 22:11:25 -0700 Message-Id: <20201204051127.27588-2-rebecca@nuviainc.com> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20201204051127.27588-1-rebecca@nuviainc.com> References: <20201204051127.27588-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