commit | a895c28a1f5d761679cb229b19fb08ca2067211e | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Tue Sep 03 13:31:05 2013 -0700 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Wed Sep 25 15:42:53 2013 -0600 |
tree | 9474520a47cf2021fdab34e4c7d29ac50b67b3f1 | |
parent | a006482b67a96c16dfefc558e36863c51e1829bf [diff] |
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 <joe@perches.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>