[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20170111.105102.1947940014901244160.davem@davemloft.net>
Date: Wed, 11 Jan 2017 10:51:02 -0500 (EST)
From: David Miller <davem@...emloft.net>
To: rrichter@...ium.com
Cc: sgoutham@...ium.com, rric@...nel.org, netdev@...r.kernel.org
Subject: Re: [PATCH net-next] net: thunderx: Make hfunc variable const type
in nicvf_set_rxfh()
From: Robert Richter <rrichter@...ium.com>
Date: Wed, 11 Jan 2017 10:17:02 +0100
> @@ -635,7 +635,7 @@ static int nicvf_get_rxfh(struct net_device *dev, u32 *indir, u8 *hkey,
> }
>
> static int nicvf_set_rxfh(struct net_device *dev, const u32 *indir,
> - const u8 *hkey, u8 hfunc)
> + const u8 *hkey, const u8 hfunc)
Please do not change the indentation, it is currently correct.
Powered by blists - more mailing lists