Skip to content

Commit 7735717

Browse files
StaticRocketpraneethbajjuri
authored andcommitted
fix(cal): remove invalid line-blocks
Remove the line-blocks that were breaking list parsing rules: (WARNING/2) Bullet list ends without a blank line; unexpected unindent. (WARNING/2) Line block ends without a blank line. (WARNING/2) Bullet list ends without a blank line; unexpected unindent. (WARNING/2) Line block ends without a blank line. Signed-off-by: Randolph Sapp <[email protected]>
1 parent 96c6d76 commit 7735717

File tree

1 file changed

+2
-2
lines changed
  • source/linux/Foundational_Components/Kernel/Kernel_Drivers/Camera

1 file changed

+2
-2
lines changed

source/linux/Foundational_Components/Kernel/Kernel_Drivers/Camera/CAL.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -350,11 +350,11 @@ can be enable as follows:
350350
- echo 3 >/sys/class/video4linux/video1/dev\_debug
351351

352352
This allows V4L2 ioctl calls to be logged.
353-
|
353+
354354
- echo 3 > /sys/module/videobuf2\_core/parameters/debug
355355

356356
This allows VB2 buffers operation to be logged.
357-
|
357+
358358
In addition ti-cal also has specific debug log which can be enabled as
359359
follows:
360360

0 commit comments

Comments
 (0)