2014-11-05 14:46:24

by Ryo Munakata

[permalink] [raw]
Subject: [PATCH] net/9p: remove a comment about pref member which doesn't exist

Signed-off-by: Ryo Munakata <[email protected]>
---
include/net/9p/transport.h | 1 -
1 file changed, 1 deletion(-)

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
--
2.1.3


2014-11-06 19:59:37

by David Miller

[permalink] [raw]
Subject: Re: [PATCH] net/9p: remove a comment about pref member which doesn't exist

From: Ryo Munakata <[email protected]>
Date: Wed, 5 Nov 2014 23:45:58 +0900

> Signed-off-by: Ryo Munakata <[email protected]>

Applied, thanks.