public inbox for linux-fbdev@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] staging: sm750fb: Clean up CamelCase names
@ 2026-03-18 17:34 Shubham Chakraborty
  2026-03-18 17:34 ` [PATCH v2 1/3] staging: sm750fb: Rename enum sm750_pnltype values to snake_case Shubham Chakraborty
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Shubham Chakraborty @ 2026-03-18 17:34 UTC (permalink / raw)
  To: gregkh, sudipm.mukherjee, teddy.wang
  Cc: linux-fbdev, linux-staging, linux-kernel, Shubham Chakraborty

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


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

end of thread, other threads:[~2026-03-30 15:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-18 17:34 [PATCH v2 0/3] staging: sm750fb: Clean up CamelCase names Shubham Chakraborty
2026-03-18 17:34 ` [PATCH v2 1/3] staging: sm750fb: Rename enum sm750_pnltype values to snake_case Shubham Chakraborty
2026-03-30 15:55   ` Greg KH
2026-03-18 17:34 ` [PATCH v2 2/3] staging: sm750fb: Rename struct init_status members " Shubham Chakraborty
2026-03-18 17:34 ` [PATCH v2 3/3] staging: sm750fb: Rename struct sm750_dev " Shubham Chakraborty

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