Changes in v2:
- Split single patch into 3 separate patches as requested by Dan Carpenter
- Each patch now addresses a single type of warning
- Ensured patches compile independently
This patch series fixes checkpatch warnings in sm750fb driver.
The patches address:
1. const declaration for g_fbmode array
2. function parameter alignment
3. CamelCase variable naming
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)