Commit 771a0997 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

media: dvb_frontend fix kernel_doc markups

There were some troubles there:
	drivers/media/dvb-core/dvb_frontend.c:379: warning: No description found for parameter 'fe'
	drivers/media/dvb-core/dvb_frontend.c:379: warning: No description found for parameter 'check_wrapped'
	drivers/media/dvb-core/dvb_frontend.c:1265: warning: No description found for parameter 'p_out'
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent 15930810
...@@ -369,11 +369,14 @@ static void dvb_frontend_swzigzag_update_delay(struct dvb_frontend_private *fepr ...@@ -369,11 +369,14 @@ static void dvb_frontend_swzigzag_update_delay(struct dvb_frontend_private *fepr
} }
/** /**
* Performs automatic twiddling of frontend parameters. * dvb_frontend_swzigzag_autotune - Performs automatic twiddling of frontend
* parameters.
* *
* @param fe The frontend concerned. * @fe: The frontend concerned.
* @param check_wrapped Checks if an iteration has completed. DO NOT SET ON THE FIRST ATTEMPT * @check_wrapped: Checks if an iteration has completed.
* @returns Number of complete iterations that have been performed. * DO NOT SET ON THE FIRST ATTEMPT.
*
* return: Number of complete iterations that have been performed.
*/ */
static int dvb_frontend_swzigzag_autotune(struct dvb_frontend *fe, int check_wrapped) static int dvb_frontend_swzigzag_autotune(struct dvb_frontend *fe, int check_wrapped)
{ {
...@@ -1253,7 +1256,7 @@ dtv_property_legacy_params_sync(struct dvb_frontend *fe, ...@@ -1253,7 +1256,7 @@ dtv_property_legacy_params_sync(struct dvb_frontend *fe,
* dtv_get_frontend - calls a callback for retrieving DTV parameters * dtv_get_frontend - calls a callback for retrieving DTV parameters
* @fe: struct dvb_frontend pointer * @fe: struct dvb_frontend pointer
* @c: struct dtv_frontend_properties pointer (DVBv5 cache) * @c: struct dtv_frontend_properties pointer (DVBv5 cache)
* @p_out struct dvb_frontend_parameters pointer (DVBv3 FE struct) * @p_out: struct dvb_frontend_parameters pointer (DVBv3 FE struct)
* *
* This routine calls either the DVBv3 or DVBv5 get_frontend call. * This routine calls either the DVBv3 or DVBv5 get_frontend call.
* If c is not null, it will update the DVBv5 cache struct pointed by it. * If c is not null, it will update the DVBv5 cache struct pointed by it.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment