From 3de703757f9d0e01bbef88c9665903935e8a3c18 Mon Sep 17 00:00:00 2001 From: Zach Brown Date: Tue, 16 Mar 2021 12:00:50 -0700 Subject: [PATCH] Fix weird comment editing error That comment looked very weird indeed until I recognized that I must have forgotten to delete the first two attempts at starting the sentence. Signed-off-by: Zach Brown --- kmod/src/net.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/kmod/src/net.c b/kmod/src/net.c index c885d2bd..b323e20f 100644 --- a/kmod/src/net.c +++ b/kmod/src/net.c @@ -1546,9 +1546,8 @@ void scoutfs_net_client_greeting(struct super_block *sb, * response and they can disconnect cleanly. * * At this point our connection is idle except for send submissions and - * shutdown being queued. Once we shut down a We completely own a We - * have exclusive access to a previous conn once its shutdown and we set - * _freeing. + * shutdown being queued. We have exclusive access to the previous conn + * once it's shutdown and we set _freeing. */ void scoutfs_net_server_greeting(struct super_block *sb, struct scoutfs_net_connection *conn,