aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmit Shah <[email protected]>2010-03-23 18:23:09 +0530
committerRusty Russell <[email protected]>2010-04-08 09:46:14 +0930
commit9a82446bd269b130a9ac270e720e65c3843d4d0c (patch)
treee0cd146f5e78bd5b4a770e6d5fca574e8acfab29
parent48de8cb7847d040c8892701c1ff3c55eff1f46b4 (diff)
MAINTAINERS: Put the virtio-console entry in correct alphabetical order
Move around the entry for virtio-console to keep the file sorted. Signed-off-by: Amit Shah <[email protected]> Signed-off-by: Rusty Russell <[email protected]>
-rw-r--r--MAINTAINERS13
1 files changed, 7 insertions, 6 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 3d29fa389888..7a9ccda2a307 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2474,12 +2474,6 @@ L: [email protected]
S: Odd Fixes
F: drivers/char/hvc_*
-VIRTIO CONSOLE DRIVER
-M: Amit Shah <[email protected]>
-S: Maintained
-F: drivers/char/virtio_console.c
-
iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
M: Peter Jones <[email protected]>
M: Konrad Rzeszutek Wilk <[email protected]>
@@ -5971,6 +5965,13 @@ S: Maintained
F: Documentation/filesystems/vfat.txt
F: fs/fat/
+VIRTIO CONSOLE DRIVER
+M: Amit Shah <[email protected]>
+S: Maintained
+F: drivers/char/virtio_console.c
+F: include/linux/virtio_console.h
+
VIRTIO HOST (VHOST)
M: "Michael S. Tsirkin" <[email protected]>