net: 9p: drop duplicate word in comment
authorRandy Dunlap <rdunlap@infradead.org>
Wed, 15 Jul 2020 16:42:41 +0000 (09:42 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 16 Jul 2020 03:34:11 +0000 (20:34 -0700)
Drop doubled word "not" in a comment.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: netdev@vger.kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
include/net/9p/transport.h

index 98a2be2..3eb4261 100644 (file)
@@ -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