public inbox for linux-staging@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH 0/7] staging: media: zoran: Eliminate camelcase
@ 2021-04-03 18:08 Zhansaya Bagdauletkyzy
  2021-04-03 18:08 ` [PATCH 1/7] staging: media: zoran: Rename 'HEnd' to 'h_end' Zhansaya Bagdauletkyzy
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Zhansaya Bagdauletkyzy @ 2021-04-03 18:08 UTC (permalink / raw)
  To: clabbe, mchehab, gregkh
  Cc: linux-media, linux-staging, linux-kernel, outreachy-kernel

This patchset fixes 'avoid camelcase' warning by converting local variables to lowercase and separating words using '_'.
Renaming of each variable is implemented in separate patches.

Zhansaya Bagdauletkyzy (7):
  Rename 'HEnd' to 'h_end'
  Rename 'VEnd' to 'v_end'
  Rename 'DispMode' to 'disp_mode'
  Rename 'VidWinWid' to 'vid_win_wid'
  Rename 'VidWinHt' to 'vid_win_ht'
  Rename 'We' to 'we'
  Rename 'He' to 'he'

 drivers/staging/media/zoran/zoran_device.c | 48 +++++++++++-----------
 1 file changed, 24 insertions(+), 24 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2021-04-07 15:27 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-03 18:08 [PATCH 0/7] staging: media: zoran: Eliminate camelcase Zhansaya Bagdauletkyzy
2021-04-03 18:08 ` [PATCH 1/7] staging: media: zoran: Rename 'HEnd' to 'h_end' Zhansaya Bagdauletkyzy
2021-04-03 18:09 ` [PATCH 2/7] staging: media: zoran: Rename 'VEnd' to 'v_end' Zhansaya Bagdauletkyzy
2021-04-03 18:09 ` [PATCH 3/7] staging: media: zoran: Rename 'DispMode' to 'disp_mode' Zhansaya Bagdauletkyzy
2021-04-03 18:09 ` [PATCH 4/7] staging: media: zoran: Rename 'VidWinWid' to 'vid_win_wid' Zhansaya Bagdauletkyzy
2021-04-03 18:09 ` [PATCH 5/7] staging: media: zoran: Rename 'VidWinHt' to 'vid_win_ht' Zhansaya Bagdauletkyzy
2021-04-03 18:09 ` [PATCH 6/7] staging: media: zoran: Rename 'We' to 'we' Zhansaya Bagdauletkyzy
2021-04-03 18:09 ` [PATCH 7/7] staging: media: zoran: Rename 'He' to 'he' Zhansaya Bagdauletkyzy
2021-04-04  9:55 ` [PATCH 0/7] staging: media: zoran: Eliminate camelcase Greg KH
2021-04-07 15:27 ` Hans Verkuil

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