[media] DocBook: fix incorrect code example
authorHans Verkuil <hans.verkuil@cisco.com>
Sun, 23 Feb 2014 23:12:46 +0000 (20:12 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Thu, 13 Mar 2014 14:11:50 +0000 (11:11 -0300)
The code said for (i = 0; i > 30; ++i) instead of i < 30.

Fix this and clean it up a bit at the same time.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>

No differences found