Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1250152
| From | Geliang Tang <geliangtang@163.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 2/9] scsi: fix trivial typos |
| Date | 2015-10-18 17:40 +0200 |
| Message-ID | <qkYdZ-Wh-31@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/scsi/isci/registers.h | 4 ++--
drivers/scsi/mpt2sas/mpt2sas_base.h | 2 +-
drivers/scsi/mpt3sas/mpt3sas_base.h | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/drivers/scsi/isci/registers.h b/drivers/scsi/isci/registers.h
index 97f3ceb..63468cf 100644
--- a/drivers/scsi/isci/registers.h
+++ b/drivers/scsi/isci/registers.h
@@ -652,7 +652,7 @@ struct scu_iit_entry {
/*
- * TODO: Where is the SAS_LNKTOV regsiter?
+ * TODO: Where is the SAS_LNKTOV register?
* TODO: Where is the SAS_PHYTOV register? */
#define SCU_SAS_TRANSMIT_IDENTIFICATION_SMP_TARGET_SHIFT (1)
@@ -1827,7 +1827,7 @@ struct scu_peg_registers {
};
/**
- * struct scu_registers - SCU regsiters including both PEG registers if we turn
+ * struct scu_registers - SCU registers including both PEG registers if we turn
* on that compile option. All of these registers are in the memory mapped
* space returned from BAR1.
*
diff --git a/drivers/scsi/mpt2sas/mpt2sas_base.h b/drivers/scsi/mpt2sas/mpt2sas_base.h
index 97ea360..9cc79cf 100644
--- a/drivers/scsi/mpt2sas/mpt2sas_base.h
+++ b/drivers/scsi/mpt2sas/mpt2sas_base.h
@@ -1209,7 +1209,7 @@ void mpt2sas_ctl_add_to_event_log(struct MPT2SAS_ADAPTER *ioc,
Mpi2EventNotificationReply_t *mpi_reply);
void mpt2sas_enable_diag_buffer(struct MPT2SAS_ADAPTER *ioc,
- u8 bits_to_regsiter);
+ u8 bits_to_register);
/* transport shared API */
u8 mpt2sas_transport_done(struct MPT2SAS_ADAPTER *ioc, u16 smid, u8 msix_index,
diff --git a/drivers/scsi/mpt3sas/mpt3sas_base.h b/drivers/scsi/mpt3sas/mpt3sas_base.h
index 9a73c8b..b95f932 100644
--- a/drivers/scsi/mpt3sas/mpt3sas_base.h
+++ b/drivers/scsi/mpt3sas/mpt3sas_base.h
@@ -1211,7 +1211,7 @@ void mpt3sas_ctl_add_to_event_log(struct MPT3SAS_ADAPTER *ioc,
Mpi2EventNotificationReply_t *mpi_reply);
void mpt3sas_enable_diag_buffer(struct MPT3SAS_ADAPTER *ioc,
- u8 bits_to_regsiter);
+ u8 bits_to_register);
int mpt3sas_send_diag_release(struct MPT3SAS_ADAPTER *ioc, u8 buffer_type,
u8 *issue_reset);
--
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