public inbox for linux-staging@lists.linux.dev
 help / color / mirror / Atom feed
From: Jad Keskes <inasj268@gmail.com>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: linux-staging@lists.linux.dev, Jad Keskes <inasj268@gmail.com>
Subject: [PATCH v2 0/2] staging: sm750fb: remove Hungarian notation and fix CamelCase
Date: Wed, 18 Mar 2026 17:08:21 +0000	[thread overview]
Message-ID: <20260318170823.53345-1-inasj268@gmail.com> (raw)

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


             reply	other threads:[~2026-03-18 17:08 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-03-18 17:08 Jad Keskes [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260318170823.53345-1-inasj268@gmail.com \
    --to=inasj268@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-staging@lists.linux.dev \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox