Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: sm750fb: rename 'hwCursor'

Rename 'hwCursor' to 'hw_cursor' to
conform with kernel style guidelines as reported by checkpatch.pl

CHECK: Avoid CamelCase: <hwCursor>

Signed-off-by: Kisub Choe <kisub.choe.0x1@gmail.com>
Link: https://lore.kernel.org/r/20250618143342.6517-1-kisub.choe.0x1@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Kisub Choe and committed by
Greg Kroah-Hartman
52bacd27 349f6bef

+2 -2
+1 -1
drivers/staging/sm750fb/sm750.c
··· 598 598 crtc->vidmem_size >>= 1; 599 599 600 600 /* setup crtc and output member */ 601 - sm750_dev->hwCursor = g_hwcursor; 601 + sm750_dev->hw_cursor = g_hwcursor; 602 602 603 603 crtc->line_pad = 16; 604 604 crtc->xpanstep = 8;
+1 -1
drivers/staging/sm750fb/sm750.h
··· 113 113 * 2: secondary crtc hw cursor enabled 114 114 * 3: both ctrc hw cursor enabled 115 115 */ 116 - int hwCursor; 116 + int hw_cursor; 117 117 }; 118 118 119 119 struct lynx_cursor {