[<prev] [next>] [day] [month] [year] [list]
Message-ID: <4b210be.94a.18b271ca056.Coremail.chenguohua@jari.cn>
Date: Fri, 13 Oct 2023 11:37:49 +0800 (GMT+08:00)
From: chenguohua@...i.cn
To: philipp.reisner@...bit.com, lars.ellenberg@...bit.com,
christoph.boehmwalder@...bit.com
Cc: drbd-dev@...ts.linbit.com, linux-kernel@...r.kernel.org
Subject: [PATCH] drbd: Clean up errors in drbd.h
Fix the following errors reported by checkpatch:
ERROR: spaces required around that '=' (ctx:VxW)
Signed-off-by: GuoHua Cheng <chenguohua@...i.cn>
---
include/linux/drbd.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/linux/drbd.h b/include/linux/drbd.h
index 5468a2399d48..3a8c60eaf3bd 100644
--- a/include/linux/drbd.h
+++ b/include/linux/drbd.h
@@ -139,7 +139,7 @@ enum drbd_ret_code {
ERR_CSUMS_ALG_ND = 145, /* DRBD 8.2 only */
ERR_VERIFY_ALG = 146, /* DRBD 8.2 only */
ERR_VERIFY_ALG_ND = 147, /* DRBD 8.2 only */
- ERR_CSUMS_RESYNC_RUNNING= 148, /* DRBD 8.2 only */
+ ERR_CSUMS_RESYNC_RUNNING = 148, /* DRBD 8.2 only */
ERR_VERIFY_RUNNING = 149, /* DRBD 8.2 only */
ERR_DATA_NOT_CURRENT = 150,
ERR_CONNECTED = 151, /* DRBD 8.3 only */
--
2.17.1
Powered by blists - more mailing lists