Skip to content

Commit 7013482

Browse files
rddunlapmartinetd
authored andcommitted
9p/trans_fd: remove Excess kernel-doc comment
Remove the "@Req" kernel-doc description since there is not 'req' member in the struct p9_conn. Fixes one kernel-doc warning: trans_fd.c:133: warning: Excess struct member 'req' description in 'p9_conn' Signed-off-by: Randy Dunlap <[email protected]> Cc: Eric Van Hensbergen <[email protected]> Cc: Latchesar Ionkov <[email protected]> Cc: Dominique Martinet <[email protected]> Cc: [email protected] Cc: "David S. Miller" <[email protected]> Cc: Eric Dumazet <[email protected]> Cc: Jakub Kicinski <[email protected]> Cc: Paolo Abeni <[email protected]> Cc: [email protected] Reviewed-by: Simon Horman <[email protected]> Message-ID: <[email protected]> Signed-off-by: Dominique Martinet <[email protected]>
1 parent 841c351 commit 7013482

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

net/9p/trans_fd.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ struct p9_poll_wait {
9595
* @unsent_req_list: accounting for requests that haven't been sent
9696
* @rreq: read request
9797
* @wreq: write request
98-
* @req: current request being processed (if any)
9998
* @tmp_buf: temporary buffer to read in header
10099
* @rc: temporary fcall for reading current frame
101100
* @wpos: write position for current frame

0 commit comments

Comments
 (0)