netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: David Ahern <dsahern@gmail.com>
To: Zheng Yongjun <zhengyongjun3@huawei.com>,
	dsahern@kernel.org, davem@davemloft.net, kuba@kernel.org,
	netdev@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH net-next] vrf: Fix a typo
Date: Tue, 1 Jun 2021 08:48:30 -0600	[thread overview]
Message-ID: <61d4798a-67bf-f2f1-28a7-c2f2024d4759@gmail.com> (raw)
In-Reply-To: <20210601141635.4131513-1-zhengyongjun3@huawei.com>

On 6/1/21 8:16 AM, Zheng Yongjun wrote:
> possibile  ==> possible
> 
> Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com>
> ---
>  drivers/net/vrf.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/net/vrf.c b/drivers/net/vrf.c
> index 503e2fd7ce51..07eaef5e73c2 100644
> --- a/drivers/net/vrf.c
> +++ b/drivers/net/vrf.c
> @@ -274,7 +274,7 @@ vrf_map_register_dev(struct net_device *dev, struct netlink_ext_ack *extack)
>  	int res;
>  
>  	/* we pre-allocate elements used in the spin-locked section (so that we
> -	 * keep the spinlock as short as possibile).
> +	 * keep the spinlock as short as possible).
>  	 */
>  	new_me = vrf_map_elem_alloc(GFP_KERNEL);
>  	if (!new_me)
> 

Reviewed-by: David Ahern <dsahern@kernel.org>


  reply	other threads:[~2021-06-01 14:48 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-01 14:16 [PATCH net-next] vrf: Fix a typo Zheng Yongjun
2021-06-01 14:48 ` David Ahern [this message]
2021-06-02  0:10 ` patchwork-bot+netdevbpf

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=61d4798a-67bf-f2f1-28a7-c2f2024d4759@gmail.com \
    --to=dsahern@gmail.com \
    --cc=davem@davemloft.net \
    --cc=dsahern@kernel.org \
    --cc=kuba@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=zhengyongjun3@huawei.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).