Re: [PATCH 1/2] staging: sm750fb: Remove legacy kernel-doc comments from header

Dan Carpenter <[email protected]> Thu, 23 Jul 2026 11:25:55 +0300
Newsgroups org.kernel.vger.linux-fbdev,dev.linux.lists.linux-staging,org.kernel.vger.linux-kernel
Message-ID <[email protected]>
On Wed, Jul 22, 2026 at 11:28:16PM +0530, Mohit Mishra wrote:
> The header file sm750_accel.h contains duplicate kernel-doc comments for
> sm750_hw_copyarea and sm750_hw_imageblit. These comments are outdated,
> still reference legacy CamelCase parameters, and generate kernel-doc
> warnings because they do not document the 'accel' parameter.
> 
> Since the correct and updated kernel-doc comments are already present
> in the actual implementation file (sm750_accel.c), remove the duplicate
> and outdated comments from the header.
> 
> Signed-off-by: Mohit Mishra <[email protected]>
> ---

Acked-by: Dan Carpenter <[email protected]>

Because nothing pisses me off more than comments...  :P  LOL.

regards,
dan carpenter