]> www.infradead.org Git - users/jedix/linux-maple.git/commit
media: sp8870: coding style fixes: whitespace
authorStefan Herdler <herdler@nurfuerspam.de>
Tue, 7 May 2024 00:24:42 +0000 (02:24 +0200)
committerHans Verkuil <hverkuil-cisco@xs4all.nl>
Tue, 4 Jun 2024 14:19:55 +0000 (16:19 +0200)
commit5a053c05a81eb18b2393f4dd1634a3887831f037
treef36c2f01e7c2cf3cee29bd781685f4e69889d3b3
parent95ccc5b604415cbdef6bd228340088ac4ceb8055
media: sp8870: coding style fixes: whitespace

This patch fixes the following checkpatch warnings:

ERROR:BRACKET_SPACE: space prohibited before open square bracket '['
ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar"
ERROR:POINTER_LOCATION: "foo* bar" should be "foo *bar"
ERROR:SPACING: space prohibited before that ',' (ctx:WxW)
ERROR:SPACING: space required before the open brace '{'
WARNING:SPACING: space prohibited between function name and open parenthesis '('
CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis

Whitespace changes only.
"git diff -w" shows no changes.

Signed-off-by: Stefan Herdler <herdler@nurfuerspam.de>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
drivers/staging/media/av7110/sp8870.c
drivers/staging/media/av7110/sp8870.h