From: Ryo Munakata Date: Wed, 5 Nov 2014 14:45:58 +0000 (+0900) Subject: net/9p: remove a comment about pref member which doesn't exist X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=5816c3dafb6c63fd5c7b9f3f707c8565811d9916;p=linux-beck.git net/9p: remove a comment about pref member which doesn't exist Signed-off-by: Ryo Munakata Signed-off-by: David S. Miller --- 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