mirror of https://github.com/acidanthera/audk.git
MdePkg: Update the comments of IsLanguageSupported
Keep the comment style of IsLanguageSupported align with other functions. Cc: Michael D Kinney <michael.d.kinney@intel.com> Cc: Liming Gao <liming.gao@intel.com> Signed-off-by: Shenglei Zhang <shenglei.zhang@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com>
This commit is contained in:
parent
bf1ea933ec
commit
54a07f8fe0
|
@ -462,15 +462,16 @@ EfiTestChildHandle (
|
|||
);
|
||||
|
||||
/**
|
||||
* This function checks the supported languages list for a target language,
|
||||
* This only supports RFC 4646 Languages.
|
||||
*
|
||||
* @param SupportedLanguages The supported languages
|
||||
* @param TargetLanguage The target language
|
||||
*
|
||||
* @return Returns EFI_SUCCESS if the language is supported,
|
||||
* EFI_UNSUPPORTED otherwise
|
||||
*/
|
||||
This function checks the supported languages list for a target language,
|
||||
This only supports RFC 4646 Languages.
|
||||
|
||||
@param SupportedLanguages The supported languages
|
||||
@param TargetLanguage The target language
|
||||
|
||||
@retval Returns EFI_SUCCESS if the language is supported,
|
||||
EFI_UNSUPPORTED otherwise
|
||||
|
||||
**/
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
IsLanguageSupported (
|
||||
|
|
|
@ -641,15 +641,15 @@ EfiTestChildHandle (
|
|||
}
|
||||
|
||||
/**
|
||||
* This function checks the supported languages list for a target language,
|
||||
* This only supports RFC 4646 Languages.
|
||||
*
|
||||
* @param SupportedLanguages The supported languages
|
||||
* @param TargetLanguage The target language
|
||||
*
|
||||
* @return Returns EFI_SUCCESS if the language is supported,
|
||||
* EFI_UNSUPPORTED otherwise
|
||||
*/
|
||||
This function checks the supported languages list for a target language,
|
||||
This only supports RFC 4646 Languages.
|
||||
|
||||
@param SupportedLanguages The supported languages
|
||||
@param TargetLanguage The target language
|
||||
|
||||
@retval Returns EFI_SUCCESS if the language is supported,
|
||||
EFI_UNSUPPORTED otherwise
|
||||
**/
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
IsLanguageSupported (
|
||||
|
|
Loading…
Reference in New Issue