Remove BugBug in comments and adjust function header according to code style doc.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1055 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
lgao4
2006-07-20 09:08:37 +00:00
parent 151c1ccdcd
commit 0647c9adf9
76 changed files with 2072 additions and 2710 deletions

View File

@@ -62,7 +62,7 @@ typedef struct {
//
#ifndef TRUE
//
// BugBug: UEFI specification claims 1 and 0. We are concerned about the
// UEFI specification claims 1 and 0. We are concerned about the
// complier portability so we did it this way.
//
#define TRUE ((BOOLEAN)(1==1))

View File

@@ -1,10 +1,7 @@
/** @file
This file defines GUIDs and associated data structures for records
posted to the Data Hub.
The producers of these records use these definitions to construct
records.
The consumers of these records use these definitions to retrieve,
filter and parse records.
This file defines GUIDs and associated data structures for records posted to the Data Hub.
The producers of these records use these definitions to construct records.
The consumers of these records use these definitions to retrieve, filter and parse records.
Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials

View File

@@ -1,6 +1,5 @@
/** @file
This module contains data specific to dependency expressions
and local function prototypes.
This module contains data specific to dependency expressions.
Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials

View File

@@ -17,8 +17,6 @@
#ifndef __MULTI_PHASE_H__
#define __MULTI_PHASE_H__
//
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
//
// Needed EFI defines for PEI
//