diff options
| author | Darshan Rathod <darshanrathod475@gmail.com> | 2025-07-18 16:08:01 +0300 |
|---|---|---|
| committer | Hans Verkuil <hverkuil+cisco@kernel.org> | 2025-10-14 16:07:36 +0300 |
| commit | ef08d2ea869612747f5c22f5588e969b04f7ec19 (patch) | |
| tree | fc1f8590f15fa09681ebbabed149c294338cbb3d /include/linux | |
| parent | b91e6aafe8d356086cc621bc03e35ba2299e4788 (diff) | |
| download | linux-ef08d2ea869612747f5c22f5588e969b04f7ec19.tar.xz | |
media: dvb-core: dvb_ringbuffer: Fix various coding style issues
The file dvb_ringbuffer.c has several minor coding style violations.
This patch resolves these issues to improve code readability and align
the code with the Linux kernel coding style.
The cleanups include:
- Adding spaces around assignment and comparison operators.
- Adding spaces after commas in function arguments.
- Placing statements on a new line for single-line 'if' blocks.
- Correcting minor indentation.
This is a purely stylistic change with no functional impact.
Signed-off-by: Darshan Rathod <darshanrathod475@gmail.com>
Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
[hverkuil: split rbuf->pread = rbuf->pwrite = 0 in two lines]
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions
