public inbox for outreachy@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH v2 0/8] staging: sm750fb: change function naming style
@ 2025-04-08 10:20 Richard Akintola
  2025-04-08 10:20 ` [PATCH v2 1/8] staging: sm750fb: change sii164GetDeviceID to snake_case Richard Akintola
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Richard Akintola @ 2025-04-08 10:20 UTC (permalink / raw)
  To: outreachy
  Cc: sudipm.mukherjee, teddy.wang, gregkh, linux-fbdev, linux-staging,
	linux-kernel, Richard Akintola

Address checkpatch's "Avoid camelCase" for sm750fb module by changing
function name to conform to kernel code style.

The patches are required to be applied in sequence.

---
changes in v2:
  - Fixed typo in the commit message for patch 1
  - Sent patches as patchset

Richard Akintola (8):
  staging: sm750fb: change sii164GetDeviceID to snake_case
  staging: sm750fb: change sii164ResetChip to snake_case
  staging: sm750fb: change sii164SetPower to snake_case
  staging: sm750fb: change sii164GetChipString to snake_case
  staging: sm750fb: change sii164EnableHotPlugDetection to snake_case
  staging: sm750fb: change sii164IsConnected to snake_case
  staging: sm750fb: change sii164CheckInterrupt to snake_case
  staging: sm750fb: change sii164ClearInterrupt to snake_case

 drivers/staging/sm750fb/ddk750_dvi.c    | 16 +++++-----
 drivers/staging/sm750fb/ddk750_sii164.c | 42 ++++++++++++-------------
 drivers/staging/sm750fb/ddk750_sii164.h | 16 +++++-----
 3 files changed, 37 insertions(+), 37 deletions(-)

-- 
2.39.5


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

end of thread, other threads:[~2025-04-08 10:21 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-08 10:20 [PATCH v2 0/8] staging: sm750fb: change function naming style Richard Akintola
2025-04-08 10:20 ` [PATCH v2 1/8] staging: sm750fb: change sii164GetDeviceID to snake_case Richard Akintola
2025-04-08 10:20 ` [PATCH v2 2/8] staging: sm750fb: change sii164ResetChip " Richard Akintola
2025-04-08 10:20 ` [PATCH v2 3/8] staging: sm750fb: change sii164SetPower " Richard Akintola
2025-04-08 10:20 ` [PATCH v2 4/8] staging: sm750fb: change sii164GetChipString " Richard Akintola
2025-04-08 10:20 ` [PATCH v2 5/8] staging: sm750fb: change sii164EnableHotPlugDetection " Richard Akintola
2025-04-08 10:20 ` [PATCH v2 6/8] staging: sm750fb: change sii164IsConnected " Richard Akintola
2025-04-08 10:20 ` [PATCH v2 7/8] staging: sm750fb: change sii164CheckInterrupt " Richard Akintola
2025-04-08 10:20 ` [PATCH v2 8/8] staging: sm750fb: change sii164ClearInterrupt " Richard Akintola

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