mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-03-01 19:32:09 -05:00
staging: sm750fb: rename hw_sm750le_deWait
Rename `hw_sm750le_deWait` to `hw_sm750le_de_wait` to conform with kernel style guidelines as reported by checkpatch.pl CHECK: Avoid CamelCase: <hw_sm750le_deWait> Signed-off-by: Eric Florin <ericflorin@google.com> Link: https://lore.kernel.org/r/0e5332f7758ad24cc5bca36671fd811c87881db7.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
1e8990b29b
commit
2a7639ea2e
@@ -609,7 +609,7 @@ static int sm750fb_set_drv(struct lynxfb_par *par)
|
||||
hw_sm750le_setBLANK : hw_sm750_setBLANK;
|
||||
/* chip specific phase */
|
||||
sm750_dev->accel.de_wait = (sm750_dev->revid == SM750LE_REVISION_ID) ?
|
||||
hw_sm750le_deWait : hw_sm750_de_wait;
|
||||
hw_sm750le_de_wait : hw_sm750_de_wait;
|
||||
switch (sm750_dev->dataflow) {
|
||||
case sm750_simul_pri:
|
||||
output->paths = sm750_pnc;
|
||||
|
||||
@@ -195,7 +195,7 @@ 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_init_accel(struct sm750_dev *sm750_dev);
|
||||
int hw_sm750_de_wait(void);
|
||||
int hw_sm750le_deWait(void);
|
||||
int hw_sm750le_de_wait(void);
|
||||
|
||||
int hw_sm750_output_setMode(struct lynxfb_output *output,
|
||||
struct fb_var_screeninfo *var,
|
||||
|
||||
@@ -504,7 +504,7 @@ void hw_sm750_init_accel(struct sm750_dev *sm750_dev)
|
||||
sm750_dev->accel.de_init(&sm750_dev->accel);
|
||||
}
|
||||
|
||||
int hw_sm750le_deWait(void)
|
||||
int hw_sm750le_de_wait(void)
|
||||
{
|
||||
int i = 0x10000000;
|
||||
unsigned int mask = DE_STATE2_DE_STATUS_BUSY | DE_STATE2_DE_FIFO_EMPTY |
|
||||
|
||||
Reference in New Issue
Block a user