Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1250148
| From | Geliang Tang <geliangtang@163.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 3/9] net: fix trivial typos |
| Date | 2015-10-18 17:40 +0200 |
| Message-ID | <qkYdY-Wh-17@gated-at.bofh.it> (permalink) |
| References | <qkYdY-Wh-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
s/regsiter/register/ Signed-off-by: Geliang Tang <geliangtang@163.com> --- drivers/net/ethernet/amd/amd8111e.h | 2 +- drivers/net/ethernet/atheros/atl1c/atl1c_hw.c | 2 +- drivers/net/ethernet/intel/igb/e1000_phy.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/net/ethernet/amd/amd8111e.h b/drivers/net/ethernet/amd/amd8111e.h index 7cdb185..d5e2b71 100644 --- a/drivers/net/ethernet/amd/amd8111e.h +++ b/drivers/net/ethernet/amd/amd8111e.h @@ -48,7 +48,7 @@ eg., if the value 10011010b is written into the least significant byte of a comm /* 32 bit registers */ #define ASF_STAT 0x00 /* ASF status register */ -#define CHIPID 0x04 /* Chip ID regsiter */ +#define CHIPID 0x04 /* Chip ID register */ #define MIB_DATA 0x10 /* MIB data register */ #define MIB_ADDR 0x14 /* MIB address register */ #define STAT0 0x30 /* Status0 register */ diff --git a/drivers/net/ethernet/atheros/atl1c/atl1c_hw.c b/drivers/net/ethernet/atheros/atl1c/atl1c_hw.c index a8b80c5..73efdb0 100644 --- a/drivers/net/ethernet/atheros/atl1c/atl1c_hw.c +++ b/drivers/net/ethernet/atheros/atl1c/atl1c_hw.c @@ -307,7 +307,7 @@ void atl1c_start_phy_polling(struct atl1c_hw *hw, u16 clk_sel) /* * atl1c_read_phy_core - * core function to read register in PHY via MDIO control regsiter. + * core function to read register in PHY via MDIO control register. * ext: extension register (see IEEE 802.3) * dev: device address (see IEEE 802.3 DEVAD, PRTAD is fixed to 0) * reg: reg to read diff --git a/drivers/net/ethernet/intel/igb/e1000_phy.c b/drivers/net/ethernet/intel/igb/e1000_phy.c index 23ec28f..ffc3a14 100644 --- a/drivers/net/ethernet/intel/igb/e1000_phy.c +++ b/drivers/net/ethernet/intel/igb/e1000_phy.c @@ -123,7 +123,7 @@ out: * @offset: register offset to be read * @data: pointer to the read data * - * Reads the MDI control regsiter in the PHY at offset and stores the + * Reads the MDI control register in the PHY at offset and stores the * information read to data. **/ s32 igb_read_phy_reg_mdic(struct e1000_hw *hw, u32 offset, u16 *data) -- 2.5.0 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 1/9] drm: fix trivial typos Geliang Tang <geliangtang@163.com> - 2015-10-18 17:40 +0200
[PATCH 8/9] parport: fix a trivial typo Geliang Tang <geliangtang@163.com> - 2015-10-18 17:40 +0200
Re: [PATCH 8/9] parport: fix a trivial typo Sudip Mukherjee <sudipm.mukherjee@gmail.com> - 2015-10-27 11:50 +0100
[PATCH 9/9] usb: gadget: fix a trivial typo Geliang Tang <geliangtang@163.com> - 2015-10-18 17:40 +0200
[PATCH 7/9] input: keyboard: fix a trivial typo Geliang Tang <geliangtang@163.com> - 2015-10-18 17:40 +0200
Re: [PATCH 7/9] input: keyboard: fix a trivial typo Dmitry Torokhov <dmitry.torokhov@gmail.com> - 2015-10-20 18:50 +0200
[PATCH 3/9] net: fix trivial typos Geliang Tang <geliangtang@163.com> - 2015-10-18 17:40 +0200
[PATCH 4/9] dma: fix a trivial typo Geliang Tang <geliangtang@163.com> - 2015-10-18 17:40 +0200
Re: [PATCH 4/9] dma: fix a trivial typo Linus Walleij <linus.walleij@linaro.org> - 2015-10-24 01:30 +0200
Re: [PATCH 4/9] dma: fix a trivial typo Vinod Koul <vinod.koul@intel.com> - 2015-10-25 00:50 +0200
[PATCH 5/9] staging: wilc1000: fix trivial typos Geliang Tang <geliangtang@163.com> - 2015-10-18 17:40 +0200
[PATCH 6/9] clk: keystone: fix a trivial typo Geliang Tang <geliangtang@163.com> - 2015-10-18 17:40 +0200
Re: [PATCH 6/9] clk: keystone: fix a trivial typo Stephen Boyd <sboyd@codeaurora.org> - 2015-10-19 23:50 +0200
[PATCH 2/9] scsi: fix trivial typos Geliang Tang <geliangtang@163.com> - 2015-10-18 17:40 +0200
Re: [PATCH 1/9] drm: fix trivial typos Alex Deucher <alexdeucher@gmail.com> - 2015-10-19 17:50 +0200
csiph-web