On Sat, 2017-11-25 at 13:26 -0500, Jeremy Lacomis wrote:
> This is a patch to sm750_accel.c that fixes 80-character line length
> warnings found by checkpatch.pl. It also fixes some grammatical errors
> in comments and moves parameter-specific comments from inline to before
> the function.
[]
> + * Notes on these parameters:
> + *         sBase: Address of the source offset in the frame buffer
> + *         sPitch: Pitch value of the source surface in BYTE
> + *         sx, sy: Starting coordinate of the source surface
> + *         dBase: Address of the destination offset in the frame buffer
> + *         dPitch: Pitch value of the destination surface in BYTE
> + *         Bpp: Color depth of the destination surface
> + *         dx, dy: Starting coordinate of the destination surface
> + *         width, height: Dimensions of the rectangle in pixels
> + *         rop2: ROP value

Use kernel-doc format instead.

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to