diff options
author | Varsha Rao <rvarsha016@gmail.com> | 2017-02-27 15:38:07 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-03-06 09:17:06 +0100 |
commit | 47c565ea8d65d74f8030f59898682b461438a169 (patch) | |
tree | 79b34303bbabddbbfe6393e2ac075e746e721529 /drivers/staging/sm750fb | |
parent | 8726d48863f214af2eee5fd7e86442596231542f (diff) | |
download | talos-obmc-linux-47c565ea8d65d74f8030f59898682b461438a169.tar.gz talos-obmc-linux-47c565ea8d65d74f8030f59898682b461438a169.zip |
staging: sm750fb: Add identifier to function definition argument.
Added pinit_param as the identifier to function definition argument
struct initchip_param and this patch fixes the checkpatch issue.
Signed-off-by: Varsha Rao <rvarsha016@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/sm750fb')
-rw-r--r-- | drivers/staging/sm750fb/ddk750_chip.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/sm750fb/ddk750_chip.h b/drivers/staging/sm750fb/ddk750_chip.h index fbeb615aa432..2c7a9b9a7c8a 100644 --- a/drivers/staging/sm750fb/ddk750_chip.h +++ b/drivers/staging/sm750fb/ddk750_chip.h @@ -98,6 +98,6 @@ void sm750_set_chip_type(unsigned short devId, u8 revId); unsigned int sm750_calc_pll_value(unsigned int request, struct pll_value *pll); unsigned int sm750_format_pll_reg(struct pll_value *pPLL); unsigned int ddk750_get_vm_size(void); -int ddk750_init_hw(struct initchip_param *); +int ddk750_init_hw(struct initchip_param *pinit_param); #endif |