Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: sm750fb: Add names to proc_setBLANK args

Add names to proc_setBLANK args.
Found using checkpatch.pl.

Signed-off-by: Igor Ribeiro Barbosa Duarte <igor.ribeiro.duarte@gmail.com>
Link: https://lore.kernel.org/r/20200526224750.GA29722@igor-Aspire-F5-573G
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Igor Ribeiro Barbosa Duarte and committed by
Greg Kroah-Hartman
a6011493 11974ace

+1 -1
+1 -1
drivers/staging/sm750fb/sm750.h
··· 166 166 */ 167 167 void *priv; 168 168 169 - int (*proc_setBLANK)(struct lynxfb_output*, int); 169 + int (*proc_setBLANK)(struct lynxfb_output *output, int blank); 170 170 }; 171 171 172 172 struct lynxfb_par {