diff options
author | Ryo Munakata <ryomnktml@gmail.com> | 2014-11-05 23:45:58 +0900 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-11-06 14:59:19 -0500 |
commit | 5816c3dafb6c63fd5c7b9f3f707c8565811d9916 (patch) | |
tree | 5c505476604a3bead127e1dc18d76d24210a8b1a /include | |
parent | 4484d0524e86dcb2fb5ad0805b09d3e74559ebd5 (diff) |
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')
-rw-r--r-- | include/net/9p/transport.h | 1 |
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 |