[tip:x86/cleanups] x86/crash: Remove unnecessary comparison

2019-07-24 Thread tip-bot for Nikolas Nyby
Commit-ID: 4599c6671b8119ed5455e4ed6b967b461c27a9f7 Gitweb: https://git.kernel.org/tip/4599c6671b8119ed5455e4ed6b967b461c27a9f7 Author: Nikolas Nyby AuthorDate: Wed, 24 Jul 2019 00:13:37 -0400 Committer: Thomas Gleixner CommitDate: Wed, 24 Jul 2019 16:50:15 +0200 x86/crash: Remove

[PATCH] x86/crash: remove unnecessary comparison

2019-07-23 Thread Nikolas Nyby
This ret comparison and return are unnecessary as of f296f2634920d205b93d878b48d87bb7e0a4c256 elf_header_exclude_ranges() returns ret in any case, with or without this comparison. Signed-off-by: Nikolas Nyby --- arch/x86/kernel/crash.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch

[PATCH] lib/genalloc.c: Fix trivial typo

2018-08-27 Thread Nikolas Nyby
This fixes a typo in the gen_pool_best_fit docs. Signed-off-by: Nikolas Nyby --- lib/genalloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/genalloc.c b/lib/genalloc.c index ca06adc4f445..d8f534db5562 100644 --- a/lib/genalloc.c +++ b/lib/genalloc.c @@ -611,7 +611,7

[PATCH] lib/genalloc.c: Fix trivial typo

2018-08-27 Thread Nikolas Nyby
This fixes a typo in the gen_pool_best_fit docs. Signed-off-by: Nikolas Nyby --- lib/genalloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/genalloc.c b/lib/genalloc.c index ca06adc4f445..d8f534db5562 100644 --- a/lib/genalloc.c +++ b/lib/genalloc.c @@ -611,7 +611,7

[tip:x86/urgent] x86/Kconfig: Fix trivial typo

2018-08-27 Thread tip-bot for Nikolas Nyby
Commit-ID: e3a5dc08715abba646324fd8456282bd77798e9c Gitweb: https://git.kernel.org/tip/e3a5dc08715abba646324fd8456282bd77798e9c Author: Nikolas Nyby AuthorDate: Sat, 25 Aug 2018 19:10:54 -0400 Committer: Thomas Gleixner CommitDate: Mon, 27 Aug 2018 10:29:14 +0200 x86/Kconfig: Fix

[tip:x86/urgent] x86/Kconfig: Fix trivial typo

2018-08-27 Thread tip-bot for Nikolas Nyby
Commit-ID: e3a5dc08715abba646324fd8456282bd77798e9c Gitweb: https://git.kernel.org/tip/e3a5dc08715abba646324fd8456282bd77798e9c Author: Nikolas Nyby AuthorDate: Sat, 25 Aug 2018 19:10:54 -0400 Committer: Thomas Gleixner CommitDate: Mon, 27 Aug 2018 10:29:14 +0200 x86/Kconfig: Fix