[PATCH v2 0/3] staging: sm750fb: Clean up CamelCase names

From: Shubham Chakraborty

Date: Wed Mar 18 2026 - 14:04:36 EST


This patch series renames various CamelCase enums and struct members in
the sm750fb driver to standard snake_case to comply with the Linux
kernel coding style.

Changes in v2:
- Wrapped all commit message changelogs to 72 columns to fix
formatting as requested by Greg K-H.
- No changes to the actual code.

Shubham Chakraborty (3):
staging: sm750fb: Rename enum sm750_pnltype values to snake_case
staging: sm750fb: Rename struct init_status members to snake_case
staging: sm750fb: Rename struct sm750_dev members to snake_case

drivers/staging/sm750fb/sm750.c | 34 +++++++++++++++---------------
drivers/staging/sm750fb/sm750.h | 16 +++++++-------
drivers/staging/sm750fb/sm750_hw.c | 26 +++++++++++------------
3 files changed, 38 insertions(+), 38 deletions(-)

--
2.53.0