mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 21:14:56 -04:00
staging: sm750fb: rename hw_sm750_initAccel
Rename `hw_sm750_initAccel` to `hw_sm750_init_accel` to conform with kernel style guidelines as reported by checkpatch.pl CHECK: Avoid CamelCase: <hw_sm750_initAccel> Signed-off-by: Eric Florin <ericflorin@google.com> Link: https://lore.kernel.org/r/3c84dccaf38161d6de6ff560d4f10bb3d344cc51.1747619816.git.ericflorin@google.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
7aca10d57d
commit
70fbc2891a
@@ -193,7 +193,7 @@ static inline unsigned long ps_to_hz(unsigned int psvalue)
|
||||
|
||||
int hw_sm750_map(struct sm750_dev *sm750_dev, struct pci_dev *pdev);
|
||||
int hw_sm750_inithw(struct sm750_dev *sm750_dev, struct pci_dev *pdev);
|
||||
void hw_sm750_initAccel(struct sm750_dev *sm750_dev);
|
||||
void hw_sm750_init_accel(struct sm750_dev *sm750_dev);
|
||||
int hw_sm750_deWait(void);
|
||||
int hw_sm750le_deWait(void);
|
||||
|
||||
|
||||
@@ -173,7 +173,7 @@ int hw_sm750_inithw(struct sm750_dev *sm750_dev, struct pci_dev *pdev)
|
||||
|
||||
/* init 2d engine */
|
||||
if (!sm750_dev->accel_off)
|
||||
hw_sm750_initAccel(sm750_dev);
|
||||
hw_sm750_init_accel(sm750_dev);
|
||||
|
||||
return 0;
|
||||
}
|
||||
@@ -474,7 +474,7 @@ int hw_sm750_setBLANK(struct lynxfb_output *output, int blank)
|
||||
return 0;
|
||||
}
|
||||
|
||||
void hw_sm750_initAccel(struct sm750_dev *sm750_dev)
|
||||
void hw_sm750_init_accel(struct sm750_dev *sm750_dev)
|
||||
{
|
||||
u32 reg;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user