Skip to content

Commit e4cb566

Browse files
marjinal1stgregkh
authored andcommitted
staging: sm750fb: rename camel case variable
Rename regValue to reg_value to follow kernel coding style. Signed-off-by: Ahmet Sezgin Duran <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 357704a commit e4cb566

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/staging/sm750fb/sm750_accel.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717

1818
#include "sm750.h"
1919
#include "sm750_accel.h"
20-
static inline void write_dpr(struct lynx_accel *accel, int offset, u32 regValue)
20+
static inline void write_dpr(struct lynx_accel *accel, int offset, u32 reg_value)
2121
{
22-
writel(regValue, accel->dpr_base + offset);
22+
writel(reg_value, accel->dpr_base + offset);
2323
}
2424

2525
static inline u32 read_dpr(struct lynx_accel *accel, int offset)

0 commit comments

Comments
 (0)