summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorLei Huang <huanglei@kylinos.cn>2026-07-20 10:54:30 +0800
committerHans Verkuil <hverkuil+cisco@kernel.org>2026-07-27 14:22:06 +0200
commitd41db9138a71daf6ff8b00d637fffeae25e0707d (patch)
treeba3b12f407dd47fafefad21088f3186d3305b246 /tools/perf/scripts/python/bin
parenta52e6f7923c17a672135b485ffd96fbd72f46267 (diff)
media: s2255: Rename CamelCase goto labels to snake_case
Rename the error-path goto labels in s2255_probe() from CamelCase to snake_case to comply with the Linux kernel coding style: errorBOARDINIT -> err_boardinit errorFWMARKER -> err_fwmarker errorREQFW -> err_reqfw errorFWDATA2 -> err_fwdata2 errorFWURB -> err_fwurb errorEP -> err_ep errorUDEV -> err_udev errorFWDATA1 -> err_fwdata1 No functional changes; all label definitions and goto references are updated consistently. Signed-off-by: Lei Huang <huanglei@kylinos.cn> Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions