diff options
| author | Allan Stephens <Allan.Stephens@windriver.com> | 2010-12-31 18:59:32 +0000 | 
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2011-01-01 13:57:56 -0800 | 
| commit | 0e65967e33be61e5f67727edd4ea829b47676fc0 (patch) | |
| tree | 1135d631e0cb88af3f8b060b8c32a130315542d8 /net/tipc/port.h | |
| parent | 25860c3bd5bd1db236d4fd5826d76127d677dc28 (diff) | |
| download | olio-linux-3.10-0e65967e33be61e5f67727edd4ea829b47676fc0.tar.xz olio-linux-3.10-0e65967e33be61e5f67727edd4ea829b47676fc0.zip  | |
tipc: cleanup various cosmetic whitespace issues
Cleans up TIPC's source code to eliminate deviations from generally
accepted coding conventions relating to leading/trailing white space
and white space around commas, braces, cases, and sizeof.
These changes are purely cosmetic and do not alter the operation of TIPC
in any way.
Signed-off-by: Allan Stephens <Allan.Stephens@windriver.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/tipc/port.h')
| -rw-r--r-- | net/tipc/port.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tipc/port.h b/net/tipc/port.h index a9c528799f2..8e84b989949 100644 --- a/net/tipc/port.h +++ b/net/tipc/port.h @@ -258,7 +258,7 @@ static inline void tipc_port_unlock(struct port *p_ptr)  	spin_unlock_bh(p_ptr->publ.lock);  } -static inline struct port* tipc_port_deref(u32 ref) +static inline struct port *tipc_port_deref(u32 ref)  {  	return (struct port *)tipc_ref_deref(ref);  }  |