[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1511645921.2503.18.camel@perches.com>
Date: Sat, 25 Nov 2017 13:38:41 -0800
From: Joe Perches <joe@...ches.com>
To: Jeremy Lacomis <j.lacomis@...il.com>, sudipm.mukherjee@...il.com,
teddy.wang@...iconmotion.com, gregkh@...uxfoundation.org
Cc: linux-fbdev@...r.kernel.org, devel@...verdev.osuosl.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 2/2] staging: sm750b: Fix coding style issues in
sm750_accel.c
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.
Powered by blists - more mailing lists