Re: Linux 2.5.47-ac2

Matthew Wilcox (willy@debian.org)
Wed, 13 Nov 2002 16:31:55 +0000


> $ find drivers/ -name "*.[ch]" \
> -exec grep -l 'Documentation/DMA-mapping.txt' "{}" \;
[...]
> drivers/parisc/sba_iommu.c

man 1 xargs

sba_iommu.c is a false positive. if you'd not used -l, you'd've noticed this.

* See Documentation/DMA-mapping.txt

-- 
Revolutions do not require corporate support.
-
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/