Re: [PATCH v2] staging: sm750fb: function prototype argument should have an identifier name
From: Geert Uytterhoeven <geert@linux-m68k.org>
Date: 2017-03-11 10:31:34
Also in:
lkml
From: Geert Uytterhoeven <geert@linux-m68k.org>
Date: 2017-03-11 10:31:34
Also in:
lkml
On Sat, Mar 11, 2017 at 10:53 AM, Arushi Singhal [off-list ref] wrote:
--- a/drivers/staging/sm750fb/sm750.h +++ b/drivers/staging/sm750fb/sm750.h@@ -184,8 +184,8 @@ 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*, struct pci_dev *); -void hw_sm750_initAccel(struct sm750_dev *); +int hw_sm750_inithw(struct sm750_dev *sm750_dev, struct pci_dev *pdev); +void hw_sm750_initAccel(struct sm750_dev *hw_sm750_initAccel);
"sm750_dev", like the implementation uses.
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds