summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/mrc_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include/asm/mrc_common.h')
-rw-r--r--arch/x86/include/asm/mrc_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/mrc_common.h b/arch/x86/include/asm/mrc_common.h
index d4e56bf37c..3d7f00c9f9 100644
--- a/arch/x86/include/asm/mrc_common.h
+++ b/arch/x86/include/asm/mrc_common.h
@@ -17,7 +17,7 @@
* @pei_data: Platform-specific data required by the MRC
* @use_asm_linkage: true if the call to MRC requires asmlinkage, false if it
* uses normal U-Boot calling
- * @return 0 if OK, -ve on error
+ * Return: 0 if OK, -ve on error
*/
int mrc_common_init(struct udevice *dev, void *pei_data, bool use_asm_linkage);