lkml.org 
[lkml]   [2022]   [Mar]   [31]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH for-mm 1/3] arch/arm64/Kconfig: Fix a typo
Date
There is a typo in 'linux-next-rejects.patch' of linux-mm patches, which
causes build warning below:

arch/arm64/Kconfig:199:warning: ignoring unsupported character '+'

This commit fixes it.

Fixes: d93aa6fbfc68 ("linux-next-rejects") of -mm
Signed-off-by: SeongJae Park <sj@kernel.org>
---
arch/arm64/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
index b53bb0bfbde8..d9325dd95eba 100644
--- a/arch/arm64/Kconfig
+++ b/arch/arm64/Kconfig
@@ -196,7 +196,7 @@ config ARM64
select HAVE_PERF_USER_STACK_DUMP
select HAVE_PREEMPT_DYNAMIC_KEY
select HAVE_REGS_AND_STACK_ACCESS_API
-+ select HAVE_RUST
+ select HAVE_RUST
select HAVE_POSIX_CPU_TIMERS_TASK_WORK
select HAVE_FUNCTION_ARG_ACCESS_API
select MMU_GATHER_RCU_TABLE_FREE
--
2.17.1
\
 
 \ /
  Last update: 2022-03-31 10:51    [W:0.029 / U:0.744 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site