media: i2c: imx335: Fix logging line endings
authorKieran Bingham <kieran.bingham@ideasonboard.com>
Mon, 11 Dec 2023 12:59:44 +0000 (18:29 +0530)
committerHans Verkuil <hverkuil-cisco@xs4all.nl>
Wed, 13 Dec 2023 12:21:21 +0000 (13:21 +0100)
commitd5ca45b8b91ea40696aaceb3f93d207b25b26d50
treea8ac0c74a844cf78808f46cccab9db3dbba6aec7
parentbd4eadc4536fc3a52c9794e59f29e274ba1e5d82
media: i2c: imx335: Fix logging line endings

The use of \n as a line ending throughout the driver is inconsistent.

While it is possible for logging messages to automatically have newlines
added by the kernel printk mechanisms, this is specifically to support
continued lines with PR_CONT and the lack of a new line character
indicates that the text is a fragment of a continuation line.

As each of these lines are whole and not fragments, explicitly define the
newline for consistency.

Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
drivers/media/i2c/imx335.c