]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
staging: sm750fb: Rename CamelCase variable fixId to fix_id
authorTim Wassink <timwassink.dev@gmail.com>
Sun, 21 Dec 2025 15:30:45 +0000 (16:30 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 22 Dec 2025 08:43:25 +0000 (09:43 +0100)
commit8c475735085a7db53a33583ea7149611bf592233
tree4db1100f573cf383d9056040d4140528cbfc6a4b
parente31bac6d2c014908d09673c2bb273bc2b4181ebe
staging: sm750fb: Rename CamelCase variable fixId to fix_id

The variable fixId violates the kernel coding style, which prefers
snake_case for variable names. Rename it to fix_id to match the
standard style.

This is a coding style change only.

Signed-off-by: Tim Wassink <timwassink.dev@gmail.com>
Link: https://patch.msgid.link/20251221153102.38178-1-timwassink.dev@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/sm750fb/sm750.c