Skip to content

Commit

Permalink
[media] [trivial] v4l drivers: typo, change ctruct to struct in comment
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Meerwald <p.meerwald@bct-electronic.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Peter Meerwald authored and Mauro Carvalho Chehab committed Jun 21, 2012
1 parent 17bd27b commit 22cf83f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drivers/media/video/mt9m001.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/

Expand Down
2 changes: 1 addition & 1 deletion drivers/media/video/mt9v022.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

/*
* mt9v022 i2c address 0x48, 0x4c, 0x58, 0x5c
* 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
*/

Expand Down

0 comments on commit 22cf83f

Please sign in to comment.