Re: [PATCH 1/2] staging: sm750fb: Remove legacy kernel-doc comments from header
From: Dan Carpenter
Date: Thu Jul 23 2026 - 06:31:33 EST
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 <mishraloopmohit@xxxxxxxxx>
> ---
Acked-by: Dan Carpenter <error27@xxxxxxxxx>
Because nothing pisses me off more than comments... :P LOL.
regards,
dan carpenter