Re: [PATCH net-next 01/16] tipc: update code comments to reflect new uapi header path
From: Sergei Shtylyov <hidden>
Date: 2013-06-17 17:33:29
Hello. On 06/17/2013 06:54 PM, Paul Gortmaker wrote:
From: Ying Xue <redacted>
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 <redacted> Signed-off-by: Paul Gortmaker <redacted> --- include/uapi/linux/tipc.h | 2 +- include/uapi/linux/tipc_config.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
quoted hunk ↗ jump to hunk
diff --git a/include/uapi/linux/tipc.h b/include/uapi/linux/tipc.h index f2d9009..852373d 100644 --- a/include/uapi/linux/tipc.h +++ b/include/uapi/linux/tipc.h@@ -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 Systemsdiff --git a/include/uapi/linux/tipc_config.h b/include/uapi/linux/tipc_config.h index 0b1e3f2..6b0bff0 100644 --- a/include/uapi/linux/tipc_config.h +++ b/include/uapi/linux/tipc_config.h@@ -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
File names in the heading comments are generally frowned upon. Maybe
it's worth just removing them?
WBR, Sergei