Re: Linux 2.5.47-ac2

From: Matthew Wilcox (willy@debian.org)
Date: Wed Nov 13 2002 - 11:31:55 EST


> $ 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/



This archive was generated by hypermail 2b29 : Fri Nov 15 2002 - 22:00:29 EST