OSDN Git Service

media: ov5647: Fix style issues
authorJacopo Mondi <jacopo@jmondi.org>
Thu, 19 Nov 2020 16:19:32 +0000 (17:19 +0100)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Tue, 12 Jan 2021 15:06:02 +0000 (16:06 +0100)
commitc9a05cece64c609b68777d6e536f695ac1c8f8d3
tree648495e11f62a3890a86bbe6365d1bc7df8bda8c
parent7a4826309722ad86679a61e9a3bde80c1ef3c8d5
media: ov5647: Fix style issues

The driver has some obvious style issues which are worth fixing before
expanding the driver capabilities.

Fix:
- Variable declaration order
- Function parameters alignment
- Multi-line comments and spurious line breaks
- Use lowercase for hexadecimal values
- > 80 cols lines

Cosmetic change, no functional changes intended.

Signed-off-by: Jacopo Mondi <jacopo@jmondi.org>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/i2c/ov5647.c