diff options
| author | Lei Huang <huanglei@kylinos.cn> | 2026-07-20 10:54:31 +0800 |
|---|---|---|
| committer | Hans Verkuil <hverkuil+cisco@kernel.org> | 2026-07-27 14:22:06 +0200 |
| commit | e8485e3b9b211c0b8ee9a081c5ba223bb5fc3df8 (patch) | |
| tree | 9de31c6fe42b2e7474f331f8029870e6889f4779 /tools/perf/scripts/python | |
| parent | d41db9138a71daf6ff8b00d637fffeae25e0707d (diff) | |
media: s2255: Rename remaining CamelCase identifiers to snake_case
Rename CamelCase identifiers throughout s2255drv.c to comply with the
Linux kernel coding style. All identifiers are local to this file
(no header file or cross-file references).
Struct members:
ulState -> state
dwFrames -> num_frames
Function parameters (s2255_vendor_req, also updating the forward
declaration to match):
Request -> req
Index -> index
Value -> value
TransferBuffer -> xfer_buf
TransferBufferLength -> xfer_buf_len
bOut -> is_out
Local variables:
pY/pCb/pCr -> p_y/p_cb/p_cr
linesPerFrame -> lines_per_frame
pixelsPerLine -> pixels_per_line
outImageSize -> out_image_size
usbInSize -> usb_in_size
transBuffer -> trans_buf
pRel -> p_rel
No functional changes.
Signed-off-by: Lei Huang <huanglei@kylinos.cn>
Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
