Re: [PATCH 1/1] staging: sm750fb: convert CamelCase function names to snake_case

From: Greg KH
Date: Thu Jun 19 2025 - 11:32:34 EST


On Sun, Jun 01, 2025 at 02:41:03AM +0530, khalid.datamax@xxxxxxxxx wrote:
> From: Khalid Faisal <khalid.datamax@xxxxxxxxx>
>
> This patch converts function names in the sm750fb driver from CamelCase to
> snake_case to comply with Linux kernel coding style.
>
> No functional changes.
>
> Signed-off-by: Khalid Faisal <khalid.datamax@xxxxxxxxx>
> ---
> drivers/staging/sm750fb/ddk750_dvi.c | 16 +++++------
> drivers/staging/sm750fb/ddk750_sii164.c | 38 ++++++++++++-------------
> drivers/staging/sm750fb/ddk750_sii164.h | 16 +++++------
> 3 files changed, 35 insertions(+), 35 deletions(-)

Are you sure this file is still in the tree? I don't see it anymore :(