mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH]drivers:scsi Change initate to initiate.
@ 2011-01-28 19:49 Justin P. Mattock
  2011-02-17 16:42 ` Jiri Kosina
  0 siblings, 1 reply; 3+ messages in thread
From: Justin P. Mattock @ 2011-01-28 19:49 UTC (permalink / raw)
  To: trivial; +Cc: linux-scsi, linux-kernel, Justin P. Mattock

Not sure if this is a typo or not. if it is then feel free to take this.

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>

---
 drivers/scsi/qla4xxx/ql4_isr.c |    2 +-
 drivers/scsi/qla4xxx/ql4_os.c  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/scsi/qla4xxx/ql4_isr.c b/drivers/scsi/qla4xxx/ql4_isr.c
index 6ffbe97..03e028e 100644
--- a/drivers/scsi/qla4xxx/ql4_isr.c
+++ b/drivers/scsi/qla4xxx/ql4_isr.c
@@ -1027,7 +1027,7 @@ void qla4xxx_process_aen(struct scsi_qla_host * ha, uint8_t process_aen)
 					((ddb_entry->default_time2wait +
 					  4) * HZ);
 
-				DEBUG2(printk("scsi%ld: ddb [%d] initate"
+				DEBUG2(printk("scsi%ld: ddb [%d] initiate"
 					      " RELOGIN after %d seconds\n",
 					      ha->host_no,
 					      ddb_entry->fw_ddb_index,
diff --git a/drivers/scsi/qla4xxx/ql4_os.c b/drivers/scsi/qla4xxx/ql4_os.c
index 3fc1d25..967836e 100644
--- a/drivers/scsi/qla4xxx/ql4_os.c
+++ b/drivers/scsi/qla4xxx/ql4_os.c
@@ -812,7 +812,7 @@ static void qla4xxx_timer(struct scsi_qla_host *ha)
 					);
 				start_dpc++;
 				DEBUG(printk("scsi%ld:%d:%d: ddb [%d] "
-					     "initate relogin after"
+					     "initiate relogin after"
 					     " %d seconds\n",
 					     ha->host_no, ddb_entry->bus,
 					     ddb_entry->target,
-- 
1.6.5.GIT


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH]drivers:scsi Change initate to initiate.
  2011-01-28 19:49 [PATCH]drivers:scsi Change initate to initiate Justin P. Mattock
@ 2011-02-17 16:42 ` Jiri Kosina
  2011-02-17 17:06   ` Justin Mattock
  0 siblings, 1 reply; 3+ messages in thread
From: Jiri Kosina @ 2011-02-17 16:42 UTC (permalink / raw)
  To: Justin P. Mattock; +Cc: linux-scsi, linux-kernel

On Fri, 28 Jan 2011, Justin P. Mattock wrote:

> Not sure if this is a typo or not. if it is then feel free to take this.
> 
> Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
> 
> ---
>  drivers/scsi/qla4xxx/ql4_isr.c |    2 +-
>  drivers/scsi/qla4xxx/ql4_os.c  |    2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/scsi/qla4xxx/ql4_isr.c b/drivers/scsi/qla4xxx/ql4_isr.c
> index 6ffbe97..03e028e 100644
> --- a/drivers/scsi/qla4xxx/ql4_isr.c
> +++ b/drivers/scsi/qla4xxx/ql4_isr.c
> @@ -1027,7 +1027,7 @@ void qla4xxx_process_aen(struct scsi_qla_host * ha, uint8_t process_aen)
>  					((ddb_entry->default_time2wait +
>  					  4) * HZ);
>  
> -				DEBUG2(printk("scsi%ld: ddb [%d] initate"
> +				DEBUG2(printk("scsi%ld: ddb [%d] initiate"
>  					      " RELOGIN after %d seconds\n",
>  					      ha->host_no,
>  					      ddb_entry->fw_ddb_index,
> diff --git a/drivers/scsi/qla4xxx/ql4_os.c b/drivers/scsi/qla4xxx/ql4_os.c
> index 3fc1d25..967836e 100644
> --- a/drivers/scsi/qla4xxx/ql4_os.c
> +++ b/drivers/scsi/qla4xxx/ql4_os.c
> @@ -812,7 +812,7 @@ static void qla4xxx_timer(struct scsi_qla_host *ha)
>  					);
>  				start_dpc++;
>  				DEBUG(printk("scsi%ld:%d:%d: ddb [%d] "
> -					     "initate relogin after"
> +					     "initiate relogin after"
>  					     " %d seconds\n",
>  					     ha->host_no, ddb_entry->bus,
>  					     ddb_entry->target,

As it's not in linux-next as of today, I'll be picking it up.

-- 
Jiri Kosina
SUSE Labs, Novell Inc.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH]drivers:scsi Change initate to initiate.
  2011-02-17 16:42 ` Jiri Kosina
