提交 c8d4e2e1 编写于 作者: Q Quytelda Kahja 提交者: Greg Kroah-Hartman

staging: most: Fix missing identifier in function definition argument.

The function pointer 'complete' in 'struct mbo' should use an identifier
for its argument.
Signed-off-by: NQuytelda Kahja <quytelda@tamalin.org>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 275efcfa
...@@ -184,7 +184,7 @@ struct mbo { ...@@ -184,7 +184,7 @@ struct mbo {
u16 buffer_length; u16 buffer_length;
u16 processed_length; u16 processed_length;
enum mbo_status_flags status; enum mbo_status_flags status;
void (*complete)(struct mbo *); void (*complete)(struct mbo *mbo);
}; };
/** /**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册