diff mbox series

fs/ocfs2: fix a format error

Message ID 20240712075246.48975-1-flyingpeng@tencent.com (mailing list archive)
State New
Headers show
Series fs/ocfs2: fix a format error | expand

Commit Message

Hao Peng July 12, 2024, 7:52 a.m. UTC
From: Peng Hao <flyingpeng@tencent.com>

Replace spaces with tab.

Signed-off-by: Peng Hao <flyingpeng@tencent.com>
---
 fs/ocfs2/cluster/tcp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/fs/ocfs2/cluster/tcp.c b/fs/ocfs2/cluster/tcp.c
index 2b8fa3e782fb..f7a8158e3ee4 100644
--- a/fs/ocfs2/cluster/tcp.c
+++ b/fs/ocfs2/cluster/tcp.c
@@ -846,7 +846,7 @@  int o2net_register_handler(u32 msg_type, u32 key, u32 max_len,
 	if (o2net_handler_tree_lookup(msg_type, key, &p, &parent))
 		ret = -EEXIST;
 	else {
-	        rb_link_node(&nmh->nh_node, parent, p);
+		rb_link_node(&nmh->nh_node, parent, p);
 		rb_insert_color(&nmh->nh_node, &o2net_handler_tree);
 		list_add_tail(&nmh->nh_unregister_item, unreg_list);