Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

net: 9p: drop duplicate word in comment

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>

authored by

Randy Dunlap and committed by
Jakub Kicinski
cee50c2a 158e8963

+1 -1
+1 -1
include/net/9p/transport.h
··· 25 25 * @request: member function to issue a request to the transport 26 26 * @cancel: member function to cancel a request (if it hasn't been sent) 27 27 * @cancelled: member function to notify that a cancelled request will not 28 - * not receive a reply 28 + * receive a reply 29 29 * 30 30 * This is the basic API for a transport module which is registered by the 31 31 * transport module with the 9P core network module and used by the client