提交 497aaa5c 编写于 作者: J Jon Bernard 提交者: Greg Kroah-Hartman

Staging: lustre: fix a brace coding style issue in fsfilt.c

This is a patch to the fsfilt.c file that fixes up a brace warning found by the
checkpatch.pl tool.
Signed-off-by: NJon Bernard <jbernard@tuxion.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 3e67cdf5
......@@ -50,10 +50,9 @@ static struct fsfilt_operations *fsfilt_search_type(const char *type)
list_for_each(p, &fsfilt_types) {
found = list_entry(p, struct fsfilt_operations, fs_list);
if (!strcmp(found->fs_type, type)) {
if (!strcmp(found->fs_type, type))
return found;
}
}
return NULL;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册