Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1699290
| Path | csiph.com!fu-berlin.de!bofh.it!news.nic.it!robomod |
|---|---|
| From | SZ Lin <sz.lin@moxa.com> |
| Newsgroups | linux.kernel |
| Subject | [PATCH 5/6] net: moxa: Fix for typo in comment to function moxart_mac_setup_desc_ring() |
| Date | Sat, 29 Jul 2017 12:50:01 +0200 |
| Message-ID | <u8xtL-ZD-17@gated-at.bofh.it> (permalink) |
| References | <u8xtL-ZD-1@gated-at.bofh.it> |
| X-Google-Dkim-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=nR78HlF09WRfWjObVtE2mOGf4Voe9PsdfwPt+rx3fS8=; b=O9xi0Q8Q2HI/nqDoDPBdveFWtiV1P+Oja9hjuvy3sfjYitFoUbWBmP7MJQPyKKPmPE KUMpCK8+L9uc4N8gE+00mYFIqcu7Sob9RfU3JYmrzDgPuIvr+PhFEpLrqaty85wJgwVm r7g+Ihb0IhP+CLe3QdZXNtuuYSQWQa/B/n/qNr6vQ3254hJcic74qNODOkXbfLsKwOwT JDoiwaqvF6WjUokozPqjeV5G8mPjprNYfY8nXvbUeiMC2StoLy4YAgR/FbWZj0vkLxmI PoP/XF6pH8WIQ6dd1uDbwaVMRJx2qTUIw9plx9yzMfn3PuSP8hP7cR5ngX7dheouXByl zx4w== |
| X-Gm-Message-State | AIVw112AxmoXhYW+oA691NFigQBv2PMCgchNADjN6ws73JoaZhQm2/Ml /LNmMCC/mjIR1g== |
| X-Received | by 10.84.139.129 with SMTP id 1mr10595272plr.122.1501325038239; Sat, 29 Jul 2017 03:43:58 -0700 (PDT) |
| X-Mailer | git-send-email 2.13.3 |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 20 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | jarod@redhat.com, jonas.jensen@gmail.com, edumazet@google.com, bhumirks@gmail.com, tklauser@distanz.ch, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, SZ Lin <sz.lin@moxa.com> |
| X-Original-Date | Sat, 29 Jul 2017 18:42:38 +0800 |
| X-Original-Message-ID | <20170729104239.14999-6-sz.lin@moxa.com> |
| X-Original-References | <20170729104239.14999-1-sz.lin@moxa.com> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1699290 |
Show key headers only | View raw
Signed-off-by: SZ Lin <sz.lin@moxa.com> --- drivers/net/ethernet/moxa/moxart_ether.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ethernet/moxa/moxart_ether.c b/drivers/net/ethernet/moxa/moxart_ether.c index 31e179a651ae..2e4effa9fe45 100644 --- a/drivers/net/ethernet/moxa/moxart_ether.c +++ b/drivers/net/ethernet/moxa/moxart_ether.c @@ -161,7 +161,7 @@ static void moxart_mac_setup_desc_ring(struct net_device *ndev) priv->rx_head = 0; - /* reset the MAC controller TX/RX desciptor base address */ + /* reset the MAC controller TX/RX descriptor base address */ writel(priv->tx_base, priv->base + REG_TXR_BASE_ADDRESS); writel(priv->rx_base, priv->base + REG_RXR_BASE_ADDRESS); } -- 2.13.3
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 0/6] net: moxa: Fix style issues SZ Lin <sz.lin@moxa.com> - 2017-07-29 12:50 +0200
[PATCH 2/6] net: moxa: Prefer 'unsigned int' to bare use of 'unsigned' SZ Lin <sz.lin@moxa.com> - 2017-07-29 12:50 +0200
[PATCH 3/6] net: moxa: Fix comparison to NULL could be written with ! SZ Lin <sz.lin@moxa.com> - 2017-07-29 12:50 +0200
[PATCH 5/6] net: moxa: Fix for typo in comment to function moxart_mac_setup_desc_ring() SZ Lin <sz.lin@moxa.com> - 2017-07-29 12:50 +0200
[PATCH 4/6] net: moxa: Remove extra space after a cast SZ Lin <sz.lin@moxa.com> - 2017-07-29 12:50 +0200
[PATCH 1/6] net: moxa: Remove braces from single-line body SZ Lin <sz.lin@moxa.com> - 2017-07-29 12:50 +0200
[PATCH 6/6] net: moxa: Add spaces preferred around that '{+,-}' SZ Lin <sz.lin@moxa.com> - 2017-07-29 12:50 +0200
Re: [PATCH 0/6] net: moxa: Fix style issues David Miller <davem@davemloft.net> - 2017-07-29 23:10 +0200
csiph-web