From 02af8c22427ef521314725673860cf7906e49780 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Mon, 31 Oct 2011 23:06:52 +0000 Subject: Declare static variables const as appropriate Signed-off-by: Ben Hutchings --- ethtool.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ethtool.c') diff --git a/ethtool.c b/ethtool.c index 13fb0ef..8e757e9 100644 --- a/ethtool.c +++ b/ethtool.c @@ -104,7 +104,7 @@ static int do_permaddr(struct cmd_context *ctx); static int do_getfwdump(struct cmd_context *ctx); static int do_setfwdump(struct cmd_context *ctx); -static struct option { +static const struct option { const char *opts; int want_device; int (*func)(struct cmd_context *); @@ -965,7 +965,7 @@ static char *unparse_rxfhashopts(u64 opts) return buf; } -static struct { +static const struct { const char *name; int (*func)(struct ethtool_drvinfo *info, struct ethtool_regs *regs); -- cgit v1.2.1