[PATCH v2 0/3] staging: sm750fb: Fix checkpatch warnings in sm750.c

Ignacio Peña posted 3 patches 2 months, 3 weeks ago
drivers/staging/sm750fb/sm750.c | 30 +++++++++++++++---------------
1 file changed, 15 insertions(+), 15 deletions(-)
[PATCH v2 0/3] staging: sm750fb: Fix checkpatch warnings in sm750.c
Posted by Ignacio Peña 2 months, 3 weeks ago
This patch series addresses the checkpatch.pl warnings identified
by Dan Carpenter's review. The changes have been split into three
separate patches as requested:

1. Fix const declaration for g_fbmode array
2. Fix function parameter alignment  
3. Fix CamelCase variable naming

Each patch addresses a specific type of checkpatch warning and
can be applied independently. The changes are purely stylistic
and do not affect functionality.

Ignacio Peña (3):
  staging: sm750fb: Fix const declaration for g_fbmode array
  staging: sm750fb: Fix function parameter alignment
  staging: sm750fb: Fix CamelCase variable naming

 drivers/staging/sm750fb/sm750.c | 30 +++++++++++++++---------------
 1 file changed, 15 insertions(+), 15 deletions(-)

-- 
2.39.5 (Apple Git-154)