Re: [PATCH 3/4] printk: Add consoles to a virtual "console" bus

From: John Ogness
Date: Thu Mar 07 2019 - 21:56:28 EST


On 2019-03-02, Calvin Owens <calvinowens@xxxxxx> wrote:
> This patch embeds a device struct in the console struct, and registers
> them on a "console" bus so we can expose attributes in sysfs.

I expect that "class" would be more appropriate than "bus". These
devices really are grouped together based on their function and not the
medium by which they are accessed.

John Ogness