diff options
Diffstat (limited to 'samples/vfio-mdev/mtty.c')
-rw-r--r-- | samples/vfio-mdev/mtty.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/samples/vfio-mdev/mtty.c b/samples/vfio-mdev/mtty.c index 1c77c370c92f..ba7ef53c5f6a 100644 --- a/samples/vfio-mdev/mtty.c +++ b/samples/vfio-mdev/mtty.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Mediated virtual PCI serial host device driver | 3 | * Mediated virtual PCI serial host device driver |
3 | * | 4 | * |
@@ -5,13 +6,8 @@ | |||
5 | * Author: Neo Jia <cjia@nvidia.com> | 6 | * Author: Neo Jia <cjia@nvidia.com> |
6 | * Kirti Wankhede <kwankhede@nvidia.com> | 7 | * Kirti Wankhede <kwankhede@nvidia.com> |
7 | * | 8 | * |
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | * | ||
12 | * Sample driver that creates mdev device that simulates serial port over PCI | 9 | * Sample driver that creates mdev device that simulates serial port over PCI |
13 | * card. | 10 | * card. |
14 | * | ||
15 | */ | 11 | */ |
16 | 12 | ||
17 | #include <linux/init.h> | 13 | #include <linux/init.h> |