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] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 06 May 2014 16:53:47 -0400 (EDT)
From:	David Miller <davem@...emloft.net>
To:	nhorman@...driver.com
Cc:	_govind@....com, netdev@...r.kernel.org, cooldavid@...ldavid.org
Subject: Re: [PATCH] jme: Fix DMA unmap warning

From: Neil Horman <nhorman@...driver.com>
Date: Tue, 6 May 2014 16:50:46 -0400

>> >+		ctxbi = txbi + ((startidx + j + 2) & (mask));
>> >+		pci_unmap_page(jme->pdev,
>> >+				ctxbi->mapping,
>> >+				ctxbi->len,
>> >+				PCI_DMA_TODEVICE);
>> >+
>> >+				ctxbi->mapping = 0;
>> >+				ctxbi->len = 0;
>> 
>> Alignment, a tab from 'for'
> Not sure what you mean by this, I don't see any alignment errors above, or in my
> tree.  Checkpatch also claims its clean.

Indeed it is indented correctly, the "+" at the beginning of the line in
the patch makes it look like it's not, but it is.
--
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