Re: [PATCH] staging: sm750fb: Align prototype parameter names to implementation
Greg Kroah-Hartman <[email protected]> Tue, 28 Jul 2026 09:24:27 +0200
| Newsgroups | org.kernel.vger.linux-fbdev,dev.linux.lists.linux-staging,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <2026072814-napkin-legume-4b5e@gregkh> |
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 <[email protected]> > --- > 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 :(