arm-bsp: space clean-up

Message ID 20220209041315.13812-1-jon.mason@arm.com
State New
Headers show
Series arm-bsp: space clean-up | expand

Commit Message

Jon Mason Feb. 9, 2022, 4:13 a.m. UTC
Add a space between "Submitted" and URL

Signed-off-by: Jon Mason <jon.mason@arm.com>
---
 .../0003-mailbox-arm_mhu-migrate-to-threaded-irq-handler.patch  | 2 +-
 ...005-mailbox-arm_mhu-add-full-support-for-the-doorbells.patch | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Jon Mason Feb. 9, 2022, 2:26 p.m. UTC | #1
On Tue, 8 Feb 2022 23:13:15 -0500, Jon Mason wrote:
> Add a space between "Submitted" and URL

Applied, thanks!

[1/1] arm-bsp: space clean-up
      commit: ee083b940bc8b0ab391f2845f401327aa35fa1cc

Best regards,

Patch

diff --git a/meta-arm-bsp/recipes-kernel/linux/files/juno/0003-mailbox-arm_mhu-migrate-to-threaded-irq-handler.patch b/meta-arm-bsp/recipes-kernel/linux/files/juno/0003-mailbox-arm_mhu-migrate-to-threaded-irq-handler.patch
index e3bc571..1579a63 100644
--- a/meta-arm-bsp/recipes-kernel/linux/files/juno/0003-mailbox-arm_mhu-migrate-to-threaded-irq-handler.patch
+++ b/meta-arm-bsp/recipes-kernel/linux/files/juno/0003-mailbox-arm_mhu-migrate-to-threaded-irq-handler.patch
@@ -3,7 +3,7 @@  From: Sudeep Holla <sudeep.holla@arm.com>
 Date: Tue, 2 May 2017 11:12:43 +0100
 Subject: [PATCH 3/8] mailbox: arm_mhu: migrate to threaded irq handler
 
-Upstream-Status: Submitted[https://patchwork.kernel.org/patch/10970345]
+Upstream-Status: Submitted [https://patchwork.kernel.org/patch/10970345]
 
 In preparation to introduce support for doorbells which require the
 interrupt handlers to be threaded, this patch moves the existing
diff --git a/meta-arm-bsp/recipes-kernel/linux/files/juno/0005-mailbox-arm_mhu-add-full-support-for-the-doorbells.patch b/meta-arm-bsp/recipes-kernel/linux/files/juno/0005-mailbox-arm_mhu-add-full-support-for-the-doorbells.patch
index 0bc2eb3..8afed21 100644
--- a/meta-arm-bsp/recipes-kernel/linux/files/juno/0005-mailbox-arm_mhu-add-full-support-for-the-doorbells.patch
+++ b/meta-arm-bsp/recipes-kernel/linux/files/juno/0005-mailbox-arm_mhu-add-full-support-for-the-doorbells.patch
@@ -3,7 +3,7 @@  From: Sudeep Holla <sudeep.holla@arm.com>
 Date: Tue, 2 May 2017 12:07:28 +0100
 Subject: [PATCH 5/8] mailbox: arm_mhu: add full support for the doorbells
 
-Upstream-Status: Submitted[https://patchwork.kernel.org/patch/10970349]
+Upstream-Status: Submitted [https://patchwork.kernel.org/patch/10970349]
 
 We now have the basic infrastructure and binding to support doorbells
 on ARM MHU controller.