diff options
Diffstat (limited to 'fs/9p/9p.c')
-rw-r--r-- | fs/9p/9p.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/9p/9p.c b/fs/9p/9p.c index c148e6ba07e5..ea2cf9692ff4 100644 --- a/fs/9p/9p.c +++ b/fs/9p/9p.c | |||
@@ -152,7 +152,7 @@ v9fs_t_clunk(struct v9fs_session_info *v9ses, u32 fid) | |||
152 | /** | 152 | /** |
153 | * v9fs_v9fs_t_flush - flush a pending transaction | 153 | * v9fs_v9fs_t_flush - flush a pending transaction |
154 | * @v9ses: 9P2000 session information | 154 | * @v9ses: 9P2000 session information |
155 | * @tag: tid to release | 155 | * @tag: tag to release |
156 | * | 156 | * |
157 | */ | 157 | */ |
158 | 158 | ||