diff options
author | Simon Horman <[email protected]> | 2023-03-31 10:56:57 +0200 |
---|---|---|
committer | Michael S. Tsirkin <[email protected]> | 2023-04-21 03:02:34 -0400 |
commit | 4a536d881a661c7ff7d241c537ee511106d88163 (patch) | |
tree | f4946f7f41a58f2a2d1ac710cb63286139623528 | |
parent | b2ffaa672edaf1a681537a9f47bc14ab6c9e8845 (diff) |
MAINTAINERS: add vringh.h to Virtio Core and Net Drivers
vringh.h doesn't seem to belong to any section in MAINTAINERS.
Add it to Virtio Core and Net Drivers, which seems to be the most
appropriate section to me.
Signed-off-by: Simon Horman <[email protected]>
Message-Id: <[email protected]>
Signed-off-by: Michael S. Tsirkin <[email protected]>
Acked-by: Jason Wang <[email protected]>
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 0e64787aace8..a8df70387877 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -22077,6 +22077,7 @@ F: drivers/vdpa/ F: drivers/virtio/ F: include/linux/vdpa.h F: include/linux/virtio*.h +F: include/linux/vringh.h F: include/uapi/linux/virtio_*.h F: tools/virtio/ |