On Tue, 27 May 2025 15:11:36 +0900, Michael Tokarev wrote: > > 27.05.2025 07:11, dan...@debian.org wrote: > > From: Junichi Uekawa <uek...@chromium.org> > > > > virtio-9p is not a console protocol, it's a file sharing protocol. Seems > > like an artifact of old copy-and-paste error. > > > -#define VIRTIO_ID_9P 9 /* 9p virtio console */ > > +#define VIRTIO_ID_9P 9 /* virtio 9p */ > > While the old one was obviously wrong, I don't think the new > wording makes much sense, since it merely repeats the name of > the constant :) > > How about "virtio 9p file sharing protocol" instead ? :)
Sounds better! I also found another case, added to the follow-up.