Merge tag 'tpm-030822' of https://source.denx.de/u-boot/custodians/u-boot-tpm
[platform/kernel/u-boot.git] / include / physmem.h
index 03d3a78..c88ae96 100644 (file)
@@ -16,6 +16,6 @@
  * @param c    The character to set each byte of the region to.
  * @param n    The number of bytes to set.
  *
- * @return     The physical address of the memory which was set.
+ * Return:     The physical address of the memory which was set.
  */
 phys_addr_t arch_phys_memset(phys_addr_t s, int c, phys_size_t n);