aboutsummaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorKieran Bingham <[email protected]>2023-12-11 18:29:44 +0530
committerHans Verkuil <[email protected]>2023-12-13 13:21:21 +0100
commitd5ca45b8b91ea40696aaceb3f93d207b25b26d50 (patch)
treea8ac0c74a844cf78808f46cccab9db3dbba6aec7 /include/linux
parentbd4eadc4536fc3a52c9794e59f29e274ba1e5d82 (diff)
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 <[email protected]> Signed-off-by: Sakari Ailus <[email protected]> Signed-off-by: Hans Verkuil <[email protected]>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions