doc: replace @return by Return:
[platform/kernel/u-boot.git] / arch / x86 / include / asm / arch-apollolake / lpc.h
index 977b7ec..51d478f 100644 (file)
@@ -67,7 +67,7 @@ void lpc_enable_fixed_io_ranges(uint io_enables);
  *
  * @base: Base I/O address (e.g. 0x800)
  * @size: Size of window (e.g. 0x100)
- * @return 0 if OK, -ENOSPC if there are no more windows available, -EALREADY
+ * Return: 0 if OK, -ENOSPC if there are no more windows available, -EALREADY
  *     if already set up
  */
 int lpc_open_pmio_window(uint base, uint size);