]> git.proxmox.com Git - mirror_edk2.git/commit
MdePkg/ResetNotification: Rename to UnregisterResetNotify
authorRuiyu Ni <ruiyu.ni@intel.com>
Wed, 19 Jul 2017 09:14:28 +0000 (17:14 +0800)
committerRuiyu Ni <ruiyu.ni@intel.com>
Wed, 26 Jul 2017 07:45:19 +0000 (15:45 +0800)
commitfcccba378bebd740bfa3e36d684215d739421181
tree2d9489b858f3da88dd9b7032fc607df5094d291a
parent00beb2abe74022dc9c63040f3af62c0299374cf8
MdePkg/ResetNotification: Rename to UnregisterResetNotify

UEFI Spec uses UnRegisterResetNotify in protocol structure
definition but uses UnregisterResetNotify in the function
prototype definition.

By searching the entire spec, Unregister* is used for
SIMPLE_TEXT_INPUT_EX_PROTOCOL.UnregisterKeyNotify(). So choose
to use UnregisterResetNotify for consistency.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
MdePkg/Include/Protocol/ResetNotification.h