Re: [PATCH 2/6] fbcon: Rename struct fbcon_ops to struct fbcon

2025-09-05 Thread Sam Ravnborg
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. A

Re: [PATCH 2/6] fbcon: Rename struct fbcon_ops to struct fbcon

2025-08-18 Thread kernel test robot
zimmermann%40suse.de patch subject: [PATCH 2/6] fbcon: Rename struct fbcon_ops to struct fbcon config: x86_64-buildonly-randconfig-004-20250819 (https://download.01.org/0day-ci/archive/20250819/202508190824.awmtfrrr-...@intel.com/config) compiler: clang version 20.1.8 (https://github.com/llvm/ll

[PATCH 2/6] fbcon: Rename struct fbcon_ops to struct fbcon

2025-08-18 Thread Thomas Zimmermann
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. Signed-off-by: Thomas Zimmermann --- drivers/video/fbdev/core/bitblit.c | 122 +++ dri