提交 f9dd5dda 编写于 作者: B Benjamin Romer 提交者: Greg Kroah-Hartman

staging: unisys: fix indentation in req_handler_info

Fix the indentation around server_channel_init, so the parameters line
up nicely.
Signed-off-by: NBenjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 7692544d
......@@ -59,8 +59,8 @@ struct req_handler_info {
int (*controlfunc)(struct io_msgs *);
unsigned long min_channel_bytes;
int (*server_channel_ok)(unsigned long channel_bytes);
int (*server_channel_init)
(void *x, unsigned char *client_str, u32 client_str_len, u64 bytes);
int (*server_channel_init)(void *x, unsigned char *client_str,
u32 client_str_len, u64 bytes);
char switch_type_name[99];
struct list_head list_link; /* links into ReqHandlerInfo_list */
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册