diff options
author | Peter Meerwald <p.meerwald@bct-electronic.com> | 2012-06-13 10:48:11 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-06-21 16:30:09 -0300 |
commit | 22cf83fa438e2f793a941b86f40281768ef53fc0 (patch) | |
tree | a11abdee37c1a535555a742ddc4f2fbead02a510 /drivers/media/video/mt9m001.c | |
parent | 17bd27bd78b59f7cbe0ff2cb8bb0e473260a9801 (diff) | |
download | blackbird-op-linux-22cf83fa438e2f793a941b86f40281768ef53fc0.tar.gz blackbird-op-linux-22cf83fa438e2f793a941b86f40281768ef53fc0.zip |
[media] [trivial] v4l drivers: typo, change ctruct to struct in comment
Signed-off-by: Peter Meerwald <p.meerwald@bct-electronic.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/mt9m001.c')
-rw-r--r-- | drivers/media/video/mt9m001.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/mt9m001.c b/drivers/media/video/mt9m001.c index 7e648183f157..00583f5fd26b 100644 --- a/drivers/media/video/mt9m001.c +++ b/drivers/media/video/mt9m001.c @@ -22,7 +22,7 @@ /* * mt9m001 i2c address 0x5d - * The platform has to define ctruct i2c_board_info objects and link to them + * The platform has to define struct i2c_board_info objects and link to them * from struct soc_camera_link */ |