aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/cb_sysinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include/asm/cb_sysinfo.h')
-rw-r--r--arch/x86/include/asm/cb_sysinfo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/include/asm/cb_sysinfo.h b/arch/x86/include/asm/cb_sysinfo.h
index 7590135..0201ac6 100644
--- a/arch/x86/include/asm/cb_sysinfo.h
+++ b/arch/x86/include/asm/cb_sysinfo.h
@@ -222,14 +222,14 @@ extern struct sysinfo_t lib_sysinfo;
* so.
*
* @info: Place to put the parsed information
- * @return 0 if OK, -ENOENT if no table found
+ * Return: 0 if OK, -ENOENT if no table found
*/
int get_coreboot_info(struct sysinfo_t *info);
/**
* cb_get_sysinfo() - get a pointer to the parsed coreboot sysinfo
*
- * @return pointer to sysinfo, or NULL if not available
+ * Return: pointer to sysinfo, or NULL if not available
*/
const struct sysinfo_t *cb_get_sysinfo(void);