From: Randy Dunlap Date: Wed, 15 Jul 2020 16:42:41 +0000 (-0700) Subject: net: 9p: drop duplicate word in comment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=cee50c2a028432dadacdf55950c6c6a7875e8172;p=linux.git net: 9p: drop duplicate word in comment Drop doubled word "not" in a comment. Signed-off-by: Randy Dunlap Cc: "David S. Miller" Cc: netdev@vger.kernel.org Signed-off-by: Jakub Kicinski --- diff --git a/include/net/9p/transport.h b/include/net/9p/transport.h index 98a2be2de04a6..3eb4261b29588 100644 --- a/include/net/9p/transport.h +++ b/include/net/9p/transport.h @@ -25,7 +25,7 @@ * @request: member function to issue a request to the transport * @cancel: member function to cancel a request (if it hasn't been sent) * @cancelled: member function to notify that a cancelled request will not - * not receive a reply + * receive a reply * * This is the basic API for a transport module which is registered by the * transport module with the 9P core network module and used by the client