staging: unisys: fix indentation in req_handler_info
Fix the indentation around server_channel_init, so the parameters line up nicely. Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
7692544dcf
commit
f9dd5dda30
1 changed files with 2 additions and 2 deletions
|
@ -59,8 +59,8 @@ struct req_handler_info {
|
||||||
int (*controlfunc)(struct io_msgs *);
|
int (*controlfunc)(struct io_msgs *);
|
||||||
unsigned long min_channel_bytes;
|
unsigned long min_channel_bytes;
|
||||||
int (*server_channel_ok)(unsigned long channel_bytes);
|
int (*server_channel_ok)(unsigned long channel_bytes);
|
||||||
int (*server_channel_init)
|
int (*server_channel_init)(void *x, unsigned char *client_str,
|
||||||
(void *x, unsigned char *client_str, u32 client_str_len, u64 bytes);
|
u32 client_str_len, u64 bytes);
|
||||||
char switch_type_name[99];
|
char switch_type_name[99];
|
||||||
struct list_head list_link; /* links into ReqHandlerInfo_list */
|
struct list_head list_link; /* links into ReqHandlerInfo_list */
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue