diff options
| author | Benjamin Philip <[email protected]> | 2021-07-26 18:45:02 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2021-07-27 15:25:17 +0200 |
| commit | 39f9137268ee3df0047706df4e9b7357a40ffc98 (patch) | |
| tree | ac1882c693205fb021cb73e209b0bd4dbcd06087 /tools/perf/scripts/python | |
| parent | cfdafb7608b4cf159aec510114be7a364347ca0f (diff) | |
staging: sm750fb: Rename maxW to max_w in lynx_cursor
The struct lynx_cursor has a member named maxW. This name is
CamelCase and is frowned upon. This commit renames it to max_w
and makes the necessary changes for the module to build.
This change also fixes the following checkpatch CHECK:
CHECK: Avoid CamelCase: <maxW>
115: FILE: drivers/staging/sm750fb/sm750.c:115:
+ if (fbcursor->image.width > cursor->maxW ||
Signed-off-by: Benjamin Philip <[email protected]>
Link: https://lore.kernel.org/r/c0c84569b155df7b510a505a86863987836e192d.1627304144.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