From db57e2cd8efe27fe7658c454ffbf5dbcc0362b17 Mon Sep 17 00:00:00 2001 From: Xiang Xiao Date: Sun, 13 Feb 2022 06:27:50 +0800 Subject: [PATCH] Fix the minor style issue Signed-off-by: Xiang Xiao --- arch/risc-v/src/common/Toolchain.defs | 2 +- include/nuttx/serial/uart_rpmsg.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/risc-v/src/common/Toolchain.defs b/arch/risc-v/src/common/Toolchain.defs index 83970f36c7a..95f7854c3ed 100644 --- a/arch/risc-v/src/common/Toolchain.defs +++ b/arch/risc-v/src/common/Toolchain.defs @@ -82,7 +82,7 @@ ifeq ($(CONFIG_RISCV_TOOLCHAIN),GNU_RVG) endif ifeq ($(CONFIG_ARCH_FPU),y) - ARCHRVISAF = f + ARCHRVISAF = f endif ifeq ($(CONFIG_ARCH_DPFPU),y) diff --git a/include/nuttx/serial/uart_rpmsg.h b/include/nuttx/serial/uart_rpmsg.h index c4e2de8e8e3..d7029149b87 100644 --- a/include/nuttx/serial/uart_rpmsg.h +++ b/include/nuttx/serial/uart_rpmsg.h @@ -43,7 +43,7 @@ extern "C" #define EXTERN extern #endif -int uart_rpmsg_init(FAR const char *cpu_name, FAR const char *dev_name, +int uart_rpmsg_init(FAR const char *cpuname, FAR const char *devname, int buf_size, bool isconsole); #undef EXTERN