From: Matti Linnanvuori Date: Mon, 28 Apr 2008 16:48:10 +0000 (-0700) Subject: Consistently use pdev as the variable of type struct pci_dev *. X-Git-Tag: v2.6.26-rc1~364^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=819e32377e401669d2c010f1a0ce12fe43ea5261;p=pandora-kernel.git Consistently use pdev as the variable of type struct pci_dev *. Update DMA mapping documentation to use 'pdev' rather than 'dev' in example code that calls routines expecting 'struct pci_device *', since 'dev' might make readers think they're passing 'struct device *' parameters. Bug 10397. Signed-off-by: Matti Linnanvuori Acked-by: Matthew Wilcox Signed-off-by: Jesse Barnes --- Reading git-diff-tree failed