From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-io0-x235.google.com (mail-io0-x235.google.com [IPv6:2607:f8b0:4001:c06::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id E23E021A0480E for ; Tue, 18 Apr 2017 03:13:26 -0700 (PDT) Received: by mail-io0-x235.google.com with SMTP id o22so62975035iod.3 for ; Tue, 18 Apr 2017 03:13:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=x7NRmwpPsae9s+itr+kZraGn3J11lvxJQ8gR27ygAXw=; b=ZxXfEQGt+T9kvPBzYoDynbjPhJiYw6EeIfP24m6EUrhsgdpAM6OrC9OOPKfZs0z4yl GIJAaSqdNGIs6Ex6yF8seV1ca1puxkhUEPHwUzmWMbxV9w1eLPn4aJjqWrXLbAWN91Kv OuE9XInBHNYPIANHjlE+qxznD5fjgISI85MpY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=x7NRmwpPsae9s+itr+kZraGn3J11lvxJQ8gR27ygAXw=; b=O8BV/ouskfrGtMd0pdIHi2za9Gt5DbLri3bwGL882tSi3Hfl6es8BxZqwJqeDOKD44 Sqh9p+drVSNC19uP9AngHVCM+Mtmq5o9aqtdEOKy/YtB8R0ILTQB+FZQabmbc9VXM47g 99Flw/EHthGAUbOuWlqCIwLRAStRzwPSIexgJlQmZHeV/6AlDDzBez6oAVgxOC14KJP+ OU45Wlq9lz3IvdX+fl4E8nye2WoPI2FAF2s6ztDBbFskRHPQz6IvEQ3RSGIEGLLk0COy lmsMGznC7aIAyyruGMTfw8SidTFZ6XD29Pr6xgNriX8C17s3WBaRJdsCuCMk5bqHiE5l 1IRg== X-Gm-Message-State: AN3rC/4X82UC+qKuCLIsuztPNGGRSoQ4VxxowsVirQ6pf9jySy4Od4CV 1l+9KHsocpbF0wu4ldzUI71HTocNRwYK X-Received: by 10.36.110.18 with SMTP id w18mr12709621itc.37.1492510406205; Tue, 18 Apr 2017 03:13:26 -0700 (PDT) MIME-Version: 1.0 Received: by 10.107.201.76 with HTTP; Tue, 18 Apr 2017 03:13:25 -0700 (PDT) In-Reply-To: References: <20170413163705.26316-1-ard.biesheuvel@linaro.org> From: Ard Biesheuvel Date: Tue, 18 Apr 2017 11:13:25 +0100 Message-ID: To: Alexei Fedorov , "Kinney, Michael D" , "liming.gao@intel.com" , "leif.lindholm@linaro.org" Cc: "edk2-devel@lists.01.org" , Lorenzo Pieralisi , Evan Lloyd Subject: Re: [PATCH] MdePkg/IndustryStandard: add definitions for ACPI 6.0 IORT X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Apr 2017 10:13:27 -0000 Content-Type: text/plain; charset=UTF-8 On 18 April 2017 at 11:07, Alexei Fedorov wrote: > > Aren't comments like > > // > // Table header > // > > , > > // > // Definition for ID mapping table shared by all node types > // > > etc. not allowed according to EDK II C Coding Standards Specification? > > 6.2.3 Avoid comments where the opening comment characters are alone on a > line. > > // > > // VIOLATION: Horror Vacui > > // > You must be joking $ git grep -E '/\*\*\s$' MdePkg/ MdeModulePkg/ |wc -l 16193 IOW, there are more than 16000 occurrences of opening comment characters alone on a line in MdePkg+MdeModulePkg only