]> git.ipfire.org Git - thirdparty/linux.git/commit
fbcon: Fix outdated registered_fb reference in comment
authorShixiong Ou <oushixiong@kylinos.cn>
Wed, 9 Jul 2025 10:34:38 +0000 (18:34 +0800)
committerSimona Vetter <simona.vetter@ffwll.ch>
Wed, 9 Jul 2025 13:28:08 +0000 (15:28 +0200)
commit0f168e7be696a17487e83d1d47e5a408a181080f
tree0d8eebeb1faedf3308f0c394d7861e9d2d06b703
parent820845ce37b0fb8a4b43a7fbe745e59f6199fb27
fbcon: Fix outdated registered_fb reference in comment

The variable was renamed to fbcon_registered_fb, but this comment was
not updated along with the change. Correct it to avoid confusion.

Signed-off-by: Shixiong Ou <oushixiong@kylinos.cn>
Fixes: efc3acbc105a ("fbcon: Maintain a private array of fb_info")
[sima: Add Fixes: line.]
Signed-off-by: Simona Vetter <simona.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20250709103438.572309-1-oushixiong1025@163.com
drivers/video/fbdev/core/fbcon.c