diff options
| author | Benjamin Philip <[email protected]> | 2021-07-28 00:49:50 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2021-07-28 20:17:26 +0200 |
| commit | fdc234d85210d91881119df4818dfb4bbf1ceffc (patch) | |
| tree | efa851c23432fe28e1f009ede3661c9ac318cad0 /tools/perf/scripts/python | |
| parent | aef1c966a36407e24f9cf2293e0c1941fc32cdb1 (diff) | |
staging: sm750fb: Rename oScreen to o_screen in lynxfb_crtc
The struct lynxfb_crtc has a member named oScreen. This name is
CamelCase and is frowned upon. This commit renames it to o_screen
and makes the necessary changes for the module to build.
This change also fixes the following checkpatch CHECKs:
CHECK: Avoid CamelCase: <oScreen>
138: FILE: sm750.h:138:
+ int oScreen; /* onscreen address offset in vidmem */
CHECK: Avoid CamelCase: <oScreen>
178: FILE: sm750.c:178:
+ base = par->crtc.oScreen;
Signed-off-by: Benjamin Philip <[email protected]>
Link: https://lore.kernel.org/r/8d7c72027f7bc31a1c35a34f9909fa04f4cf8972.1627413010.git.benjamin.philip495@gmail.com
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions