git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a006482
)
PCI: Fix comment typo, remove unnecessary !! in pci_is_pcie()
author
Joe Perches
<joe@perches.com>
Tue, 3 Sep 2013 20:31:05 +0000
(13:31 -0700)
committer
Bjorn Helgaas
<bhelgaas@google.com>
Wed, 25 Sep 2013 21:42:53 +0000
(15:42 -0600)
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>
No differences found