summaryrefslogtreecommitdiffstats
path: root/include/net/9p
diff options
context:
space:
mode:
authorRyo Munakata <ryomnktml@gmail.com>2014-11-05 23:45:58 +0900
committerDavid S. Miller <davem@davemloft.net>2014-11-06 14:59:19 -0500
commit5816c3dafb6c63fd5c7b9f3f707c8565811d9916 (patch)
tree5c505476604a3bead127e1dc18d76d24210a8b1a /include/net/9p
parent4484d0524e86dcb2fb5ad0805b09d3e74559ebd5 (diff)
downloadlinux-5816c3dafb6c63fd5c7b9f3f707c8565811d9916.tar.gz
linux-5816c3dafb6c63fd5c7b9f3f707c8565811d9916.tar.xz
net/9p: remove a comment about pref member which doesn't exist
Signed-off-by: Ryo Munakata <ryomnktml@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/9p')
-rw-r--r--include/net/9p/transport.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/9p/transport.h b/include/net/9p/transport.h
index d9fa68f26c41..2a25dec30211 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