Zhang Wei-r63237 wrote:
quoted
quoted
+/**
+ * fsl_chan_xfer_ld_queue -- Transfer the link descriptors
in channel
quoted
+ * 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