commit | a8bd461ca3b32468777d054d9a0e050be5a418e9 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | Tue Sep 22 16:43:56 2020 +0200 |
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | Thu Nov 26 08:05:23 2020 +0100 |
tree | db23731dd2a4a3678e366401b7c4d691fec0f6d8 | |
parent | 163d72a2d3ec7e0bc41b943fed7667f7cbfc760f [diff] |
media: vidtv: do some cleanups at the driver Do some cleanups at the coding style of the driver: - remove "inline" declarations; - use reverse xmas-tree for local var declarations; - Adjust some indent to avoid breaking 80-cols; - Cleanup some comments. No functional changes. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>