linux-v4l2: Fix documentation

Change argument name in documentation to match the code.
This commit is contained in:
fryshorts
2015-04-06 20:11:11 +02:00
parent 707047a31e
commit 9734c6a49d

View File

@@ -273,7 +273,7 @@ int_fast32_t v4l2_set_standard(int_fast32_t dev, int *standard);
* Get the dv timing for an input with a specified index
*
* @param dev handle to the v4l2 device
* @param timing pointer to the timing structure to fill
* @param dvt pointer to the timing structure to fill
* @param index index of the dv timing to fetch
*
* @return negative on failure