forked from Minki/linux
staging: media: cxd2099: Format block comments.
Fix checkpatch warning: WARNING: Block comments use a trailing */ on a separate line Signed-off-by: Elise Lennion <elise.lennion@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
06d1f85e81
commit
0907bb2ca2
@ -336,7 +336,8 @@ static int init(struct cxd *ci)
|
|||||||
break;
|
break;
|
||||||
#endif
|
#endif
|
||||||
/* TOSTRT = 8, Mode B (gated clock), falling Edge,
|
/* TOSTRT = 8, Mode B (gated clock), falling Edge,
|
||||||
* Serial, POL=HIGH, MSB */
|
* Serial, POL=HIGH, MSB
|
||||||
|
*/
|
||||||
status = write_reg(ci, 0x0A, 0xA7);
|
status = write_reg(ci, 0x0A, 0xA7);
|
||||||
if (status < 0)
|
if (status < 0)
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user