[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <200607301842.15598.jesper.juhl@gmail.com>
Date: Sun, 30 Jul 2006 18:42:15 +0200
From: Jesper Juhl <jesper.juhl@...il.com>
To: linux-kernel@...r.kernel.org
Cc: Jesper Juhl <jesper.juhl@...il.com>, Andrew Morton <akpm@...l.org>
Subject: [PATCH 09/12] making the kernel -Wshadow clean - neighbour.h and 'proc_handler'
Fix several hundred -Wshadow warnings, caused by include/net/neighbour.h,
by renaming the 'proc_handler' argument in the neigh_sysctl_register()
prototype to 'handler', just like it is named in net/core/neighbour.c
Signed-off-by: Jesper Juhl <jesper.juhl@...il.com>
---
include/net/neighbour.h | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
--- linux-2.6.18-rc2-git7-orig/include/net/neighbour.h 2006-06-18 03:49:35.000000000 +0200
+++ linux-2.6.18-rc2-git7/include/net/neighbour.h 2006-07-30 06:37:28.000000000 +0200
@@ -276,7 +276,7 @@ extern int neigh_sysctl_register(struc
struct neigh_parms *p,
int p_id, int pdev_id,
char *p_name,
- proc_handler *proc_handler,
+ proc_handler *handler,
ctl_handler *strategy);
extern void neigh_sysctl_unregister(struct neigh_parms *p);
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists