diff options
author | Bjorn Helgaas | 2019-11-28 08:54:55 -0600 |
---|---|---|
committer | Bjorn Helgaas | 2019-11-28 08:54:55 -0600 |
commit | 7e124c40517218e079e580909de2652bddb60ff5 (patch) | |
tree | 78b7252fad179a8c0b9c39772a811615c91c02e1 /drivers/pci/iov.c | |
parent | 48617f03c94088780c86692593b0a9b10f74530f (diff) | |
parent | 36533f355b1ad14ec4352f7e254a5bfd4f4923d5 (diff) |
Merge branch 'pci/trivial'
- Fix typos and comments (Bjorn Helgaas)
- Fix Kconfig whitespace errors (Krzysztof Kozlowski)
* pci/trivial:
PCI: Fix indentation
PCI: Fix typos
PCI: Remove useless comments and tidy others
PCI: Remove unnecessary includes
# Conflicts:
# drivers/pci/probe.c
Diffstat (limited to 'drivers/pci/iov.c')
-rw-r--r-- | drivers/pci/iov.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pci/iov.c b/drivers/pci/iov.c index 1d3de1ea081d..1e88fd427757 100644 --- a/drivers/pci/iov.c +++ b/drivers/pci/iov.c @@ -9,7 +9,6 @@ #include <linux/pci.h> #include <linux/slab.h> -#include <linux/mutex.h> #include <linux/export.h> #include <linux/string.h> #include <linux/delay.h> |