Renames various function names and variable names that were previously in camelcase to snakecase to ensure consistent naming style throughout. This issues were highlighted by checkpatch. Dorcas AnonoLitunya (5): Staging: sm750fb: Rename displayControlAdjust_SM750E Staging: sm750fb: Rename pModeParam Staging: sm750fb: Rename dispControl Staging: sm750fb: Rename programModeRegisters Staging: sm750fb: Rename ddk750_setModeTiming v2: Ammended wording in commit messages for all files. Suggested by Julia Lawall <julia.lawall@xxxxxxxx> drivers/staging/sm750fb/ddk750_mode.c | 90 +++++++++++++-------------- drivers/staging/sm750fb/ddk750_mode.h | 2 +- drivers/staging/sm750fb/sm750_hw.c | 2 +- 3 files changed, 47 insertions(+), 47 deletions(-) -- 2.42.0.345.gaab89be2eb