From 3e8c18da0441069591e5aa218f378001b29512dd Mon Sep 17 00:00:00 2001 From: jgong5 Date: Fri, 16 Jan 2009 00:09:52 +0000 Subject: code scrub fix git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7290 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Icmp.h | 21 ++++++--------------- 1 file changed, 6 insertions(+), 15 deletions(-) (limited to 'MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Icmp.h') diff --git a/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Icmp.h b/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Icmp.h index 5b7b1a67b3..f9db6a3da4 100644 --- a/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Icmp.h +++ b/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Icmp.h @@ -1,6 +1,7 @@ /** @file - -Copyright (c) 2005 - 2006, Intel Corporation + Header file for ICMP protocol. + +Copyright (c) 2005 - 2006, Intel Corporation.
All rights reserved. This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -9,16 +10,6 @@ http://opensource.org/licenses/bsd-license.php THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. - -Module Name: - - Ip4Icmp.h - -Abstract: - - Header file for ICMP protocol. - - **/ #ifndef __EFI_IP4_ICMP_H__ @@ -95,9 +86,9 @@ extern EFI_IP4_ICMP_TYPE mIp4SupportedIcmp[]; then according to the message types, process it as query or error packet. - @param IpSb The IP service that receivd the packet - @param Head The IP head of the ICMP query packet - @param Packet The content of the ICMP query with IP head + @param[in] IpSb The IP service that receivd the packet + @param[in] Head The IP head of the ICMP query packet + @param[in] Packet The content of the ICMP query with IP head removed. @retval EFI_INVALID_PARAMETER The packet is malformated. -- cgit v1.2.3