Skip to content

Commit

Permalink
tipc: update code comments to reflect new uapi header path
Browse files Browse the repository at this point in the history
Files tipc.h and tipc_config.h were moved to uapi directory, but
the corresponding comments were not updated at the same time.

Signed-off-by: Ying Xue <ying.xue@windriver.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Ying Xue authored and David S. Miller committed Jun 17, 2013
1 parent dafcc43 commit 8941bbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/uapi/linux/tipc.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* include/linux/tipc.h: Include file for TIPC socket interface
* include/uapi/linux/tipc.h: Header for TIPC socket interface
*
* Copyright (c) 2003-2006, Ericsson AB
* Copyright (c) 2005, 2010-2011, Wind River Systems
Expand Down
2 changes: 1 addition & 1 deletion include/uapi/linux/tipc_config.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* include/linux/tipc_config.h: Include file for TIPC configuration interface
* include/uapi/linux/tipc_config.h: Header for TIPC configuration interface
*
* Copyright (c) 2003-2006, Ericsson AB
* Copyright (c) 2005-2007, 2010-2011, Wind River Systems
Expand Down

0 comments on commit 8941bbc

Please sign in to comment.