public inbox for linux-staging@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH v2 0/2] staging: sm750fb: remove Hungarian notation and fix CamelCase
@ 2026-03-18 17:08 Jad Keskes
  2026-03-18 17:08 ` [PATCH v2 1/2] staging: sm750fb: rename pvReg to mmio Jad Keskes
  2026-03-18 17:08 ` [PATCH v2 2/2] staging: sm750fb: rename pvMem to vram and fix CamelCase Jad Keskes
  0 siblings, 2 replies; 3+ messages in thread
From: Jad Keskes @ 2026-03-18 17:08 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: linux-staging, Jad Keskes

This patch series refactors variable names in the sm750fb staging driver
to align with the Linux kernel coding style and remove Hungarian notation.

The changes are split into two patches:
1. Rename 'pvReg' to 'mmio' to reflect its purpose as a memory-mapped
   I/O pointer.
2. Rename 'pvMem' to 'vram' to better describe the video RAM, and
   convert remaining CamelCase members in 'struct init_status' to
   snake_case.

Changes in v2:
- Replaced 'pvReg' with 'mmio' instead of 'pv_reg'.
- Replaced 'pvMem' with 'vram' instead of 'pv_mem'.
- Split naming changes into separate logical commits.

Jad Keskes (2):
  staging: sm750fb: rename pvReg to mmio
  staging: sm750fb: rename pvMem to vram and fix CamelCase

 drivers/staging/sm750fb/sm750.c    | 34 +++++++++++++++---------------
 drivers/staging/sm750fb/sm750.h    | 12 +++++------
 drivers/staging/sm750fb/sm750_hw.c | 24 ++++++++++-----------
 3 files changed, 35 insertions(+), 35 deletions(-)

-- 
2.53.0


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-03-18 17:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-18 17:08 [PATCH v2 0/2] staging: sm750fb: remove Hungarian notation and fix CamelCase Jad Keskes
2026-03-18 17:08 ` [PATCH v2 1/2] staging: sm750fb: rename pvReg to mmio Jad Keskes
2026-03-18 17:08 ` [PATCH v2 2/2] staging: sm750fb: rename pvMem to vram and fix CamelCase Jad Keskes

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox