]> Git Repo - u-boot.git/blobdiff - lib/strto.c
efi_loader: Set variable attributes when EFI_BUFFER_TOO_SMALL is returned
[u-boot.git] / lib / strto.c
index 7bba1e3e54921c81df9f94e62ada15a647533d81..f1918843765951c4a7d726ee3c82a59d1a4d58f4 100644 (file)
@@ -42,7 +42,7 @@ static const char *_parse_integer_fixup_radix(const char *s, uint *basep)
  * This ignore case
  *
  * @ch: Character to convert (expects '0'..'9', 'a'..'f' or 'A'..'F')
- * @return value of digit (0..0xf) or 255 if the character is invalid
+ * Return: value of digit (0..0xf) or 255 if the character is invalid
  */
 static uint decode_digit(int ch)
 {
This page took 0.025268 seconds and 4 git commands to generate.