diff mbox

net/9p: remove a comment about pref member which doesn't exist

Message ID 1415198758-18680-1-git-send-email-ryomnktml@gmail.com
State Accepted, archived
Delegated to: David Miller
Headers show

Commit Message

Ryo Munakata Nov. 5, 2014, 2:45 p.m. UTC
Signed-off-by: Ryo Munakata <ryomnktml@gmail.com>
---
 include/net/9p/transport.h | 1 -
 1 file changed, 1 deletion(-)

Comments

David Miller Nov. 6, 2014, 7:59 p.m. UTC | #1
From: Ryo Munakata <ryomnktml@gmail.com>
Date: Wed,  5 Nov 2014 23:45:58 +0900

> Signed-off-by: Ryo Munakata <ryomnktml@gmail.com>

Applied, thanks.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/include/net/9p/transport.h b/include/net/9p/transport.h
index d9fa68f..2a25dec 100644
--- a/include/net/9p/transport.h
+++ b/include/net/9p/transport.h
@@ -34,7 +34,6 @@ 
  * @list: used to maintain a list of currently available transports
  * @name: the human-readable name of the transport
  * @maxsize: transport provided maximum packet size
- * @pref: Preferences of this transport
  * @def: set if this transport should be considered the default
  * @create: member function to create a new connection on this transport
  * @close: member function to discard a connection on this transport