mbox series

[0/2] staging: sm750fb: style cleanup in `lynx_accel`

Message ID cover.1747605658.git.ericflorin@google.com
Headers show
Series staging: sm750fb: style cleanup in `lynx_accel` | expand

Message

Eric Florin May 18, 2025, 10:09 p.m. UTC
This set of patches covers two style cleanups in `struct lynx_accel`
defined in `drivers/staging/sm750fb/sm750.h`.

PATCH #1: rename `dprBase` to `dpr_base`
PATCH #2: rename `dpPortBase` to `dp_port_base`

Eric Florin (2):
  staging: sm750fb: rename dprBase to dpr_base
  staging: sm750fb: rename dpPortBase in lynx_accel

 drivers/staging/sm750fb/sm750.h       | 4 ++--
 drivers/staging/sm750fb/sm750_accel.c | 6 +++---
 drivers/staging/sm750fb/sm750_hw.c    | 4 ++--
 3 files changed, 7 insertions(+), 7 deletions(-)