]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
media: b2c2: flexcop: Fix coding style issues
authorDarshan Rathod <darshanrathod475@gmail.com>
Fri, 18 Jul 2025 14:34:20 +0000 (14:34 +0000)
committerHans Verkuil <hverkuil+cisco@kernel.org>
Fri, 29 Aug 2025 09:04:02 +0000 (11:04 +0200)
commitfaee7aaf8760599a7a6bd2ae3547624edfd15e8b
tree07dfe794f3c1c0714f18d3f901d3fcafa5bbfdd6
parent1069a4fe637d0e3e4c163e3f8df9be306cc299b4
media: b2c2: flexcop: Fix coding style issues

The code in flexcop.c has several instances where spaces are missing
after commas in function call arguments. This violates the Linux
kernel coding style guidelines.

This patch cleans up these minor style issues by adding the required
spaces. This is a purely stylistic change with no functional impact
and improves overall code readability and consistency.

Signed-off-by: Darshan Rathod <darshanrathod475@gmail.com>
Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
drivers/media/common/b2c2/flexcop.c