summaryrefslogtreecommitdiff
path: root/include/linux/string.h
diff options
context:
space:
mode:
authorThomas Zimmermann <tzimmermann@suse.de>2025-09-09 15:44:42 +0300
committerThomas Zimmermann <tzimmermann@suse.de>2025-09-19 11:04:02 +0300
commita6adbbc4c32a016146e117b1e9e5242724a75e10 (patch)
tree2eb8aaed16861ffed9e654d83d1b00694e39ff66 /include/linux/string.h
parent20fd6b1bb43e01744334962646008289bf7fdf9e (diff)
downloadlinux-a6adbbc4c32a016146e117b1e9e5242724a75e10.tar.xz
fbcon: Rename struct fbcon_ops to struct fbcon_par
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_par. Also rename the variables from ops to par. The _par postfix ("private access registers") is used throughout the fbdev subsystem for per-driver state. The fbcon pointer within struct fb_info is also named fbcon_par. Hence, the new naming fits existing practice. v2: - rename struct fbcon_ops to struct fbcon_par - fix build for CONFIG_FB_TILEBITTING=n (kernel test robot) - fix indention Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de> Reviewed-by: Sam Ravnborg <sam@ravnborg.org> Link: https://lore.kernel.org/r/20250909124616.143365-3-tzimmermann@suse.de
Diffstat (limited to 'include/linux/string.h')
0 files changed, 0 insertions, 0 deletions