summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci-stub.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/pci/pci-stub.c')
-rw-r--r--drivers/pci/pci-stub.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/pci/pci-stub.c b/drivers/pci/pci-stub.c
index e51789e2b6c7..10d54f939048 100644
--- a/drivers/pci/pci-stub.c
+++ b/drivers/pci/pci-stub.c
@@ -1,11 +1,10 @@
1// SPDX-License-Identifier: GPL-2.0
1/* pci-stub - simple stub driver to reserve a pci device 2/* pci-stub - simple stub driver to reserve a pci device
2 * 3 *
3 * Copyright (C) 2008 Red Hat, Inc. 4 * Copyright (C) 2008 Red Hat, Inc.
4 * Author: 5 * Author:
5 * Chris Wright 6 * Chris Wright
6 * 7 *
7 * This work is licensed under the terms of the GNU GPL, version 2.
8 *
9 * Usage is simple, allocate a new id to the stub driver and bind the 8 * Usage is simple, allocate a new id to the stub driver and bind the
10 * device to it. For example: 9 * device to it. For example:
11 * 10 *