From: Khalid Faisal <khalid.datamax@gmail.com>
This patch updates various function names in the sm750fb driver to follow
the Linux kernel coding style by converting CamelCase names to snake_case.
These changes were identified using checkpatch.pl, which recommends
using snake_case for function and variable names.
This patch is part of the Kernel Janitors cleanup effort.
--
Khalid Faisal