public inbox for linux-staging@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH v3 0/8] Rename variables in sm750fb driver
@ 2024-03-06  5:44 Dorine Tipo
  2024-03-06  5:44 ` [PATCH v3 1/8] Staging: sm750fb: Rename sii164ResetChip Dorine Tipo
                   ` (8 more replies)
  0 siblings, 9 replies; 16+ messages in thread
From: Dorine Tipo @ 2024-03-06  5:44 UTC (permalink / raw)
  To: gregkh, linux-staging, outreachy; +Cc: Dorine Tipo

Hello,

This V2 series addresses the Avoid CamelCase checkpatch warning by renaming
the variables in sm750fb driver to use snake_case.

Patch 1 renames variable sii164GetDeviceID to sii164_get_device_id.

Patch 2 renames variable sii164ResetChip to sii164_reset_chip.

Patch 3 renames variable sii164GetChipString to sii164_get_chip_string.

Patch 4 renames variable sii164SetPower to sii164_set_power.

Patch 5 renames variable sii164EnableHotPlugDetection to
sii164_enable_hot_plug_detection.

Patch 6 renames variable sii164IsConnected to sii164_is_connected.

Patch 7 renames variable sii164CheckInterrupt to sii164_check_interrupt.

Patch 8 renames variable sii164ClearInterrupt to sii164_clear_interrupt.

Updates since V1:
Incorporated feedback from <gregkh@linuxfoundation.org> to fix the
warnings in the patches and create a patch series for the same.
I have also compiled the entire kernel and it compiled successfully.
(I understand this is not sufficient and would be happy to run further
tests. Should I run kselftests on the module?)

Updates since V2:
Incorporated feedback from <dan.carpenter@linaro.org> and reverted the
sii164GetDeviceID since it breaks the build.

Dorine Tipo (8):
  Staging: sm750fb: Rename sii164ResetChip
  Staging: sm750fb: Rename variable sii164GetChipString
  Staging: sm750fb: Rename variable sii164SetPower
  Staging: sm750fb: Rename variable sii164EnableHotPlugDetection
  Staging: sm750fb: Rename variable sii164IsConnected
  Staging: sm750fb: Rename variable sii164CheckInterrupt
  Staging: sm750fb: Rename Variable sii164ClearInterrupt
  Revert "Staging: sm750fb: Rename variable sii164GetDeviceID"

 drivers/staging/sm750fb/ddk750_dvi.c | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

--
2.25.1


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

end of thread, other threads:[~2024-03-09 12:48 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-06  5:44 [PATCH v3 0/8] Rename variables in sm750fb driver Dorine Tipo
2024-03-06  5:44 ` [PATCH v3 1/8] Staging: sm750fb: Rename sii164ResetChip Dorine Tipo
2024-03-07 14:06   ` Dan Carpenter
2024-03-07 14:21   ` Greg KH
2024-03-08  9:10   ` Apology and Request for Resubmitting Patch Dorine Tipo
2024-03-08  9:52     ` Julia Lawall
2024-03-09 12:48     ` Dan Carpenter
2024-03-06  5:44 ` [PATCH v3 2/8] Staging: sm750fb: Rename variable sii164GetChipString Dorine Tipo
2024-03-06  5:44 ` [PATCH v3 3/8] Staging: sm750fb: Rename variable sii164SetPower Dorine Tipo
2024-03-06  5:44 ` [PATCH v3 4/8] Staging: sm750fb: Rename variable sii164EnableHotPlugDetection Dorine Tipo
2024-03-06  5:44 ` [PATCH v3 5/8] Staging: sm750fb: Rename variable sii164IsConnected Dorine Tipo
2024-03-06  5:44 ` [PATCH v3 6/8] Staging: sm750fb: Rename variable sii164CheckInterrupt Dorine Tipo
2024-03-06  5:44 ` [PATCH v3 7/8] Staging: sm750fb: Rename Variable sii164ClearInterrupt Dorine Tipo
2024-03-06  5:44 ` [PATCH v3 8/8] Revert "Staging: sm750fb: Rename variable sii164GetDeviceID" Dorine Tipo
2024-03-07 14:20   ` Greg KH
2024-03-07 17:12 ` [PATCH v3 0/8] Rename variables in sm750fb driver Julia Lawall

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