diff options
author | Allan Stephens <Allan.Stephens@windriver.com> | 2010-12-31 19:59:24 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-01-01 22:57:51 +0100 |
commit | f5e75269f59f7c3816f23314b924895e4ecf8409 (patch) | |
tree | 1a54ae8f9f2f5682f6f0c997bbb2f2e5e4283ef2 /net/tipc/log.h | |
parent | tipc: Remove internal linked list of node objects (diff) | |
download | linux-f5e75269f59f7c3816f23314b924895e4ecf8409.tar.xz linux-f5e75269f59f7c3816f23314b924895e4ecf8409.zip |
tipc: rename dbg.[ch] to log.[ch]
As the first step in removing obsolete debugging code from TIPC the
files that implement TIPC's non-debug-related log buffer subsystem
are renamed to better reflect their true nature.
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 '')
-rw-r--r-- | net/tipc/log.h (renamed from net/tipc/dbg.h) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tipc/dbg.h b/net/tipc/log.h index 3ba6ba8b434a..f4343bb9e429 100644 --- a/net/tipc/dbg.h +++ b/net/tipc/log.h @@ -1,5 +1,5 @@ /* - * net/tipc/dbg.h: Include file for TIPC print buffer routines + * net/tipc/log.h: Include file for TIPC print buffer routines * * Copyright (c) 1997-2006, Ericsson AB * Copyright (c) 2005-2007, Wind River Systems |