Linux kernel staging patches
 help / color / mirror / Atom feed
* [PATCH 0/2] staging: sm750fb: fix 3 CamelCase variables
@ 2026-05-10  6:29 Jennifer Guo
  2026-05-10  6:29 ` [PATCH 1/2] staging: sm750fb: rename CamelCase variable and drop prefix Jennifer Guo
  2026-05-10  6:29 ` [PATCH 2/2] staging: sm750fb: change 2 CamelCase variables to snake_case Jennifer Guo
  0 siblings, 2 replies; 3+ messages in thread
From: Jennifer Guo @ 2026-05-10  6:29 UTC (permalink / raw)
  To: linux-staging; +Cc: gregkh, Jennifer Guo

This patchset renames 3 CamelCase variables in the sm750fb driver.
- pvMem -> vmem
- powerMode -> power_mode
- resetMemory -> reset_memory

No functional changes.

Jennifer Guo (2):
  staging: sm750fb: rename CamelCase variable and drop prefix
  staging: sm750fb: change 2 CamelCase variables to snake_case

 drivers/staging/sm750fb/sm750.c    | 22 +++++++++++-----------
 drivers/staging/sm750fb/sm750.h    |  6 +++---
 drivers/staging/sm750fb/sm750_hw.c |  4 ++--
 3 files changed, 16 insertions(+), 16 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2026-05-10  6:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-10  6:29 [PATCH 0/2] staging: sm750fb: fix 3 CamelCase variables Jennifer Guo
2026-05-10  6:29 ` [PATCH 1/2] staging: sm750fb: rename CamelCase variable and drop prefix Jennifer Guo
2026-05-10  6:29 ` [PATCH 2/2] staging: sm750fb: change 2 CamelCase variables to snake_case Jennifer Guo

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