diff options
Diffstat (limited to 'include/media/v4l2-subdev.h')
-rw-r--r-- | include/media/v4l2-subdev.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/media/v4l2-subdev.h b/include/media/v4l2-subdev.h index 34da094a3f40..349e1c18cf48 100644 --- a/include/media/v4l2-subdev.h +++ b/include/media/v4l2-subdev.h | |||
@@ -70,7 +70,7 @@ struct v4l2_decode_vbi_line { | |||
70 | * device. These devices are usually audio/video muxers/encoders/decoders or | 70 | * device. These devices are usually audio/video muxers/encoders/decoders or |
71 | * sensors and webcam controllers. | 71 | * sensors and webcam controllers. |
72 | * | 72 | * |
73 | * Usually these devices are controlled through an i2c bus, but other busses | 73 | * Usually these devices are controlled through an i2c bus, but other buses |
74 | * may also be used. | 74 | * may also be used. |
75 | * | 75 | * |
76 | * The v4l2_subdev struct provides a way of accessing these devices in a | 76 | * The v4l2_subdev struct provides a way of accessing these devices in a |