@ 2011-02-17 17:06   ` Justin Mattock
  0 siblings, 0 replies; 3+ messages in thread
From: Justin Mattock @ 2011-02-17 17:06 UTC (permalink / raw)
  To: Jiri Kosina; +Cc: linux-scsi, linux-kernel


On Feb 17, 2011, at 8:42 AM, Jiri Kosina wrote:

> On Fri, 28 Jan 2011, Justin P. Mattock wrote:
>
>> Not sure if this is a typo or not. if it is then feel free to take  
>> this.
>>
>> Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
>>
>> ---
>> drivers/scsi/qla4xxx/ql4_isr.c |    2 +-
>> drivers/scsi/qla4xxx/ql4_os.c  |    2 +-
>> 2 files changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/drivers/scsi/qla4xxx/ql4_isr.c b/drivers/scsi/qla4xxx/ 
>> ql4_isr.c
>> index 6ffbe97..03e028e 100644
>> --- a/drivers/scsi/qla4xxx/ql4_isr.c
>> +++ b/drivers/scsi/qla4xxx/ql4_isr.c
>> @@ -1027,7 +1027,7 @@ void qla4xxx_process_aen(struct scsi_qla_host  
>> * ha, uint8_t process_aen)
>> 					((ddb_entry->default_time2wait +
>> 					  4) * HZ);
>>
>> -				DEBUG2(printk("scsi%ld: ddb [%d] initate"
>> +				DEBUG2(printk("scsi%ld: ddb [%d] initiate"
>> 					      " RELOGIN after %d seconds\n",
>> 					      ha->host_no,
>> 					      ddb_entry->fw_ddb_index,
>> diff --git a/drivers/scsi/qla4xxx/ql4_os.c b/drivers/scsi/qla4xxx/ 
>> ql4_os.c
>> index 3fc1d25..967836e 100644
>> --- a/drivers/scsi/qla4xxx/ql4_os.c
>> +++ b/drivers/scsi/qla4xxx/ql4_os.c
>> @@ -812,7 +812,7 @@ static void qla4xxx_timer(struct scsi_qla_host  
>> *ha)
>> 					);
>> 				start_dpc++;
>> 				DEBUG(printk("scsi%ld:%d:%d: ddb [%d] "
>> -					     "initate relogin after"
>> +					     "initiate relogin after"
>> 					     " %d seconds\n",
>> 					     ha->host_no, ddb_entry->bus,
>> 					     ddb_entry->target,
>
> As it's not in linux-next as of today, I'll be picking it up.
>
> -- 
> Jiri Kosina
> SUSE Labs, Novell Inc.


alright... if I run into anymore small typos like this Ill send them  
on up!!

Justin P. Mattock

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-02-17 17:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-28 19:49 [PATCH]drivers:scsi Change initate to initiate Justin P. Mattock
2011-02-17 16:42 ` Jiri Kosina
2011-02-17 17:06   ` Justin Mattock

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®