[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230529113421.8970-1-franziska.naepelt@gmail.com>
Date: Mon, 29 May 2023 13:34:21 +0200
From: Franziska Naepelt <franziska.naepelt@...glemail.com>
To: linux-mips@...r.kernel.org
Cc: tsbogend@...ha.franken.de, linux-kernel@...r.kernel.org,
Franziska Naepelt <franziska.naepelt@...il.com>
Subject: [PATCH] mips: Fix spacing issue
This removes the following checkpatch issue:
- ERROR: need consistent spacing around '-' (ctx:WxV)
Signed-off-by: Franziska Naepelt <franziska.naepelt@...il.com>
---
arch/mips/sibyte/swarm/platform.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/mips/sibyte/swarm/platform.c b/arch/mips/sibyte/swarm/platform.c
index 484969db7713..06bf7105e7b1 100644
--- a/arch/mips/sibyte/swarm/platform.c
+++ b/arch/mips/sibyte/swarm/platform.c
@@ -90,7 +90,7 @@ device_initcall(swarm_pata_init);
.name = "SB1250 MAC " __stringify(num), \
.flags = IORESOURCE_MEM, \
.start = A_MAC_CHANNEL_BASE(num), \
- .end = A_MAC_CHANNEL_BASE(num + 1) -1, \
+ .end = A_MAC_CHANNEL_BASE(num + 1) - 1, \
};\
static struct platform_device sb1250_dev##num = { \
.name = "sb1250-mac", \
base-commit: 7877cb91f1081754a1487c144d85dc0d2e2e7fc4
--
2.39.2 (Apple Git-143)
Powered by blists - more mailing lists