Message ID | 080aa959266ad842a8e7efca7111f1350c6a065a.1673424858.git.geert+renesas@glider.be (mailing list archive) |
---|---|
State | Accepted |
Commit | 451fb217cdca0ead3f396f00f8da331401344950 |
Delegated to: | Palmer Dabbelt |
Headers | show |
Series | RISC-V: Kconfig: Remove trailing whitespace | expand |
Context | Check | Description |
---|---|---|
conchuod/patch_count | success | Link |
conchuod/cover_letter | success | Single patches do not need cover letters |
conchuod/tree_selection | success | Guessed tree name to be for-next |
conchuod/fixes_present | success | Fixes tag not required for -next series |
conchuod/maintainers_pattern | success | MAINTAINERS pattern errors before the patch: 13 and now 13 |
conchuod/verify_signedoff | success | Signed-off-by tag matches author and committer |
conchuod/kdoc | success | Errors and warnings before: 0 this patch: 0 |
conchuod/module_param | success | Was 0 now: 0 |
conchuod/alphanumeric_selects | success | Out of order selects before the patch: 57 and now 57 |
conchuod/build_rv32_defconfig | success | Build OK |
conchuod/build_warn_rv64 | success | Errors and warnings before: 2054 this patch: 2054 |
conchuod/dtb_warn_rv64 | success | Errors and warnings before: 4 this patch: 4 |
conchuod/header_inline | success | No static functions without inline keyword in header files |
conchuod/checkpatch | success | total: 0 errors, 0 warnings, 0 checks, 8 lines checked |
conchuod/source_inline | success | Was 0 now: 0 |
conchuod/build_rv64_nommu_k210_defconfig | success | Build OK |
conchuod/verify_fixes | success | No Fixes tag |
conchuod/build_rv64_nommu_virt_defconfig | success | Build OK |
On Wed, Jan 11, 2023 at 09:15:33AM +0100, Geert Uytterhoeven wrote: > Remove trailing whitespace that hurts my eyes. Yeah, that hurts mine too. Acked-by: Conor Dooley <conor.dooley@microchip.com> > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> > --- > FWIW > Fixes: 444c3dbdabd46819 ("RISC-V: introduce ARCH_FOO kconfig aliases for SOC_FOO symbols") > > arch/riscv/Kconfig.socs | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/riscv/Kconfig.socs b/arch/riscv/Kconfig.socs > index 945c00d20fe19304..37d8ad51d1adbd90 100644 > --- a/arch/riscv/Kconfig.socs > +++ b/arch/riscv/Kconfig.socs > @@ -35,7 +35,7 @@ config SOC_STARFIVE > > config ARCH_VIRT > def_bool SOC_VIRT > - > + > config SOC_VIRT > bool "QEMU Virt Machine" > select CLINT_TIMER if RISCV_M_MODE > -- > 2.34.1 > > > _______________________________________________ > linux-riscv mailing list > linux-riscv@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-riscv
On Wed, 11 Jan 2023 09:15:33 +0100, Geert Uytterhoeven wrote: > Remove trailing whitespace that hurts my eyes. > > Applied, thanks! [1/1] RISC-V: Kconfig: Remove trailing whitespace https://git.kernel.org/palmer/c/451fb217cdca Best regards,
Hello: This patch was applied to riscv/linux.git (for-next) by Palmer Dabbelt <palmer@rivosinc.com>: On Wed, 11 Jan 2023 09:15:33 +0100 you wrote: > Remove trailing whitespace that hurts my eyes. > > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> > --- > FWIW > Fixes: 444c3dbdabd46819 ("RISC-V: introduce ARCH_FOO kconfig aliases for SOC_FOO symbols") > > [...] Here is the summary with links: - RISC-V: Kconfig: Remove trailing whitespace https://git.kernel.org/riscv/c/451fb217cdca You are awesome, thank you!
diff --git a/arch/riscv/Kconfig.socs b/arch/riscv/Kconfig.socs index 945c00d20fe19304..37d8ad51d1adbd90 100644 --- a/arch/riscv/Kconfig.socs +++ b/arch/riscv/Kconfig.socs @@ -35,7 +35,7 @@ config SOC_STARFIVE config ARCH_VIRT def_bool SOC_VIRT - + config SOC_VIRT bool "QEMU Virt Machine" select CLINT_TIMER if RISCV_M_MODE
Remove trailing whitespace that hurts my eyes. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> --- FWIW Fixes: 444c3dbdabd46819 ("RISC-V: introduce ARCH_FOO kconfig aliases for SOC_FOO symbols") arch/riscv/Kconfig.socs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)