Hi Thomas. (I needed a distraction - this patchset was my excuse).
On Mon, Aug 18, 2025 at 12:36:37PM +0200, Thomas Zimmermann wrote: > The type struct fbcon_ops contains fbcon state and callbacks. As the > callbacks will be removed from struct fbcon_ops, rename the data type > to struct fbcon. Also rename the variables from ops to confb. My personal preference would be to name the variable fbcon. This matches the name of the struct, and I did not see any conflicts while browsing the diff. But this is bikeshedding.. > > Signed-off-by: Thomas Zimmermann <tzimmerm...@suse.de> Reviewed-by: Sam Ravnborg <s...@ravnborg.org> Assuming the bug reported by the kernel robot is fixed. Sam