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

khalid.datamax@gmail.com posted 1 patch 8 months, 2 weeks ago
Only 0 patches received!
[PATCH 0/1] staging: sm750fb: convert CamelCase function names to snake_case
Posted by khalid.datamax@gmail.com 8 months, 2 weeks ago
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