commit | 10a34367ce097d5cd62ea526f5bcc809f99b5eb3 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | Tue May 28 17:42:56 2019 -0400 |
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | Wed May 29 10:23:55 2019 -0400 |
tree | 015f8accd9d8373079826fc85732a0db84fe5fa1 | |
parent | 63f9fa925e021a832d706a7781e7b9c750909368 [diff] |
media: cx25840: Address several coding style issues As we did a major change on this file, let's take the moment to cleanup several coding style issues on it. This patch was partially done with the help of two tools: ./scripts/checkpatch.pl --fix-inplace --strict astyle --indent=tab=8 --style=linux But manually adjusted in order to fit our style. Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>