X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=PcAtChipsetPkg%2FBus%2FPci%2FIdeControllerDxe%2FComponentName.c;h=6e9d70715242a30d9cc13b1765b0262e674d3081;hb=986d1dfb0813d6a7623531e85c2e2a7e1f956cf8;hp=5e56a62f4730031c2c133ff2d0c12f056acbbef7;hpb=20c1e33fe47a2179c1a016cac6b7d03bc4f5e125;p=mirror_edk2.git diff --git a/PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/ComponentName.c b/PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/ComponentName.c index 5e56a62f47..6e9d707152 100644 --- a/PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/ComponentName.c +++ b/PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/ComponentName.c @@ -2,7 +2,7 @@ This portion is to register the IDE Controller Driver name: "IDE Controller Init Driver" - Copyright (c) 2008 - 2010, Intel Corporation. All rights reserved.
+ Copyright (c) 2008 - 2011, 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 @@ -107,7 +107,7 @@ IdeControllerComponentNameGetDriverName ( @param ControllerHandle The handle of a controller that the driver specified by This is managing. This handle specifies the controller whose name is to be returned. - @param OPTIONAL The handle of the child controller to retrieve the name + @param ChildHandle OPTIONAL The handle of the child controller to retrieve the name of. This is an optional parameter that may be NULL. It will be NULL for device drivers. It will also be NULL for a bus drivers that wish to retrieve the name of the @@ -128,7 +128,7 @@ IdeControllerComponentNameGetDriverName ( @retval EFI_SUCCESS The Unicode string for the user readable name in the language specified by Language for the driver specified by This was returned in DriverName. - @retval EFI_INVALID_PARAMETER ControllerHandle is not a valid EFI_HANDLE. + @retval EFI_INVALID_PARAMETER ControllerHandle is NULL. @retval EFI_INVALID_PARAMETER ChildHandle is not NULL and it is not a valid EFI_HANDLE. @retval EFI_INVALID_PARAMETER Language is NULL.