Commit af8b38b0 authored by Greg Kurz's avatar Greg Kurz
Browse files

9p/fsdev: remove obsolete references to virtio



Most of the 9p code is now virtio agnostic. This patch does a final cleanup:
- drop references to Virtio from the header comments
- fix includes

Also drop a couple of leading empty lines while here.

Signed-off-by: default avatarGreg Kurz <gkurz@linux.vnet.ibm.com>
parent aae91ad9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
/*
 * Virtio 9p
 * 9p
 *
 * Copyright IBM, Corp. 2010
 *
+1 −1
Original line number Diff line number Diff line
/*
 * Virtio 9p
 * 9p
 *
 * Copyright IBM, Corp. 2010
 *
+1 −1
Original line number Diff line number Diff line
/*
 * Virtio 9p
 * 9p
 *
 * This work is licensed under the terms of the GNU GPL, version 2 or
 * later.  See the COPYING file in the top-level directory.
+1 −1
Original line number Diff line number Diff line
/*
 * Virtio 9p
 * 9p
 *
 * Copyright IBM, Corp. 2010
 *
+1 −1
Original line number Diff line number Diff line
/*
 * Virtio 9p
 * 9p
 *
 * Copyright IBM, Corp. 2010
 *
Loading