[NET] RXRPC: Fix whitespace errors.
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
3dcf7c5e8b
commit
7612713fb6
7 changed files with 39 additions and 39 deletions
|
@ -141,7 +141,7 @@ static int rxrpc_krxiod(void *arg)
|
||||||
|
|
||||||
try_to_freeze();
|
try_to_freeze();
|
||||||
|
|
||||||
/* discard pending signals */
|
/* discard pending signals */
|
||||||
rxrpc_discard_my_signals();
|
rxrpc_discard_my_signals();
|
||||||
|
|
||||||
} while (!rxrpc_krxiod_die);
|
} while (!rxrpc_krxiod_die);
|
||||||
|
|
|
@ -110,7 +110,7 @@ static int rxrpc_krxsecd(void *arg)
|
||||||
|
|
||||||
try_to_freeze();
|
try_to_freeze();
|
||||||
|
|
||||||
/* discard pending signals */
|
/* discard pending signals */
|
||||||
rxrpc_discard_my_signals();
|
rxrpc_discard_my_signals();
|
||||||
|
|
||||||
} while (!die);
|
} while (!die);
|
||||||
|
|
|
@ -146,17 +146,17 @@ __attribute__((no_instrument_function));
|
||||||
void __cyg_profile_func_enter (void *this_fn, void *call_site)
|
void __cyg_profile_func_enter (void *this_fn, void *call_site)
|
||||||
{
|
{
|
||||||
asm volatile(" movl %%esp,%%edi \n"
|
asm volatile(" movl %%esp,%%edi \n"
|
||||||
" andl %0,%%edi \n"
|
" andl %0,%%edi \n"
|
||||||
" addl %1,%%edi \n"
|
" addl %1,%%edi \n"
|
||||||
" movl %%esp,%%ecx \n"
|
" movl %%esp,%%ecx \n"
|
||||||
" subl %%edi,%%ecx \n"
|
" subl %%edi,%%ecx \n"
|
||||||
" shrl $2,%%ecx \n"
|
" shrl $2,%%ecx \n"
|
||||||
" movl $0xedededed,%%eax \n"
|
" movl $0xedededed,%%eax \n"
|
||||||
" rep stosl \n"
|
" rep stosl \n"
|
||||||
:
|
:
|
||||||
: "i"(~(THREAD_SIZE-1)), "i"(sizeof(struct thread_info))
|
: "i"(~(THREAD_SIZE-1)), "i"(sizeof(struct thread_info))
|
||||||
: "eax", "ecx", "edi", "memory", "cc"
|
: "eax", "ecx", "edi", "memory", "cc"
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
void __cyg_profile_func_exit(void *this_fn, void *call_site)
|
void __cyg_profile_func_exit(void *this_fn, void *call_site)
|
||||||
|
@ -165,16 +165,16 @@ __attribute__((no_instrument_function));
|
||||||
void __cyg_profile_func_exit(void *this_fn, void *call_site)
|
void __cyg_profile_func_exit(void *this_fn, void *call_site)
|
||||||
{
|
{
|
||||||
asm volatile(" movl %%esp,%%edi \n"
|
asm volatile(" movl %%esp,%%edi \n"
|
||||||
" andl %0,%%edi \n"
|
" andl %0,%%edi \n"
|
||||||
" addl %1,%%edi \n"
|
" addl %1,%%edi \n"
|
||||||
" movl %%esp,%%ecx \n"
|
" movl %%esp,%%ecx \n"
|
||||||
" subl %%edi,%%ecx \n"
|
" subl %%edi,%%ecx \n"
|
||||||
" shrl $2,%%ecx \n"
|
" shrl $2,%%ecx \n"
|
||||||
" movl $0xdadadada,%%eax \n"
|
" movl $0xdadadada,%%eax \n"
|
||||||
" rep stosl \n"
|
" rep stosl \n"
|
||||||
:
|
:
|
||||||
: "i"(~(THREAD_SIZE-1)), "i"(sizeof(struct thread_info))
|
: "i"(~(THREAD_SIZE-1)), "i"(sizeof(struct thread_info))
|
||||||
: "eax", "ecx", "edi", "memory", "cc"
|
: "eax", "ecx", "edi", "memory", "cc"
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -27,7 +27,7 @@ int rxrpc_knet;
|
||||||
static struct ctl_table_header *rxrpc_sysctl = NULL;
|
static struct ctl_table_header *rxrpc_sysctl = NULL;
|
||||||
|
|
||||||
static ctl_table rxrpc_sysctl_table[] = {
|
static ctl_table rxrpc_sysctl_table[] = {
|
||||||
{
|
{
|
||||||
.ctl_name = 1,
|
.ctl_name = 1,
|
||||||
.procname = "kdebug",
|
.procname = "kdebug",
|
||||||
.data = &rxrpc_kdebug,
|
.data = &rxrpc_kdebug,
|
||||||
|
@ -35,7 +35,7 @@ static ctl_table rxrpc_sysctl_table[] = {
|
||||||
.mode = 0644,
|
.mode = 0644,
|
||||||
.proc_handler = &proc_dointvec
|
.proc_handler = &proc_dointvec
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
.ctl_name = 2,
|
.ctl_name = 2,
|
||||||
.procname = "ktrace",
|
.procname = "ktrace",
|
||||||
.data = &rxrpc_ktrace,
|
.data = &rxrpc_ktrace,
|
||||||
|
@ -43,7 +43,7 @@ static ctl_table rxrpc_sysctl_table[] = {
|
||||||
.mode = 0644,
|
.mode = 0644,
|
||||||
.proc_handler = &proc_dointvec
|
.proc_handler = &proc_dointvec
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
.ctl_name = 3,
|
.ctl_name = 3,
|
||||||
.procname = "kproto",
|
.procname = "kproto",
|
||||||
.data = &rxrpc_kproto,
|
.data = &rxrpc_kproto,
|
||||||
|
@ -51,7 +51,7 @@ static ctl_table rxrpc_sysctl_table[] = {
|
||||||
.mode = 0644,
|
.mode = 0644,
|
||||||
.proc_handler = &proc_dointvec
|
.proc_handler = &proc_dointvec
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
.ctl_name = 4,
|
.ctl_name = 4,
|
||||||
.procname = "knet",
|
.procname = "knet",
|
||||||
.data = &rxrpc_knet,
|
.data = &rxrpc_knet,
|
||||||
|
@ -59,7 +59,7 @@ static ctl_table rxrpc_sysctl_table[] = {
|
||||||
.mode = 0644,
|
.mode = 0644,
|
||||||
.proc_handler = &proc_dointvec
|
.proc_handler = &proc_dointvec
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
.ctl_name = 5,
|
.ctl_name = 5,
|
||||||
.procname = "peertimo",
|
.procname = "peertimo",
|
||||||
.data = &rxrpc_peer_timeout,
|
.data = &rxrpc_peer_timeout,
|
||||||
|
@ -67,7 +67,7 @@ static ctl_table rxrpc_sysctl_table[] = {
|
||||||
.mode = 0644,
|
.mode = 0644,
|
||||||
.proc_handler = &proc_doulongvec_minmax
|
.proc_handler = &proc_doulongvec_minmax
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
.ctl_name = 6,
|
.ctl_name = 6,
|
||||||
.procname = "conntimo",
|
.procname = "conntimo",
|
||||||
.data = &rxrpc_conn_timeout,
|
.data = &rxrpc_conn_timeout,
|
||||||
|
|
Loading…
Add table
Reference in a new issue