From: Joe Perches Date: Tue, 3 Sep 2013 20:31:05 +0000 (-0700) Subject: PCI: Fix comment typo, remove unnecessary !! in pci_is_pcie() X-Git-Tag: v3.13-rc1~95^2~9^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a895c28a1f5d761679cb229b19fb08ca2067211e;p=pandora-kernel.git PCI: Fix comment typo, remove unnecessary !! in pci_is_pcie() Use normal kernel-doc "Returns:" instead of "retrun" Assignment to bool is always 1 or 0 so the !! isn't necessary. Signed-off-by: Joe Perches Signed-off-by: Bjorn Helgaas --- Reading git-diff-tree failed