提交 c69f297d 编写于 作者: S Stephen Hemminger 提交者: Dominique Martinet

9p: fix whitespace issues

Remove trailing whitespace and blank lines at EOF

Link: http://lkml.kernel.org/m/20180724192918.31165-11-sthemmin@microsoft.comSigned-off-by: NStephen Hemminger <stephen@networkplumber.org>
Signed-off-by: NDominique Martinet <dominique.martinet@cea.fr>
上级 10aa1452
...@@ -333,7 +333,7 @@ struct p9_req_t *p9_tag_lookup(struct p9_client *c, u16 tag) ...@@ -333,7 +333,7 @@ struct p9_req_t *p9_tag_lookup(struct p9_client *c, u16 tag)
* buffer to read the data into */ * buffer to read the data into */
tag++; tag++;
if(tag >= c->max_tag) if (tag >= c->max_tag)
return NULL; return NULL;
row = tag / P9_ROW_MAXTAG; row = tag / P9_ROW_MAXTAG;
......
...@@ -138,4 +138,3 @@ int p9_idpool_check(int id, struct p9_idpool *p) ...@@ -138,4 +138,3 @@ int p9_idpool_check(int id, struct p9_idpool *p)
return idr_find(&p->pool, id) != NULL; return idr_find(&p->pool, id) != NULL;
} }
EXPORT_SYMBOL(p9_idpool_check); EXPORT_SYMBOL(p9_idpool_check);
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册