mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
[NET] TIPC: 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
cca5172a7e
commit
c430728526
44 changed files with 1200 additions and 1200 deletions
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
* net/tipc/handler.c: TIPC signal handling
|
||||
*
|
||||
*
|
||||
* Copyright (c) 2000-2006, Ericsson AB
|
||||
* Copyright (c) 2005, Wind River Systems
|
||||
* All rights reserved.
|
||||
|
@ -95,7 +95,7 @@ static void process_signal_queue(unsigned long dummy)
|
|||
|
||||
int tipc_handler_start(void)
|
||||
{
|
||||
tipc_queue_item_cache =
|
||||
tipc_queue_item_cache =
|
||||
kmem_cache_create("tipc_queue_items", sizeof(struct queue_item),
|
||||
0, SLAB_HWCACHE_ALIGN, NULL, NULL);
|
||||
if (!tipc_queue_item_cache)
|
||||
|
@ -110,7 +110,7 @@ int tipc_handler_start(void)
|
|||
void tipc_handler_stop(void)
|
||||
{
|
||||
struct list_head *l, *n;
|
||||
struct queue_item *item;
|
||||
struct queue_item *item;
|
||||
|
||||
if (!handler_enabled)
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue