From 6fcb2d910a60879e4fe8e50ec59eab160ad864e3 Mon Sep 17 00:00:00 2001 From: rsun3 Date: Wed, 10 Jun 2009 06:35:16 +0000 Subject: ISA Bus driver code scrub. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8505 6f19259b-4bc3-4df7-8a09-765794883524 --- IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/ComponentName.c | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/ComponentName.c') diff --git a/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/ComponentName.c b/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/ComponentName.c index 5f3711293b..7c614b558c 100644 --- a/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/ComponentName.c +++ b/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/ComponentName.c @@ -1,6 +1,7 @@ /**@file + UEFI Component Name(2) protocol implementation for IsaBus driver. -Copyright (c) 2006 - 2007, Intel Corporation.
+Copyright (c) 2006 - 2009, 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 @@ -170,11 +171,11 @@ IsaBusComponentNameGetDriverName ( EFI_STATUS EFIAPI IsaBusComponentNameGetControllerName ( - IN EFI_COMPONENT_NAME_PROTOCOL *This, - IN EFI_HANDLE ControllerHandle, - IN EFI_HANDLE ChildHandle OPTIONAL, - IN CHAR8 *Language, - OUT CHAR16 **ControllerName + IN EFI_COMPONENT_NAME_PROTOCOL *This, + IN EFI_HANDLE ControllerHandle, + IN EFI_HANDLE ChildHandle OPTIONAL, + IN CHAR8 *Language, + OUT CHAR16 **ControllerName ) { return EFI_UNSUPPORTED; -- cgit v1.2.3