diff options
author | Qinghuang Feng <qhfeng.kernel@gmail.com> | 2008-11-21 20:15:03 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-11-21 20:15:03 -0500 |
commit | cf005b1d0e34d8c964347331c43de089c674a5a1 (patch) | |
tree | c766e3fec0fa742ec38c2419bce4035e03424425 /net/9p | |
parent | 6c0bce37ffc8f000a516fadf6dee84579c4c8f9b (diff) |
net: remove redundant argument comments
Remove redundant argument comments in files of net/*
Signed-off-by: Qinghuang Feng <qhfeng.kernel@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/9p')
-rw-r--r-- | net/9p/trans_rdma.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/9p/trans_rdma.c b/net/9p/trans_rdma.c index 2f1fe5fc1228..7fa0eb20b2f6 100644 --- a/net/9p/trans_rdma.c +++ b/net/9p/trans_rdma.c | |||
@@ -528,8 +528,6 @@ static void rdma_close(struct p9_client *client) | |||
528 | 528 | ||
529 | /** | 529 | /** |
530 | * alloc_rdma - Allocate and initialize the rdma transport structure | 530 | * alloc_rdma - Allocate and initialize the rdma transport structure |
531 | * @msize: MTU | ||
532 | * @dotu: Extension attribute | ||
533 | * @opts: Mount options structure | 531 | * @opts: Mount options structure |
534 | */ | 532 | */ |
535 | static struct p9_trans_rdma *alloc_rdma(struct p9_rdma_opts *opts) | 533 | static struct p9_trans_rdma *alloc_rdma(struct p9_rdma_opts *opts) |