Zhang Wei-r63237 wrote:
quoted text >>> +/**
>>> + * fsl_chan_xfer_ld_queue -- Transfer the link descriptors
>> in channel
>>> + * ld_queue.
>> The function's "short description" (unfortunately) must be on only one
>> line. E.g.:
>>
>> * fsl_chan_xfer_ld_queue - Transfer link descriptors in
>> channel ld_queue.
>>
>
> How about it's length greater than 80?
If it's close to 80+, you can just leave it like that.
If it's much longer, you can use this format:
/**
* function_name - short description
* @parameters: prm description
*
* Longer
* function
* description.
*/
Thanks,
~Randy
-
unsubscribe notice To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Messages in current thread:
Re: [PATCH 5/5] Add DMA engine driver for Freescale MPC85xx ... , Randy Dunlap , (Tue Sep 11, 10:20 am)