lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Wed, 19 Jan 2011 07:16:43 -0800
From:	Justin Mattock <justinmattock@...il.com>
To:	Jiri Kosina <jkosina@...e.cz>
Cc:	dan.j.williams@...el.com, linux-kernel@...r.kernel.org,
	netdev@...r.kernel.org, linux-scsi@...r.kernel.org,
	linux-usb@...r.kernel.org
Subject: Re: [PATCH 1/7] dma/shdma.c Typo change desciptor to descriptor.


On Jan 19, 2011, at 6:38 AM, Jiri Kosina wrote:

> On Fri, 31 Dec 2010, Justin P. Mattock wrote:
>
>> Below is a patch, that changes a typo from "desciptor" to  
>> "descriptor".
>> Let me know if I missed anything.
>>
>> Signed-off-by: Justin P. Mattock <justinmattock@...il.com>
>>
>> ---
>> drivers/dma/shdma.c |    2 +-
>> 1 files changed, 1 insertions(+), 1 deletions(-)
>>
>> diff --git a/drivers/dma/shdma.c b/drivers/dma/shdma.c
>> index 85ffd5e..72d25d9 100644
>> --- a/drivers/dma/shdma.c
>> +++ b/drivers/dma/shdma.c
>> @@ -740,7 +740,7 @@ static void sh_chan_xfer_ld_queue(struct  
>> sh_dmae_chan *sh_chan)
>> 		return;
>> 	}
>>
>> -	/* Find the first not transferred desciptor */
>> +	/* Find the first not transferred descriptor */
>> 	list_for_each_entry(desc, &sh_chan->ld_queue, node)
>> 		if (desc->mark == DESC_SUBMITTED) {
>> 			dev_dbg(sh_chan->dev, "Queue #%d to %d: %u@%x -> %x\n",
>
> I have folded the whole series into one patch and applied, thanks.
>
> -- 
> Jiri Kosina
> SUSE Labs, Novell Inc.



alright... I think there was one that needed adjusting, but given the  
situation Im in I wont be able to get to that
until other things in my life get sorted out.. Thanks for taking these

Justin P. Mattock
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