netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: David Miller <davem@davemloft.net>
To: rrichter@cavium.com
Cc: sgoutham@cavium.com, rric@kernel.org, netdev@vger.kernel.org
Subject: Re: [PATCH net-next] net: thunderx: Make hfunc variable const type in nicvf_set_rxfh()
Date: Wed, 11 Jan 2017 10:51:02 -0500 (EST)	[thread overview]
Message-ID: <20170111.105102.1947940014901244160.davem@davemloft.net> (raw)
In-Reply-To: <20170111091702.6343-1-rrichter@cavium.com>

From: Robert Richter <rrichter@cavium.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.

      reply	other threads:[~2017-01-11 15:51 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-11  9:17 [PATCH net-next] net: thunderx: Make hfunc variable const type in nicvf_set_rxfh() Robert Richter
2017-01-11 15:51 ` David Miller [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170111.105102.1947940014901244160.davem@davemloft.net \
    --to=davem@davemloft.net \
    --cc=netdev@vger.kernel.org \
    --cc=rric@kernel.org \
    --cc=rrichter@cavium.com \
    --cc=sgoutham@cavium.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).