Re: [PATCH] staging: sm750fb: Align prototype parameter names to implementation
From: Greg Kroah-Hartman
Date: Tue Jul 28 2026 - 03:24:53 EST
On Mon, Jul 20, 2026 at 07:56:05PM +0530, Mohit Mishra wrote:
> The declarations for sm750_hw_copyarea and sm750_hw_imageblit in sm750_accel.h
> use legacy CamelCase parameters, which do not match the snake_case names
> in the actual implementation in sm750_accel.c. The de_copyarea and
> de_imageblit function pointers in struct lynx_accel (sm750.h) also use
> outdated parameter names.
>
> Rename these prototype parameters to match their implementation names.
>
> Signed-off-by: Mohit Mishra <mishraloopmohit@xxxxxxxxx>
> ---
> drivers/staging/sm750fb/sm750.h | 10 +++++-----
> drivers/staging/sm750fb/sm750_accel.h | 12 ++++++------
> 2 files changed, 11 insertions(+), 11 deletions(-)
Does not apply to the staging-testing branch :(